jackolney / baldr

Epidemiological modelling in R
https://jackolney.github.io/baldr/
MIT License
3 stars 0 forks source link

missing packages #32

Open richfitz opened 6 years ago

richfitz commented 6 years ago

At least highchartr and shinyAce missing in DESCRIPTION - this will be less drama once the code is packagised because then R's QA will pick it up

thibautjombart commented 6 years ago

I can confirm that, off a fresh install I get:

> baldr::run()
Press ESC (or Ctrl-C) to get back to the R session
Loading required package: shiny

Listening on http://127.0.0.1:6513
Warning: Error in library: there is no package called ‘highcharter’
Stack trace (innermost first):
    46: library
    45: eval [ui/ui-head.R#1]
    44: eval
    43: withVisible
    42: source
     2: shiny::runApp
     1: baldr::run
Error : there is no package called ‘highcharter’
jackolney commented 6 years ago

Sounds like I need to add the following to DESCRIPTION: