[Rd] Question of R CMD check

Duncan Murdoch murdoch.duncan at gmail.com
Fri Apr 23 11:07:41 CEST 2010


On 21/04/2010 9:48 PM, rusers.sh wrote:
> 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 found the following prolem
> when checking EXAMPLEs in each function, which did not exist before this
> re-installation.
> ########
> * checking examples ... ERROR
>  Running examples in 'stam-Ex.R' failed.
> ########
>   I used "\dontrun{} % enddontrun" in all the examples of my functions that
> should be no problem, i think. I checked my package before and did not find
> errors. I also browsed the checking results in 'stam-Ex.R'. It listed all
> the example codes in that file, something like this,
>   cleanEx(); nameEx("stcdt")
>   ### * stcdt
>   flush(stderr()); flush(stdout())
>   ###example codes
>
>   I did not met this problem before.  Any ideas on solving this?
>   Thanks a lot.
>
>   
You need to show us the end of the stam-Ex.Rout file.  It will contain 
the error message.

Duncan Murdoch



More information about the R-devel mailing list