Re: [Rd] Question of R CMD check

2010-04-25 Thread rusers.sh
ckage, it works very well. I think there should be no problem for R. It may be caused by the dependent package 'Hmisc' that has no newest binary package in the CRAN. Sorry about this. 2010/4/23 rusers.sh > Hi Duncan, > Enclosed is the example package and the checking results.

Re: [Rd] Question of R CMD check

2010-04-23 Thread rusers.sh
Hi Duncan, Enclosed is the example package and the checking results. No rm() or remove() in the example. Before this re-installation of R and other tools (e.g. Rtools), there are no errors for package checking. Thanks. 2010/4/23 Duncan Murdoch > On 23/04/2010 1:19 PM, rusers.sh wr

Re: [Rd] Question of R CMD check

2010-04-23 Thread rusers.sh
tions(width = 7, height = 7, paper = "a4", reset = TRUE) > grDevices::postscript(paste(pkgname, "-Ex.ps", sep="")) Error in paste(pkgname, "-Ex.ps", sep = "") : object 'pkgname' not found Calls: -> checkIntFormat -> gsub -> paste

[Rd] Question of R CMD check

2010-04-21 Thread rusers.sh
Hi all, Today, i just installed the newest R version 2.10.1 and other necessary tools for building R package under windows,e.g. Rtools, perl. All are the newest version. After the correct configuration under windows (configuration should be correct), i use it to re-check my old package. I fou