Skip to content
Prev 276806 / 398506 Next

Installing binaries from R-Forge

I'm sorry. I made a mistake. I accidentally had 2 versions of R open and
got that error message from R-2.10. When I correctly enter the commands you
suggest into R-2.14 I get the same as you. 

However, my installation is filled with errors. I assume the following
means that I should install each of these packages prior to trying to
install splm from source. Is that correct?


Warning: dependencies 'spam', 'ibdreg', 'lmtest', 'deldir', 'coda',
'sandwich' are not available
also installing the dependencies 'maptools', 'spdep', 'plm', 'bdsmatrix'

trying URL
'http://R-Forge.R-project.org/src/contrib/maptools_0.8-10.tar.gz'
Content type 'application/x-gzip' length 813096 bytes (794 Kb)
opened URL
downloaded 794 Kb

trying URL 'http://R-Forge.R-project.org/src/contrib/spdep_0.5-41.tar.gz'
Content type 'application/x-gzip' length 1993974 bytes (1.9 Mb)
opened URL
downloaded 1.9 Mb

trying URL 'http://R-Forge.R-project.org/src/contrib/plm_1.2-7.tar.gz'
Content type 'application/x-gzip' length 1084173 bytes (1.0 Mb)
opened URL
downloaded 1.0 Mb

trying URL 'http://R-Forge.R-project.org/src/contrib/bdsmatrix_1.1.tar.gz'
Content type 'application/x-gzip' length 49623 bytes (48 Kb)
opened URL
downloaded 48 Kb

trying URL 'http://R-Forge.R-project.org/src/contrib/splm_0.9-05.tar.gz'
Content type 'application/x-gzip' length 52479 bytes (51 Kb)
opened URL
downloaded 51 Kb

* installing *source* package 'maptools' ...
** libs
ERROR: compilation failed for package 'maptools'
* removing 'D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library/maptools'
* installing *source* package 'bdsmatrix' ...
** libs
ERROR: compilation failed for package 'bdsmatrix'
* removing 'D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library/bdsmatrix'
ERROR: dependencies 'maptools', 'deldir', 'coda' are not available for
package 'spdep'
* removing 'D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library/spdep'
ERROR: dependencies 'bdsmatrix', 'sandwich' are not available for package
'plm'
* removing 'D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library/plm'
ERROR: dependencies 'spdep', 'plm', 'bdsmatrix', 'spam', 'ibdreg', 'lmtest'
are not available for package 'splm'
* removing 'D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library/splm'

The downloaded packages are in
        'D:\Documents and Settings\pdowney\Local
Settings\Temp\RtmpioblL6\downloaded_packages'
Warning messages:
1: running command 'D:/DOCUME~1/pdowney/MYDOCU~1/R/R-214~1.0/bin/i386/R CMD
INSTALL -l "D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library"
D:\DOCUME~1\pdowney\LOCALS~1\Temp\RtmpioblL6/downloaded_packages/maptools_0
.8-10.tar.gz' had status 1 
2: In install.packages("splm", repos = "http://R-Forge.R-project.org",  :
  installation of package 'maptools' had non-zero exit status
3: running command 'D:/DOCUME~1/pdowney/MYDOCU~1/R/R-214~1.0/bin/i386/R CMD
INSTALL -l "D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library"
D:\DOCUME~1\pdowney\LOCALS~1\Temp\RtmpioblL6/downloaded_packages/bdsmatrix_
1.1.tar.gz' had status 1 
4: In install.packages("splm", repos = "http://R-Forge.R-project.org",  :
  installation of package 'bdsmatrix' had non-zero exit status
5: running command 'D:/DOCUME~1/pdowney/MYDOCU~1/R/R-214~1.0/bin/i386/R CMD
INSTALL -l "D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library"
D:\DOCUME~1\pdowney\LOCALS~1\Temp\RtmpioblL6/downloaded_packages/spdep_0.5-
41.tar.gz' had status 1 
6: In install.packages("splm", repos = "http://R-Forge.R-project.org",  :
  installation of package 'spdep' had non-zero exit status
7: running command 'D:/DOCUME~1/pdowney/MYDOCU~1/R/R-214~1.0/bin/i386/R CMD
INSTALL -l "D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library"
D:\DOCUME~1\pdowney\LOCALS~1\Temp\RtmpioblL6/downloaded_packages/plm_1.2-7.
tar.gz' had status 1 
8: In install.packages("splm", repos = "http://R-Forge.R-project.org",  :
  installation of package 'plm' had non-zero exit status
9: running command 'D:/DOCUME~1/pdowney/MYDOCU~1/R/R-214~1.0/bin/i386/R CMD
INSTALL -l "D:/Documents and Settings/pdowney/My
Documents/R/R-2.14.0/library"
D:\DOCUME~1\pdowney\LOCALS~1\Temp\RtmpioblL6/downloaded_packages/splm_0.9-0
5.tar.gz' had status 1 

10: In install.packages("splm", repos = "http://R-Forge.R-project.org",  :
  installation of package 'splm' had non-zero exit status



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

trying URL 'http://R-Forge.R-project.org/src/contrib/splm_0.9-05.tar.gz'
Content type 'application/x-gzip' length 52479 bytes (51 Kb) opened URL
downloaded 51 Kb

* installing *source* package 'splm' ...
.....

Can you install packages from CRAN?

Uwe Ligges