Hello,
I tried but can't solve my problem by myself as I systematically fail to download the pgirmess packages (which I really need).
It starts well :
install.packages("pgirmess")
Installing package into ‘/home/kazewind/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
also installing the dependencies ‘sf’, ‘rgdal’, ‘rgeos’, ‘spdep'
but then :
checking for gdal-config... no
no
configure: error: gdal-config not found or not executable.
ERROR: configuration failed for package ‘sf’
Same goes for rgeos
and finally :
The downloaded source packages are in
‘/tmp/Rtmpsd52kL/downloaded_packages’
Warning messages:
1: In install.packages("pgirmess") :
installation of package ‘sf’ had non-zero exit status
2: In install.packages("pgirmess") :
installation of package ‘rgdal’ had non-zero exit status
3: In install.packages("pgirmess") :
installation of package ‘rgeos’ had non-zero exit status
4: In install.packages("pgirmess") :
installation of package ‘spdep’ had non-zero exit status
5: In install.packages("pgirmess") :
installation of package ‘pgirmess’ had non-zero exit status
Seriously it would be such a great help if I can solve this. Thank you for all the help~
(I have the same issue for LMERConvenienceFunctions package but with :
checking for X... no
configure: error: X11 not found but required, configure aborted.
ERROR: configuration failed for package ‘rgl’
I guess it is the same kind of trick needed)