bcgov / shinyssdtools

Shiny interface to ssdtools R package
https://bcgov.github.io/shinyssdtools/
Apache License 2.0
7 stars 4 forks source link

distributions not loading correctly when following readme instructions #97

Closed aylapear closed 3 years ago

aylapear commented 3 years ago

The Bug

llogis and other distributions not working when launching the app locally as per the readme instructions because we are only loading the one functions from shinyssdtools. Either ssdtools or shinyssdtools needs to be loaded first.

I think the readme should be updated to be which will correct the issue.

# install.packages("devtools")
devtools::install_github("bcgov/shinyssdtools")
library(shinyssdtools)
run_app()