Skip to content

Commit

Permalink
fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Nov 20, 2019
1 parent 65f1523 commit fbde2ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ shinyAppServer = function(input, output, session) {
)
)

# Defaults to first 'city', so should load that data by default
net <<- readRDS(system.file("net-accra.Rds", package = "upthat"))
net <<- readRDS(system.file("net-kathmandu.Rds", package = "upthat"))
net$layer <- net$flow
rds_files_available = list.files(path = "inst", pattern = ".Rds", full.names = TRUE)

Expand Down

0 comments on commit fbde2ef

Please sign in to comment.