An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20040217/938263fb/attachment.pl
Installing package on R
3 messages · Wassim Kamoum, Duncan Murdoch, Martin Wegmann
On Tue, 17 Feb 2004 14:26:23 +0100 (CET), Wassim Kamoum <kamoun_wassim at yahoo.fr> wrote :
Hello I have a XP on my Pc ,and I would like to install the splancs package on my machine what is the step for implementing them on my library?
In Rgui: Packages | Install package from CRAN... then choose splancs from the list. If you're not online, get the compiled binary version of the package somehow (in a .zip file; the .tar or .tgz files are source versions, which are much more involved to install), and use Packages | Install package from local zip file. Duncan Murdoch
On Tuesday 17 February 2004 14:26, Wassim Kamoum wrote:
Hello I have a XP on my Pc ,and I would like to install the splancs package on my machine what is the step for implementing them on my library?
I presume the same answer as in:
On Monday 16 February 2004 18:07, Martin Wegmann wrote:
On Monday 16 February 2004 17:12, Wassim Kamoum wrote:
Hello I would like to install a package on R (splancs package) after downloading them what is the step for implementing them in my library?
I don't know which operating system you are using if Windows that you might have a look at the "R for Windows FAQ",
install.packages("splancs") - inside R would do the job.
followed by library(splancs) -> see FAQ Martin