Displaying 1 result from an estimated 1 matches for "checkpackagedepends".
Did you mean:
check_package_depends
2004 Apr 03
1
make check-all does not find DESCRIPTION for VR packages
...ke check-all on R-1.9.0beta (2004-03-31) built with
pgf77/gcc/g++ on the Opteron (running SLES8), I get four warnings about not
finding the DESCRIPTION files for the packages in the VR bundle; e.g.,
cannot open file `/u1/scratch/R-1.9.0/tests/Packages/VR/spatial/DESCRIPTION'
Error in tools:::.checkPackageDepends(dir =
"/u1/scratch/R-1.9.0/tests/Packages/VR/spatial") :
package directory '/u1/scratch/R-1.9.0/tests/Packages/VR/spatial'
has no valid DESCRIPTION file
Execution halted
See the information on DESCRIPTION files in section 'Creating R packages'
of the 'Writing...