Skip to content

libraries

2 messages · Jonathan Rougier, Peter Dalgaard

#
Am I right in thinking that there a discrepancy between the ?library
documentation and the library() function?  If I have a library called
"patches", then according to the documentation (0.62.4) patches/R should
contain source files like fred.R and george.R, but in practice the library
only loads if both fred.R and george.R are given in a file called patches
in the R subdirectory of patches.  Or have I missed something?

Many thanks, Jonathan.

Jonathan Rougier                       Science Laboratories
Department of Mathematical Sciences    South Road
University of Durham                   Durham DH1 3LE

"[B]egin upon the precept ... that the things we see are to be 
 weighed in the scale with what we know"  (Meredith, 1879, The Egoist)

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Jonathan Rougier <J.C.Rougier at durham.ac.uk> writes:
The latter. R INSTALL to be specific:

Source directory:

ls ~/R-contrib/ctest/R
bartlett.test.R    friedman.test.R    mcnemar.test.R     wilcox.test.R
binom.test.R       kruskal.test.R     mood.test.R
cor.test.R         ks.test.R          pks.R
fisher.test.R      mantelhaen.test.R  var.test.R

Install directory:

ls /usr/local/lib/R/library/ctest/R
ctest