Re: [Rd] R CMD check: Error in .C

2009-10-27 Thread Etienne Laliberté
= pkg, lib.loc = lib)          return(invisible(0))        } This would ensure that your shared library will be loaded. Best, Mathieu Le lundi 26 octobre 2009 à 03:58 +0100, Etienne Laliberté a écrit : Function/file names are hypothetical. Say I have written myfunction.R, which calls

[Rd] R CMD check: Error in .C

2009-10-26 Thread Etienne Laliberté
(myfunction, ...): C symbol name myfunction cannot be found in the DLL for package mypackage I would appreciate some help here. Please do not refer my to Writing R extensions - if the answer's in there, I don't understand it. Many thanks. -- Etienne Laliberté