Displaying 1 result from an estimated 1 matches for "ln60".
Did you mean:
ln0
2010 Sep 29
0
getDLLVersion
...xample in the help page on calling the .dll
directly (
http://cran.r-project.org/doc/manuals/R-exts.html#Calling-R_002edll-directly
).
When I compile I consistently get the error that getDLLVersion() as well as
get_R_HOME() and getRUser() are undefined references.
These are defined in Rembedded.h ln60 as:
extern char *getDLLVersion(void), *getRUser(void), *get_R_HOME(void);
I included Rembedded.h from the example.
I searched the entire R directory for the string getDLLVersion and only
found it in Rembedded.h and the help documentation (for the .dll directly
example).
Am I missing some key fil...