Liaw, Andy
2004-Apr-03 06:33 UTC
[Rd] make check-all does not find DESCRIPTION for VR packages
When running make 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 R Extensions' manual. Has anyone seen the same, or is it just me? [With tar ztvf src/library/Recommended/VR.tgz, I do see DESCRIPTION.in in the packages, but no DESCRIPTION.] Best, Andy Andy Liaw, PhD Biometrics Research PO Box 2000, RY33-300 Merck Research Labs Rahway, NJ 07065 mailto:andy_liaw@merck.com 732-594-0820
Prof Brian Ripley
2004-Apr-03 07:22 UTC
[Rd] make check-all does not find DESCRIPTION for VR packages
Yes, I've seen this (and when checking dse). It does not happen with R CMD check VR (or dse) and is a recent change. It is being a bit elusive .... On Fri, 2 Apr 2004, Liaw, Andy wrote:> When running make 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 R Extensions' manual. > > Has anyone seen the same, or is it just me? > > [With tar ztvf src/library/Recommended/VR.tgz, I do see DESCRIPTION.in in > the packages, but no DESCRIPTION.]And that is correct. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Reasonably Related Threads
- R-2.3.1.tar.gz does not contain VR bundle (PR#9084)
- problem compiling R-1.9.0beta with PGI compilers on amd64
- problem compiling R-1.9.0beta with PGI compilers on amd6 4
- Anomalous outputs from rbeta when using two different random number seeds
- Trying to define exclude with an include list