Mark Padgham's curated opinions · Jul 4, 2019
Calling external files from C in R
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
I recently encountered a problem while bundling an old C library into a new R package. The library itself depends on, and includes, an external "dictionary" in plain text format used to construct a large lookup table. The creators of this library of course assume that this dictionary file will always reside in the same directory as the compiled object, and so can always be directly linked. The…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.