statnet / statnetWeb

A graphical user interface for network modeling with the 'statnet' software
GNU General Public License v3.0
29 stars 17 forks source link

missing library dependency with default instructions #10

Closed skyebend closed 10 years ago

skyebend commented 10 years ago

When I ran the default command after installing the shiny library I got the following error

shiny::runGitHub("statnetWeb", "statnet") Downloading https://github.com/statnet/statnetWeb/archive/master.tar.gz Loading required package: shiny

Listening on http://127.0.0.1:7254 Error in library(shinyBS) : there is no package called ‘shinyBS’

After I manually installed shinyBS it worked fine. Not sure if the instructions need to say install shinyBS, or if the app is missing a dependency declaration or something?

ebey commented 10 years ago

updated README.md with full list of necessary packages