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
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
>
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
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
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
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
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
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
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
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
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
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
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
>
> 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
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
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
16 matches
Mail list logo