Fehler bei der Installation eines R-Pakets

Bitte helfen Sie mir, ich kann nicht installieren "MASSE" - Paket.

> library(MASS)
Error in library(MASS) : there is no package called ‘MASS’

Habe ich versucht zu installieren-MASSE-Pakets aus dem lokalen:

> utils:::menuInstallLocal()  
package ‘MASS’ successfully unpacked and MD5 sums checked  
Warning: cannot remove prior installation of package ‘MASS’

Selbst kann ich nicht entfernen "MASSE":

> remove.packages("MASS")  
Removing package from ‘C:/Program Files/R/R-3.0.1/library’  
(as ‘lib’ is unspecified)  
Error in find.package(pkgs, lib) : there is no package called ‘MASS’

Auch mit dieser option konnte ich nicht installieren, Paket:

> options(install.lock=T)  
> utils:::menuInstallLocal()  
package ‘MASS’ successfully unpacked and MD5 sums checked  
Warning: cannot remove prior installation of package ‘MASS’  
Warning: restored ‘MASS’  
Warning message:  
In file.copy(savedcopy, lib, recursive = TRUE) :  
  problem copying C:\Program Files\R\R-3.0.1\library\00LOCK\MASS\libs\x64\MASS.dll to C:\Program Files\R\R-3.0.1\library\MASS\libs\x64\MASS.dll: Permission 

Und mit installieren.Pakete:

> install.packages("C:\\MASS_7.3-35.zip",repos=NULL)
package ‘MASS’ successfully unpacked and MD5 sums checked  
Warning: cannot remove prior installation of package ‘MASS’  
Warning: restored ‘MASS’  
Warning message:  
In file.copy(savedcopy, lib, recursive = TRUE) :  
  problem copying C:\Program Files\R\R-3.0.1\library\00LOCK\MASS\libs\x64\MASS.dll to C:\Program Files\R\R-3.0.1\library\MASS\libs\x64\MASS.dll: Permission 

Sollte ich erwähnen, ich benutze R mit ERZ (Oracle R Enterprise).

Kommentar zu dem Problem
Warum nutzen Sie nicht den üblichen Weg, also installieren.Pakete("MASSE", dependencies=TRUE)? Kommentarautor:
Ich habe nicht Zugang zu Internet, unser server ist getrennt vom Internet-Netzwerk. Kommentarautor: parvij
Sollten Sie lieber installieren.Pakete("dir/package_name", repos = NULL) (wobei dir/ ist das Verzeichnis, in das Sie die zip-Datei heruntergeladen Paketname. Kommentarautor:
Ich bekam dieselbe Fehlermeldung. Kommentarautor: parvij
Kann man R als administrator? Kommentarautor: Hugh

InformationsquelleAutor der Frage parvij | 2014-10-26

Schreibe einen Kommentar