Skip to content
Back to formatted view

Raw Message

Message-ID: <200402161807.40862.wegmann@biozentrum.uni-wuerzburg.de>
Date: 2004-02-16T17:07:40Z
From: Martin Wegmann
Subject: problem for installing package
In-Reply-To: <20040216161204.42879.qmail@web41306.mail.yahoo.com>

Hello, 

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", if it is a Unix type OS then the 
install procedure for additional packages is described in the "R FAQ" 
section. 

another very convenient option would be 
install.packages("splancs") inside R

both options are described in detail in the FAQ section, regards Martin