[R] install packages in Windows Vista

2010-07-28 Thread Santosh
Dear R experts...
I would really appreciate your suggestions in installing a package in
Windows Vista...

I am unable to install a package on a windows vista based computer, in spite
of running it as an administrator. The package xpose4.2.1 is available
from 
https://sourceforge.net/projects/xpose/files/Xpose4/Xpose_4.2.1/xpose4_4.2.1_win32.zip/download


Following is the error message when I try to install the package from the
Rgui command line...
I get similar errors when I try to install the packages from Rgui (Packages
| Install packages from local zip files) menu, but with default
lib=C:/Users/santosh/Documents/R/win-library/2.11
.

install.packages(C:/Users/santosh/Downloads/xpose4_4.2.1_win32.zip,repos=NULL,lib=C:/Program
Files/R/R-2.11.1/library)
Error in gzfile(file, r) : cannot open the connection
In addition: Warning message:
In gzfile(file, r) :
  cannot open compressed file 'xpose4_4.2.1_win32/DESCRIPTION', probable
reason 'No such file or directory'

However, I see file folder in which the library related folders
are installed..

Thanks again,
Santosh

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Install Packages in Windows Vista

2008-07-01 Thread nicholasw22

I can't seem to install packages to R. Each time I get the following
output...for example

bundle 'VR' successfully unpacked and MD5 sums checked

The downloaded packages are in
C:\Users\DarkBlue\AppData\Local\Temp\RtmpQrD7Le\downloaded_packages
updating HTML package descriptions
Warning message:
In file.create(f.tg) :
  cannot create file 'C:\PROGRA~1\R\R/doc/html/packages.html', reason
'Permission denied'

-- 
View this message in context: 
http://www.nabble.com/Install-Packages-in-Windows-Vista-tp18228954p18228954.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Install Packages in Windows Vista

2008-07-01 Thread Charles Annis, P.E.
Run R as the Administrator.  Install the packages.  Then run as an ordinary
user.



Charles Annis, P.E.

[EMAIL PROTECTED]
phone: 561-352-9699
eFax:  614-455-3265
http://www.StatisticalEngineering.com
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of nicholasw22
Sent: Tuesday, July 01, 2008 10:11 PM
To: r-help@r-project.org
Subject: [R] Install Packages in Windows Vista


I can't seem to install packages to R. Each time I get the following
output...for example

bundle 'VR' successfully unpacked and MD5 sums checked

The downloaded packages are in
C:\Users\DarkBlue\AppData\Local\Temp\RtmpQrD7Le\downloaded_packages
updating HTML package descriptions
Warning message:
In file.create(f.tg) :
  cannot create file 'C:\PROGRA~1\R\R/doc/html/packages.html', reason
'Permission denied'

-- 
View this message in context:
http://www.nabble.com/Install-Packages-in-Windows-Vista-tp18228954p18228954.
html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Install Packages in Windows Vista

2008-07-01 Thread Gabor Grothendieck
You do that by right clicking the R icon on the Windows Desktop
and then choosing Run As Administrator .

Alternately grab el.js and Rgui.bat from the batchfiles distribution --
home page is at:

   http://batchfiles.googlecode.com

and place them anywhere in your path and then you can just do this
from the command line to start up R as an elevated process
(you will be asked for confirmation):

   el Rgui

(Omitting el starts it up normally.)

On Tue, Jul 1, 2008 at 11:09 PM, Charles Annis, P.E.
[EMAIL PROTECTED] wrote:
 Run R as the Administrator.  Install the packages.  Then run as an ordinary
 user.



 Charles Annis, P.E.

 [EMAIL PROTECTED]
 phone: 561-352-9699
 eFax:  614-455-3265
 http://www.StatisticalEngineering.com

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of nicholasw22
 Sent: Tuesday, July 01, 2008 10:11 PM
 To: r-help@r-project.org
 Subject: [R] Install Packages in Windows Vista


 I can't seem to install packages to R. Each time I get the following
 output...for example

 bundle 'VR' successfully unpacked and MD5 sums checked

 The downloaded packages are in
C:\Users\DarkBlue\AppData\Local\Temp\RtmpQrD7Le\downloaded_packages
 updating HTML package descriptions
 Warning message:
 In file.create(f.tg) :
  cannot create file 'C:\PROGRA~1\R\R/doc/html/packages.html', reason
 'Permission denied'

 --
 View this message in context:
 http://www.nabble.com/Install-Packages-in-Windows-Vista-tp18228954p18228954.
 html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.