[R] R equivalent of python module structure and functionality?

Martin Maechler maechler at stat.math.ethz.ch
Fri Sep 14 18:37:13 CEST 2012


>>>>> Jeff Newmiller <jdnewmil at dcn.davis.ca.us>
>>>>>     on Wed, 12 Sep 2012 14:57:38 -0700 writes:

    > It is my normal practice to install R libraries without
    > root. Just use your own library directory instead of the
    > system library.
    > ---------------------------------------------------------------------------
 
    > Sent from my phone. Please excuse my brevity.

well, "libraries" is even longer than "packages", so please,
increasing your brevity, do use correct language.

install.packages("fortunes")
require("fortunes")

fortune("It's a package")

Martin




More information about the R-help mailing list