Skip to content

Commit 1149e76

Browse files
committed
update Shiny app to version 1.2.0 with some minor changes.
1 parent 5463b62 commit 1149e76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/app_ui.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ app_ui <- function() {
3030
class = "custom-navbar",
3131
style = "background: #18bc9c; color: white; padding: 10px; margin-bottom: 5px;",
3232
shiny::span(
33-
shiny::span(shiny::icon("chart-pie", style = "margin-right: 5px;"), shiny::strong("mapmixture"), shiny::span(class = "badge bg-light mx-1", "1.1.2")),
33+
shiny::span(shiny::icon("chart-pie", style = "margin-right: 5px;"), shiny::strong("mapmixture"), shiny::span(class = "badge bg-light mx-1", "1.2.0")),
3434
shiny::a(
3535
style = "color: white;",
3636
href = "https://twitter.com/tom__jenkins",

R/func_mapmixture.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @param cluster_cols character vector of colours the same length as the number of clusters.
1111
#' If `NULL`, a blue-green palette is used.
1212
#' @param cluster_names character vector of names the same length as the number of clusters.
13-
#' If `NULL`, the cluster column names are used.
13+
#' If `NULL`, the clusters are named cluster01, cluster02, ..., clusterN.
1414
#' @param boundary named numeric vector defining the map bounding. e.g. `c(xmin=-15, xmax=15, ymin=30, ymax=50)`.
1515
#' If `NULL`, a default bounding box is calculated.
1616
#' @param crs coordinate reference system. Default is the WGS 84 - World Geodetic System 1984 (EPSG:`4326`).

app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Script to deploy Shiny app to shinyapps.io
2-
# Run rsconnect::deploy() to deploy
2+
# Run rsconnect::deployApp() to deploy
33

44
# Load packages
55
library(bslib)

0 commit comments

Comments
 (0)