Bitte helfen Sie mir, ich kann nicht "MASS" -Paket installieren.Fehler in der Installation ein R-Paket
> library(MASS)
Error in library(MASS) : there is no package called ‘MASS’
Ich versuchte MASS Paket von lokal zu installieren:
> utils:::menuInstallLocal()
package ‘MASS’ successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package ‘MASS’
Auch kann ich nicht "Masse" entfernen:
> 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 bei dieser Option, die ich nicht Paket installieren könnte:
> 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 i nstall.packages:
> 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
ich sollte ich mit ORE (Oracle R Enterprise) verwenden R erwähnen.
Warum verwenden Sie nicht den üblichen Weg, d. H. 'Install.packages (" MASS ", Abhängigkeiten = TRUE)'? –
Ich habe keinen Zugang zum Internet, unser Server ist vom Internet Netzwerk getrennt. – parvij
Sie sollten 'install.packages (" dir/package_name ", repos = NULL)' bevorzugen, wobei 'dir /' das Verzeichnis ist, in das Sie die Zip-Datei 'package_name' heruntergeladen haben. –