Skip to content

Commit

Permalink
Fix agriculture name
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Mar 19, 2024
1 parent df62c1c commit 2fb5856
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified inst/rfasstui/map_data.RData
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/rfasstui/parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ computeMap <- function(map_data, variable, map_title) {
dplyr::filter(subRegion != "RUE") %>%
dplyr::mutate(year = as.numeric(as.character(year)))

map_figure <- rmap::map(data = ag.ryl.map,
map_figure <- rmap::map(data = ag.map,
shape = fasstSubset,
ncol = 2,
legendType = "pretty",
Expand Down
2 changes: 1 addition & 1 deletion inst/rfasstui/rsconnect/shinyapps.io/bc3lc/rfasstui.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: bc3lc
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11517388
bundleId: 8390577
bundleId: 8390632
url: https://bc3lc.shinyapps.io/rfasstui/
version: 1

0 comments on commit 2fb5856

Please sign in to comment.