Skip to content

ui.R mapOutput error #169

@talassio

Description

@talassio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions