Install NEespShiny package

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

Run NEespShiny package

NEespShiny::run_NEesp()

Troubleshooting

  • Override package installation errors from warnings:
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
  • You must also have the NEesp package installed to run the NEespShiny app. Explicitly install NEesp:
remotes::install_github("NOAA-EDAB/NEesp", ref = "v0.1.0")