dear R user, I al rying to compile an R package with some C code. everithing work fine as long as I work in Linux or MaCOX. unluckyly I can cant compile it under Windows, here is the error, but I cant figure it out what is the problem. can you help me?
* using log directory 'C://MyPKG.Rcheck' * using ARGUMENT ' ' __ignored__ R version 2.11.0 (2010-04-22) * using session ARGUMENT ' ' __ignored__ charset: ISO8859-1 * checking for file 'MyPKG/DESCRIPTION' ... OK * this is package 'MyPKG' version '0.9' * checking package dependencies ... ERROR During startup - Warning messages: 1: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'NULL ' 2: package NULL in options("defaultPackages") was not found See the information on DESCRIPTION files in the chapter 'Creating R packages' of the 'Writing R Extensions' manual. -- John [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.