[R] Validating R after it has been installed!
Peter Dalgaard BSA
p.dalgaard at biostat.ku.dk
Wed Jan 16 20:51:11 CET 2002
Leslie_Branch at hgsi.com writes:
> While compiling R (Any version) you run configure, make test, and then make
> install. After which you are done. I am wondering if there is a way we
> can run the "make test" part again on what was just installed. If I
> understand the process correctly when you initially run "make test" you are
> testing R in the test area and not the install directory. Is it something
> as simple as changing the BASEDIR in the makefile or is it a bit more
> complicated.
Installation is almost exclusively a copying operation, so
it is unlikely that installation would break the kind of thing
that "make test" checks for, but you could change the definition of $R
in the makefiles inside tests/ and tests/Examples.
Alternatively, you can skip the installation step and run R out of the
build directory (ln -sf path/to/RBUILD/bin/R /usr/local/bin).
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list