Message-ID: <20563.23865.352264.933077@stat.math.ethz.ch>
Date: 2012-09-14T16:37:13Z
From: Martin Maechler
Subject: R equivalent of python module structure and functionality?
In-Reply-To: <be7cf7b1-d4e8-42fe-aaf4-e8ce30d21ea0@email.android.com>
>>>>> 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