tetratech / baytrendsmap

Shiny app to create maps on-the-fly from output of the baytrends package.
https://tetratech.github.io/baytrendsmap/
MIT License
4 stars 2 forks source link

packages not loaded #22

Closed jharcum closed 4 years ago

jharcum commented 4 years ago

Describe the bug Per Breck 5/22 email: For it to work, I needed to upload a lot of packages that I wasn’t aware of until I got error and error after trying to run the library(baytrendsmap).

leppott commented 4 years ago

All packages needed should be installed with devtools::install_github. (I have had some sporadic issues with not all pkgs getting installed).

Checked package and all packages needed are listed in DESCRIPTION

Though there are 2 packages listed under "Suggests". These should not be needed for basic operation of the baytrendsmap package. And the default for devtools::install_github has dependencies = NA so these are not installed.

Will update README to include dependencies = TRUE to ensure all packages in DESCRIPTION are installed.

leppott commented 4 years ago

Also change README install example repo from from leppott\baytrendsmap to tetratech\baytrendsmap

jharcum commented 4 years ago

Tested. Install appears to do needed updates (I too had a couple of sporadic issues, but dont believe it is a baytrendsmap issue)