shinyrems icon indicating copy to clipboard operation
shinyrems copied to clipboard

Package dependency error 'err' package

Open HeatherGranger opened this issue 1 year ago • 1 comments

Error message when try to load shinyrems:

install.packages("remotes") remotes::install_github("bcgov/rems") remotes::install_github("bcgov/wqbc") remotes::install_github("bcgov/shinyrems")

ERROR: dependency 'err' is not available for package 'shinyrems'

@jhydromet

HeatherGranger avatar Oct 16 '24 15:10 HeatherGranger

The err package was removed from CRAN in July 2024 (https://cran.r-project.org/web/packages/err/index.html). It can still be installed by running remotes::install_github("poissonconsulting/err")

aylapear avatar Oct 30 '24 22:10 aylapear