2017-03-22 24 views
0

Ich habe Probleme die Geor Paket auf Ubuntu 16.04 installieren, wenn ichInstallation Geor auf Ubuntu 16.04

>install.packages('geoR', dependencies = TRUE) 

betreibe ich die folgende Fehlermeldung

mir bekommen
/usr/lib/R/etc/Makeconf:141: recipe for target 'RFoptions.o' failed 
make: *** [RFoptions.o] Error 1 
ERROR: compilation failed for package ‘RandomFieldsUtils’ 
* removing ‘/home/luca/R/x86_64-pc-linux-gnu-library/3.2/RandomFieldsUtils’ 

The downloaded source packages are in 
    ‘/tmp/Rtmph5zmhR/downloaded_packages’ 
Warning message: 
In install.packages("RandomFieldsUtils") : 
    installation of package ‘RandomFieldsUtils’ had non-zero exit status 
> 
> install.packages('geoR', dependencites = TRUE) 
Installing package into ‘/home/luca/R/x86_64-pc-linux-gnu-library/3.2’ 
(as ‘lib’ is unspecified) 
also installing the dependencies ‘RandomFieldsUtils’, ‘RandomFields’ 

Error in download.file(url, destfile, method, mode = "wb", ...) : 
    unused argument (dependencites = TRUE) 
Warning in download.packages(pkgs, destdir = tmpd, available = available, : 
    download of package ‘RandomFieldsUtils’ failed 
Error in download.file(url, destfile, method, mode = "wb", ...) : 
    unused argument (dependencites = TRUE) 
Warning in download.packages(pkgs, destdir = tmpd, available = available, : 
    download of package ‘RandomFields’ failed 
Error in download.file(url, destfile, method, mode = "wb", ...) : 
    unused argument (dependencites = TRUE) 
Warning in download.packages(pkgs, destdir = tmpd, available = available, : 
    download of package ‘geoR’ failed 

Es scheint, dass die Problem ist mit dem RandomFieldsUtils Paket, und auch wenn ich versuche,

>install.packages('RandomFieldsUtils') 

ich den gleichen Fehler zu laufen

/usr/lib/R/etc/Makeconf:141: recipe for target 'RFoptions.o' failed 
make: *** [RFoptions.o] Error 1 

ERROR: compilation failed for package ‘RandomFieldsUtils’ 
* removing ‘/home/luca/R/x86_64-pc-linux-gnu-library/3.2/RandomFieldsUtils’ 

The downloaded source packages are in 
    ‘/tmp/Rtmph5zmhR/downloaded_packages’ 
Warning message: 
In install.packages("RandomFieldsUtils") : 
    installation of package ‘RandomFieldsUtils’ had non-zero exit status 

Ich bin ziemlich neu zu R und versuchte dies sowohl in R Studio und in der Ubuntu-Konsole, bekam die gleiche Nachricht zweimal.

Irgendeine Idee, wie man es repariert?

Dank im Voraus

+0

versuchen auch zu install.packages („RandomFields“) –

+0

Es ist der gleiche Fehler wieder für diesen – ltr

+0

was http://www.leg.ufpr.br/geoR/geoRdoc/installpackage.html –

Antwort

1

Nach einem wenig herum zu spielen, konnte ich durch die zweite-to-neueste Version von RandomFieldsUtils Download (dh 0.3.16 statt 0.3.20) direkt aus dem website des Bewerters und Installation aus das Paket.

Diese Antwort an mich selbst senden, falls es irgendjemandem helfen kann!

Verwandte Themen