Skip to content
Prev 9419 / 63421 Next

make check failures (PR#2884)

R Version 1.7.0 Patched (2003-04-28), built on Solaris 2.8
with gcc 3.0.3.
Obtained via rsync -rC rsync.r-project.org::r-patched R

I'm not sure how signficant these difference are during development,
but after an apparently successful build I got the following
discrepancies in make check:

make[3]: Entering directory `/export/home/ross/src/R/tests'
running code in 'reg-tests-1.R' ... OK
running code in 'reg-tests-2.R' ... OK
comparing 'reg-tests-2.Rout' to './reg-tests-2.Rout.save' ...2259,2260c2259,2276
< Warning message: 
< There is no package called 'MASS' in: library(package, character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts,  
---
2291,2292c2307,2311
< Warning message: 
< There is no package called 'survival' in: library(package, character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts,  
---
OK
running code in 'reg-IO.R' ... OK


Note that configure reported
checking for recommended packages... ./src/library/Recommended/survival_*.tar.gz not found

I don't know what the deal is with the survival library.