Re: [R] Building package problem

2011-11-11 Thread Prof Brian Ripley
The posting guide asks for the output of sessionInfo() And what does Sys.timezone() say (it isn't always helpful). On Fri, 11 Nov 2011, Eduardo Mendes wrote: Hello Many thanks for the replies. I am note sure whether you've got what you meant (Prof. Ripley) but here is the output of Sys.g

Re: [R] Building package problem

2011-11-11 Thread Eduardo Mendes
Hello Many thanks for the replies. I am note sure whether you've got what you meant (Prof. Ripley) but here is the output of Sys.getlocale() > Sys.getlocale()[1] "LC_COLLATE=English_United > States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United > States.1252;LC_NUMERIC=C;L

Re: [R] Building package problem

2011-11-08 Thread Prof Brian Ripley
R CMD check is *not* 'building a package'. Nor is making a Windows binary package. 'Building a package' is creating a source tarball from a source directory. On Tue, 8 Nov 2011, Joshua Wiley wrote: Hi Ed, If the only error is in examples then this should work: R CMD check --no-examples fo

Re: [R] Building package problem

2011-11-08 Thread Uwe Ligges
On 08.11.2011 13:50, Joshua Wiley wrote: Hi Ed, If the only error is in examples then this should work: R CMD check --no-examples foopkg Disabling the example checks is not the solution - well, it is the one to hide the errors, of course. should not have anything to do with vignettes

Re: [R] Building package problem

2011-11-08 Thread Joshua Wiley
Hi Ed, If the only error is in examples then this should work: R CMD check --no-examples foopkg should not have anything to do with vignettes (although those may also not run, who knows). As far as building a binary, look at: R CMD INSTALL --help which leads you to R CMD INSTALL --build foop

[R] Building package problem

2011-11-08 Thread Eduardo M. A. M. Mendes
Dear R-users I am trying to recompile a CRAN package on Windows 32. Rtools for 2.14 (that is the version I am running) and miktex were sucessfully installed on my machine. Problems: a) hydroGOF is a CRAN package, but R CMD check does not work on it. C:\Users\eduardo\Documents\R_tests2>R CMD