Rev 7832 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
In this directory,various tests on R are made automatically.This is the recommended way to check if R has been built successfully onyour architecture.make test-Alldoes both ofmake test-Examplesand make test-Specificthe first of which runs all the examples from the help files (*.Rd) of allcore packages (base, eda, ..., ts) -- which can take quite long (5-15minutes, depending on your environment).The "fast" part of the tests is `test-Specific'which runs the *.R files in this (./tests) directory (tolerantly) comparesthe result *.Rout file with the prespecified *.Rout.save (if that exists).Martin Maechler for the R Core Team.