eblondel / ows4R

R Interface for OGC Web-Services (OWS)

Home Page:https://eblondel.github.io/ows4R/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency with rgdal

Robinlovelace opened this issue · comments

@Robinlovelace ows4R is free of rgdal now, and the new package has been pushed to CRAN. This includes new clients for WPS (processing) and WCS (coverage/raster data access)

Hi Emanuel, thanks for the update, looking good! I think I found out the cause of the installation failures:

install.packages("keyring")
...
Configuration failed because libsodium was not found. Try installing:
 * deb: libsodium-dev (Debian, Ubuntu, etc)
 * rpm: libsodium-devel (Fedora, EPEL)
 * csw: libsodium_dev (Solaris)
 * brew: libsodium (OSX)
If libsodium is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libsodium.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------- [ERROR MESSAGE] ---------------------------
<stdin>:1:10: fatal error: sodium.h: No such file or directory
compilation terminated.
--------------------------------------------------------------------
ERROR: configuration failed for package ‘sodium’
* removing ‘/home/robin/R/x86_64-pc-linux-gnu-library/4.2/sodium’
Warning in install.packages :
  installation of package ‘sodium’ had non-zero exit status
ERROR: dependency ‘sodium’ is not available for package ‘keyring’
* removing ‘/home/robin/R/x86_64-pc-linux-gnu-library/4.2/keyring’
Warning in install.packages :
  installation of package ‘keyring’ had non-zero exit status

The downloaded source packages are in
	‘/tmp/RtmpOuoq4L/downloaded_packages’