Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Jenkins committed Apr 12, 2024
1 parent 21bdc97 commit 9eb27db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mapmixture
Title: Spatial Visualisation of Admixture on a Projected Map
Version: 1.1.0
Version: 1.1.1
Authors@R:
person("Tom", "Jenkins", , "[email protected]", role = c("aut", "cre","cph"))
Description:
Expand Down
4 changes: 2 additions & 2 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
app_ui <- function() {

# Add www/ directory to resource path (deployment)
# addResourcePath(prefix = "www", directoryPath = system.file("www", package = "mapmixture"))
addResourcePath(prefix = "www", directoryPath = system.file("www", package = "mapmixture"))

# Add www/ directory to resource path (developer mode)
addResourcePath(prefix = "www", directoryPath = "./inst/www/")
# addResourcePath(prefix = "www", directoryPath = "./inst/www/")

# App UI
fluidPage(
Expand Down

0 comments on commit 9eb27db

Please sign in to comment.