Ich versuche, plyr auf Ubuntu 14.04 zu installieren und erhalte diesen Fehler:
* installing *source* package ‘plyr’ ...
** package ‘plyr’ successfully unpacked and MD5 sums checked
** libs
g++ -I/usr/share/R/include -I"/usr/lib/R/site-library/Rcpp/include" -fpic -O3 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -c RcppExports.cpp -o RcppExports.o
g++: error: unrecognized command line option ‘-fstack-protector-strong’
make: *** [RcppExports.o] Error 1
ERROR: compilation failed for package ‘plyr’
* removing ‘/home/ignacio/R/x86_64-pc-linux-gnu-library/3.1/plyr’
The downloaded source packages are in
‘/tmp/Rtmp1Rmysx/downloaded_packages’
Warning message:
In install.packages("plyr", dep = TRUE) :
installation of package ‘plyr’ had non-zero exit status
Was vermisse ich?
Antwort1
Ich denke, das ist, was Sie brauchenhttps://launchpad.net/ubuntu/vivid/+package/r-cran-plyr
Wählen Sie im Abschnitt „Veröffentlichte Versionen“ die gewünschte Version aus. Auf der rechten Seite werden dann die herunterladbaren Dateien angezeigt.
Da es sich um Debs handelt, ist keine Kompilierung erforderlich.