Hello,
I was looking for the llapack package, but I then understood it was the "lapack' package which was installed:
liblapack3 3.9.0-1build1 and liblas3 . I uninstalled completely both packages using synaptic. But it did not help.
I tried to install gtools through install.packages("gtools", lib = "/usr/lib/R/library", dependencies = TRUE)
but still several errors on dependencies:
ERROR: dependency ‘httr’ is not available for package ‘plotly’
- removing ‘/usr/lib/R/library/plotly’
ERROR: dependency ‘solrium’ is not available for package ‘ritis’
- removing ‘/usr/lib/R/library/ritis’
ERROR: dependencies ‘httr’, ‘WikipediR’, ‘WikidataQueryServiceR’ are not available for package ‘WikidataR’
- removing ‘/usr/lib/R/library/WikidataR’
ERROR: dependency ‘lme4’ is not available for package ‘pbkrtest’
- removing ‘/usr/lib/R/library/pbkrtest’
ERROR: dependencies ‘Cairo’, ‘plotly’, ‘quantreg’, ‘sn’ are not available for package ‘SGP’
- removing ‘/usr/lib/R/library/SGP’
ERROR: dependencies ‘WikidataR’, ‘xml2’ are not available for package ‘wikitaxa’
- removing ‘/usr/lib/R/library/wikitaxa’
ERROR: dependencies ‘pbkrtest’, ‘quantreg’, ‘lme4’ are not available for package ‘car’
- removing ‘/usr/lib/R/library/car’
ERROR: dependencies ‘xml2’, ‘ape’, ‘bold’, ‘rotl’, ‘ritis’, ‘wikitaxa’, ‘phangorn’ are not available for package ‘taxize’
- removing ‘/usr/lib/R/library/taxize’
I could not install package 'car, and got still the lapack and blas errors': ==========
1: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘nloptr’ had non-zero exit status
2: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘RcppEigen’ had non-zero exit status
3: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘quantreg’ had non-zero exit status
4: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘rgl’ had non-zero exit status
5: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘lme4’ had non-zero exit status
6: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘pbkrtest’ had non-zero exit status
7: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘effects’ had non-zero exit status
8: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘car’ had non-zero exit status
9: Dans install.packages("car", lib = "/usr/lib/R/library", dependencies = TRUE) :
installation of package ‘alr4’ had non-zero exit status
================= errors:
In file included from pixmap.cpp:16:
pngpixmap.h:3:10: fatal error: png.h: Aucun fichier ou dossier de ce type
3 | #include <png.h>
| ^~~~~~~
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
gcc -std=gnu99 -std=gnu11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o quantreg.so akj.o boot.o
/usr/bin/ld : ne peut trouver -llapack
/usr/bin/ld : ne peut trouver -lblas
collect2: error: ld returned 1 exit status
make: *** [/usr/share/R/share/make/shlib.mk:10 : RcppEigen.so] Erreur 1
ERROR: compilation failed for package ‘RcppEigen’
sincerely
frederic