NOAA-OWP / RRASSLER

R based HEC-RAS FAIR standardization software
https://noaa-owp.github.io/RRASSLER/
Other
1 stars 0 forks source link

Dependency error with installation of `NOAA-OWP/RRASSLER` package #8

Closed ar-siddiqui closed 1 month ago

ar-siddiqui commented 7 months ago

Using the provided Dockerfile for setup and then following the steps laid out in README.rmd: remotes::install_github("NOAA-OWP/RRASSLER") errors out with

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called ‘rgdal’
JamesColl-NOAA commented 1 month ago

This dependency has been removed in the most recent version of the package, and given that the code has now been packaged, we've removed the development environment notes and associated dockerfile as that seemed to have caused more confusion than the reproducibility added. Thanks for testing this for us and please open a new issue if remotes::install_github("NOAA-OWP/RRASSLER") fails for you.