Re: [R] error on Windows OS [SEC=UNCLASSIFIED]

2010-05-31 Thread RICHARD M. HEIBERGER
M.Ribeiro, You can install on Windows from the tar.gz using the RTools. You need to set the PATH to find RTools and it looks like you skipped that step. Full details are in the R Extensions manual. Here are my notes, from several years ago as you can see by the R-2.8.0 paths and the Rtools29.exe

Re: [R] error on Windows OS

2010-05-31 Thread Duncan Murdoch
On 31/05/2010 9:13 AM, M.Ribeiro wrote: Ok, I re-installed the Rtools (now Rtools211 because I was in another computer with R version 2.10) , and the message now when I tried to install the package was Warning: invalid package 'GWSR_1.0.tar.gz' Erro: ERROR: no packages specified Warning message

Re: [R] error on Windows OS

2010-05-31 Thread M.Ribeiro
Thanks for all the help, So let me undestand, The Rtools is currently installed in c:\Rtools\bin; c:\Rtools\perl\bin; c:\Rtools\MinGW\bin; %SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem; C:\Program Files (x86)\QuickTime\QTSystem\; C:\Program Files (x86)\SAS\Shared Files\Format

Re: [R] error on Windows OS

2010-05-31 Thread M.Ribeiro
Ok, I re-installed the Rtools (now Rtools211 because I was in another computer with R version 2.10) , and the message now when I tried to install the package was Warning: invalid package 'GWSR_1.0.tar.gz' Erro: ERROR: no packages specified Warning message: In install.packages("GWSR_1.0.tar.gz",

Re: [R] error on Windows OS

2010-05-31 Thread Peter Dalgaard
On May 31, 2010, at 12:53 PM, Duncan Murdoch wrote: > > That's the one that stopped the install. Apparently the Rtools bin directory > is not being found by Windows in your PATH. The Rtools installer can put it > there; maybe you should just reinstall Rtools and choose that option. Also not

Re: [R] error on Windows OS

2010-05-31 Thread Duncan Murdoch
M.Ribeiro wrote: I received by email an R package (file.tar.gz) that was created in Linux. The package was already installed in another computer in linux using install.packages and it worked I am not familiar with installing packages but I would like to install it on Windows I downloaded the Rt

Re: [R] error on Windows OS [SEC=UNCLASSIFIED]

2010-05-31 Thread Augusto.Sanabria
Hi M. Ribeiro, For Windows you need to download the correct package (*.zip) not the Linux package. Once the windows package has been downloaded into a directory, you can install it directly from the R shell, see Packages > install packages from local zip files. Once the package has been installed