R equivalent of python module structure and functionality?
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