Hi, I am reporting what seems to be a trivial error in one of the test files (this has been failing for a few days for me): Collecting examples for package 'tools' Running examples in package 'tools' Error: testing 'tools' failed Execution halted gmake[3]: *** [test-Examples-Base] Error 1 gmake[3]: Leaving directory `/usr/local/share/R-devel/tests/Examples' gmake[2]: *** [test-Examples] Error 2 gmake[2]: Leaving directory `/usr/local/share/R-devel/tests' gmake[1]: *** [test-all-basics] Error 1 gmake[1]: Leaving directory `/usr/local/share/R-devel/tests' gmake: *** [check] Error 2 erdos# tail /usr/local/share/R-devel/tests/Examples/tools-Ex.Rout.fail> ### ** Examples > > ## Build the Rd db for the (installed) base package. > db <- Rd_db("base") > ## Run Rd_parse on all entries in the Rd db. > db <- lapply(db, function(txt) Rd_parse(text = txt))Error: 'Rd_parse' is defunct. Use 'parse_Rd' instead. See help("Defunct") Execution halted> sessionInfo()R version 2.10.0 Under development (unstable) (2009-09-07 r49613) x86_64-unknown-freebsd9.0 locale: [1] C attached base packages: [1] tools stats graphics grDevices utils datasets methods [8] base h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496
I have successfully build r49614 this morning. Have you tried to do a clean build from a fresh source directory? Do you have some library with old packages in your search path? Uwe Ligges Hiroyuki Kawakatsu wrote:> Hi, > > I am reporting what seems to be a trivial error in one of the test > files (this has been failing for a few days for me): > > Collecting examples for package 'tools' > Running examples in package 'tools' > Error: testing 'tools' failed > Execution halted > gmake[3]: *** [test-Examples-Base] Error 1 > gmake[3]: Leaving directory `/usr/local/share/R-devel/tests/Examples' > gmake[2]: *** [test-Examples] Error 2 > gmake[2]: Leaving directory `/usr/local/share/R-devel/tests' > gmake[1]: *** [test-all-basics] Error 1 > gmake[1]: Leaving directory `/usr/local/share/R-devel/tests' > gmake: *** [check] Error 2 > > erdos# tail /usr/local/share/R-devel/tests/Examples/tools-Ex.Rout.fail >> ### ** Examples >> >> ## Build the Rd db for the (installed) base package. >> db <- Rd_db("base") >> ## Run Rd_parse on all entries in the Rd db. >> db <- lapply(db, function(txt) Rd_parse(text = txt)) > Error: 'Rd_parse' is defunct. > Use 'parse_Rd' instead. > See help("Defunct") > Execution halted > >> sessionInfo() > R version 2.10.0 Under development (unstable) (2009-09-07 r49613) > x86_64-unknown-freebsd9.0 > > locale: > [1] C > > attached base packages: > [1] tools stats graphics grDevices utils datasets methods > [8] base > > h.