[Rd] Possible R CMD check problem (PR#3070)

ross at biostat.ucsf.edu ross at biostat.ucsf.edu
Wed May 21 22:18:10 MEST 2003


Using R 1.7.0 I get 
* checking parcv-manual.tex ... ERROR
Could not create DVI version.

Although there is no apparent error.  The dvi file exists.
Possibly there is some problem with my TeX setup, but the following
messages don't suggest that either.

Here's the full log, which does show some documentation issues:
sheep:~$R CMD check --library=.R/library/ src/parcv
* checking for working latex ... OK
* using log directory '/space/home/ross/parcv.Rcheck'
* checking for file 'parcv/DESCRIPTION' ... OK
* checking if this is a source package ... OK

* Installing *source* package 'parcv' ...
** R
** demo
** inst
** help
 >>> Building/Updating help pages for package 'parcv'
     Formats: text html latex example
* DONE (parcv)

* DONE (INSTALL)

* checking package directory ... OK
* checking for sufficient/correct file permissions ... OK
* checking DESCRIPTION meta-information ... OK
* checking package dependencies ... OK
* checking index information ... WARNING
Demos with missing or empty index information:
[1] "parDemo1"
See the information on INDEX files and package subdirectories in
* section
'Creating R packages' of the 'Writing R Extensions' manual.
* checking package subdirectories ... OK
* checking R files for syntax errors ... OK
* checking R files for library.dynam ... OK
* checking generic/method consistency ... OK
* checking for assignment functions with final arg not named 'value'
* ... OK
* checking Rd files ... WARNING
Rd files without 'alias':
  man/parcv-internal.Rd
These tags are required in an Rd file.
See chapter 'Writing R documentation' in manual 'Writing R
Extensions'.
* checking for undocumented objects ... WARNING
Undocumented code objects:
[1] "crossval.fit"      "crossval.outerfit" "crossval.setup"
[4] "gcv"
* checking for code/documentation mismatches ... OK
* checking for undocumented arguments in \usage ... OK
* creating parcv-Ex.R ... OK
* checking examples ... OK
* creating parcv-manual.tex ... OK
* checking parcv-manual.tex ... ERROR
Could not create DVI version.
This typically indicates Rd problems.



More information about the R-devel mailing list