Sourcing launch_app stops with the error:
> launch_app(debug = TRUE, quiet = TRUE)
[1] "dir_app: /home/cesma/R/x86_64-pc-linux-gnu-library/3.1/ohicore/shiny_app"
Error in system.file("libraries", lib, package = package) :
object 'package' not found
Replacing in dir_app/ui.R on line 98
mapOutput('map_container')),
with
chartOutput("map_container", 'leaflet')),
as per ramnathv/rMaps#63
seems that the App works, except no map is drawn.
Sourcing launch_app stops with the error:
Replacing in dir_app/ui.R on line 98
with
as per ramnathv/rMaps#63
seems that the App works, except no map is drawn.