[R] R CMD check .
Jeff Gentry
jgentry at jimmy.harvard.edu
Wed Feb 12 22:30:04 CET 2003
> * checking for CRLF line endings in C sources/headers ... OK
> * creating Davies-Ex.R ... OK
> * checking examples ... ERROR
> Running examples failed.
> r:Davies%
> How do I tell which .Rd file is the problem? (I suspect that the
> examples aren't actually being executed because most of them take a
> long time and the error is pretty much instantaneous).
You should have a directory named <pkgName>.Rcheck, inside of that there
should be a file <pkgname>-Ex.Rout .... that should give you a clue as to
what is happening (it is the R output from the examples running).
-Jeff
More information about the R-help
mailing list