Open HeatherGranger opened 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
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")
err
remotes::install_github("poissonconsulting/err")
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