install-and-run-app.RmdNEespShiny packageInstall the versioned package:
remotes::install_github("NOAA-EDAB/NEesp", ref = "v0.1.0")Or install the most recent development package:
remotes::install_github("NOAA-EDAB/NEesp", ref = "dev")NEespShiny package
NEespShiny::run_NEesp()
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")NEesp package installed to run the NEespShiny app. Explicitly install NEesp:
remotes::install_github("NOAA-EDAB/NEesp", ref = "v0.1.0")