Re: [Rd] Question of R CMD check

2010-04-25 Thread rusers.sh
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 rusers...@gmail.com Hi Duncan, Enclosed is the example package and the checking results. No rm() or remove

Re: [Rd] Question of R CMD check

2010-04-23 Thread rusers.sh
) grDevices::postscript(paste(pkgname, -Ex.ps, sep=)) Error in paste(pkgname, -Ex.ps, sep = ) : object 'pkgname' not found Calls: Anonymous - checkIntFormat - gsub - paste Execution halted 2010/4/23 Duncan Murdoch murdoch.dun...@gmail.com On 21/04/2010 9:48 PM, rusers.sh wrote: Hi all, Today, i

Re: [Rd] Question of R CMD check

2010-04-23 Thread rusers.sh
, rusers.sh wrote: Hi Duncan, Thanks for reminding me. See below for the error information from *.Rout file It seems that 'pkgname' was not found. I am not sure whether there is some problem with my functions or it is a little bug. Thanks a lot. ### assign(ptime, proc.time(), pos

[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