Steve Su
2007-May-02 04:49 UTC
[R] Warnings in package dependencies and /src contains object files.
Dear All, I recently wrote a package in R and did a check on my package, all is well except for two warnings: * checking package dependencies ... WARNING 'library' or 'require' calls not declared from: MASS See the information on DESCRIPTION files in the chapter 'Creating R packages' of the 'Writing R Extensions' manual. * checking if this is a source package ... WARNING Subdirectory 'GLDEX/src' contains object files. In my package I have only used the dataset from MASS by way of examples, I wonder if it is customary to include all the libraries even if you only use them as examples? The second warning I am not sure about, I wonder if it just means I have more files other than the source codes in the /src folder? Thanks in advance for your comments. Steve. [[alternative HTML version deleted]]