Skip to content
Prev 276804 / 398506 Next

Installing binaries from R-Forge

Hi Uwe,

Thanks for your response. I tried your suggestion and got the following
error message:
repos="http://R-Forge.R-project.org",type="source")
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package 'splm' is not available

I have downloaded the "Package source (.tar.gz)" at the link below, and it
is not an empty file. Not sure what this problem means or what I can do
about it.

Thanks,
Mitch

-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Wednesday, November 09, 2011 9:10 AM
To: Downey, Patrick
Cc: r-help at r-project.org
Subject: Re: [R] Installing binaries from R-Forge

The Windows binary seems not to be there. Since this is a development
platform and there may be various reasons a binary does currently not
exist, you could install the package from source, just add the argument
type="source"  in your call to install.packages().

How to prepare your environment to allow to install source packages is
described in the R Installation and Administration manual.

Uwe Ligges
On 09.11.2011 13:39, Downey, Patrick wrote: