Skip to content
Prev 305494 / 398506 Next

R equivalent of python module structure and functionality?

> 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