Skip to content

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 :
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:
I presume the same answer as in:
On Monday 16 February 2004 18:07, Martin Wegmann wrote:
followed by 
library(splancs) -> see FAQ

Martin