[R] Installation R package Rssa from directory

tonina yanita at meta.ua
Fri Sep 11 22:22:56 CEST 2015


Hello. I'm trying to install R package Rssa from directory
install.packages("d:\\Rssa\\", repos=NULL, type="source")

But I have an error

* installing *binary* package 'Rssa' ...
Warning: running command 'cp -R . "E:/Program Files/R/R-3.1.3/library/Rssa"
|| ( tar cd - .| (cd "E:/Program Files/R/R-3.1.3/library/Rssa" && tar -xf -
))' had status 127
ERROR: installing binary package failed
* removing 'E:/Program Files/R/R-3.1.3/library/Rssa'
Warning in install.packages :
  running command '"E:/PROGRA~1/R/R-31~1.3/bin/x64/R" CMD INSTALL -l 
"E:\Program Files\R\R-3.1.3\library" "d:/Rssa/"' had status 1
Warning in install.packages :
 installation of package ‘d:/Rssa/’ had non-zero exit status
I installed this packages early from directory without problem. And when I
use this package without installation

library("Rssa", lib.loc="d:\\Rssa\\")

package works now too.

I have been looking for similar errors, but I still can not understand this
error and don't know what to do. Thank you for help.



--
View this message in context: http://r.789695.n4.nabble.com/Installation-R-package-Rssa-from-directory-tp4712160.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list