search for: wxt0124

Displaying 2 results from an estimated 2 matches for "wxt0124".

2005 Mar 10
1
about R CMD check
hello, everybody, I create a package by myself named "var" on Linux system. I attach a C code which uses "R_ext/Lapack.h" in directory "src". But when I carry out " R CMD check var", it shows > wxt0124() Error in .C("wxt1221", PACKAGE = "var") : C function name not in DLL for package var Execution halted Could you tell me what is the problem? Maggie [credsim at confsys myrpackages]$ R CMD check var * checking for working latex ... OK * using log directory '/home/credsi...
2005 Mar 09
2
How to use a R package with C code
...It shows C function is not in load table as follows. Would you tell me what is the problem? Where do I make mistake? Maggie [Previously saved workspace restored] > library(var) Attaching package 'var': The following object(s) are masked _by_ .GlobalEnv : b > wxt0124() Error in .C("wxt1221") : C function name not in load table