[R] install packages from R-forge SVN

2014-02-26 Thread Jonathan Greenberg
R-helpers: I was curious if anyone developed a package/approach to installing packages directly from the R-forge SVN subsystem (rather than waiting for it to build)? I can, of course, SVN it command line but I was hoping for an install.packages("svn://") sort of approach. Cheers! --j -- Jonat

Re: [R] install-packages

2013-08-01 Thread Mike Rennie
Try typing this into google search bar: [R] install packages The majority of the results on the first page will help you out. On Thu, Aug 1, 2013 at 8:43 PM, Said Filahi wrote: > hello, > i am new and I want to know how to install a packare on R > > thank you >

[R] install-packages

2013-08-01 Thread Said Filahi
hello, i am new and I want to know how to install a packare on R thank you said filahi [[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 htt

[R] install packages and time-out

2013-04-03 Thread Menezes, David
I use R / RStudio at work. Recently, I tried to download XLConnect package using install.packages("XLConnect") However, I got the following error message: Installing package(s) into 'WORKCOMPUTER SPECIFIC STUFF HERE Documents/R/win-library/2.15' (as 'lib' is unspecified) trying URL 'http://w

Re: [R] install packages from intranet

2011-08-12 Thread Uwe Ligges
On 12.08.2011 11:40, Peter Aberline wrote: Hi, I'm new to R. Apologies if this is a simple query, I've searched the mailing lists and docs but can't find a solution to my problem. I'm trying to make some packages available on our intranet. During development the 'intranet' is a webserver r

[R] install packages from intranet

2011-08-12 Thread Peter Aberline
Hi, I'm new to R. Apologies if this is a simple query, I've searched the mailing lists and docs but can't find a solution to my problem. I'm trying to make some packages available on our intranet. During development the 'intranet' is a webserver running on localhost. * When I call "insta

[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/xpo

Re: [R] Install packages not working in latest version?

2009-04-26 Thread Uwe Ligges
Neotropical bat risk assessments wrote: Seems that the latest version R version 2.9.0 (2009-04-17) has a glitch and will not install packages. Issue with unzipping? Works fine with R version 2.8.1 (2008-12-22) > install.packages("ff") --- Please select a CRAN mirror for use in this session

[R] Install packages not working in latest version?

2009-04-26 Thread Neotropical bat risk assessments
Seems that the latest version R version 2.9.0 (2009-04-17) has a glitch and will not install packages. Issue with unzipping? Works fine with R version 2.8.1 (2008-12-22) > install.packages("ff") --- Please select a CRAN mirror for use in this session --- trying URL 'http://cran.fhcrc.org/bin/w

Re: [R] Install Packages in Windows Vista

2008-07-01 Thread Gabor Grothendieck
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' successfull

Re: [R] Install Packages in Windows Vista

2008-07-01 Thread Charles Annis, P.E.
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

[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 m

Re: [R] install packages automatically

2007-09-11 Thread john seers (IFR)
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vladimir Eremeev Sent: 11 September 2007 10:10 To: [EMAIL PROTECTED] Subject: Re: [R] install packages automatically I think using R_LIBS_USER is better. >From ?.libPaths: The library search path is initialized at star

Re: [R] install packages automatically

2007-09-11 Thread Vladimir Eremeev
> > This keeps the R base packages separate from the optional packages. > JS > -----Original Message- > From: [EMAIL PROTECTED] > Subject: [R] install packages automatically > > Dear Listers, > I am a little tired of installing all packages I want every time when I &g

Re: [R] install packages automatically

2007-09-11 Thread john seers (IFR)
age- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wensui Liu Sent: 11 September 2007 02:45 To: [EMAIL PROTECTED] Subject: [R] install packages automatically Dear Listers, I am a little tired of installing all packages I want every time when I instill a new version of R. Say, i

Re: [R] install packages automatically

2007-09-11 Thread Vladimir Eremeev
This was discussed here sometime ago. Several variants are possible. You can install the new version of R over the old one, in the same folder, this preserves the installed packages. At least, this works fine for me on Windows. You can also store your list of packages in a simple R script and ex