[R] install package "snow"

Romain Francois francoisromain at free.fr
Wed Jun 8 21:46:18 CEST 2005


Le 08.06.2005 20:51, Steve Adams a écrit :

>Hi,
>
>I have difficulty in installing package "snow" from
>CRAN. Somehow, this package is not shown up in the
>available package list when I tried to use the GUI
>interface. So I have to go to CRAN to download the
>source file: snow_0.2-1.tar.gz. Then I tried to
>install it using the following command:
>
>  
>
>>install.packages(repos=NULL, pkgs='C:\Documents and
>>    
>>
>Settings\Desktop\snow_0.2-1.tar.gz', type='source',
>lib = 'c:/program files/r/rw2010/library/')
>
>  
>

Double backslash are required here, as in :

install.packages(repos=NULL, pkgs='C:\\Documents and 
Settings\\Desktop\\snow_0.2-1.tar.gz', type='source',lib = 'c:/program 
files/r/rw2010/library/')

(but the tools are required if you want to build from source on windows, 
so that may not solve the problem)
Romain

>Warning message:
>installation of package 'C:Documents and
>Settingsyzhang24Desktopsnow_0.2-1.tar.gz' had non-zero
>exit status in: install.packages(repos = NULL, pkgs =
>"C:Documents and
>Settingsyzhang24Desktopsnow_0.2-1.tar.gz",  
>
>What's the problem here, and how should I handle it?
>
>Thanks
>
>Steve
>  
>


-- 
visit the R Graph Gallery : http://addictedtor.free.fr/graphiques
~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
~~~~~~      Romain FRANCOIS - http://addictedtor.free.fr         ~~~~~~
~~~~        Etudiant  ISUP - CS3 - Industrie et Services           ~~~~
~~                http://www.isup.cicrp.jussieu.fr/                  ~~
~~~~           Stagiaire INRIA Futurs - Equipe SELECT              ~~~~
~~~~~~   http://www.inria.fr/recherche/equipes/select.fr.html    ~~~~~~
~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~




More information about the R-help mailing list