Skip to content

Commit fbde2ef

Browse files
committed
fixes #16
1 parent 65f1523 commit fbde2ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/server.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ shinyAppServer = function(input, output, session) {
3232
)
3333
)
3434

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

0 commit comments

Comments
 (0)