bcgov / shinyrems

An R package to launch shinyrems; an online application that allows a user to access, download, clean, plot and calculate simple statistics using data from the B.C. government Environmental Monitoring System database.
https://bcgov.github.io/shinyrems/
Other
18 stars 4 forks source link

Package dependency error 'err' package #157

Open HeatherGranger opened 1 month ago

HeatherGranger commented 1 month ago

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

aylapear commented 3 weeks ago

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