eblondel / ows4R

R Interface for OGC Web-Services (OWS)
https://eblondel.github.io/ows4R/
Other
36 stars 8 forks source link

Remove dependency with rgdal #78

Closed Robinlovelace closed 2 years ago

Robinlovelace commented 2 years ago

Which will be retired in 2023. Context: https://github.com/Robinlovelace/geocompr/issues/817

eblondel commented 2 years ago

Yes it's known, but thanks for reporting

Le sam. 2 juil. 2022 à 14:25, Robin Lovelace @.***> a écrit :

Which will be retired in 2023. Context: Robinlovelace/geocompr#817 https://github.com/Robinlovelace/geocompr/issues/817

— Reply to this email directly, view it on GitHub https://github.com/eblondel/ows4R/issues/78, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKDK3E3N2AOQEE7YSPLQNDVSAYNHANCNFSM52O7TMOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

eblondel commented 2 years ago

@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)

Robinlovelace commented 2 years ago

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’