Skip to content

Commit

Permalink
merge changes from main
Browse files Browse the repository at this point in the history
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
#	NEWS.md
#	R/00-Namespace.R
  • Loading branch information
arunge committed Apr 10, 2024
2 parents fe7edb5 + bb06d28 commit 98fa014
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
extra-repositories: |
https://Pandora-IsoMemo.github.io/drat/
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::pkgdown
local::.
extra-repositories: |
https://Pandora-IsoMemo.github.io/drat/
needs: website

- name: Build site
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: MapR
Title: Display temporal and temperature graphical files for Isomemo
Version: 24.3.0
Version: 24.3.0.1
Authors@R: c(person("Lukas", "Fuchs", email = "[email protected]", role = c("aut", "cre")))
Description: An App to display temporal and temperature graphical files for Isomemo.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Imports:
colourpicker,
DataTools (>= 23.12.2),
DataTools (>= 24.04.1),
DT,
magrittr,
pastclim,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export(startApplication)
import(shiny)
importFrom(DataTools,importDataServer)
importFrom(DataTools,importDataUI)
importFrom(DataTools,importOptions)
importFrom(magrittr,"%>%")
importFrom(rjson,fromJSON)
importFrom(shinyTools,dataExportButton)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
## New Features
- adds header with Pandora, IsoMemo and help links

# MapR 24.1.2

## Bug Fixes
- apply most recent DataTools version to fix the broken path to the example zip files

# MapR 24.1.1

## New Features
Expand Down
2 changes: 1 addition & 1 deletion R/00-Namespace.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#' @rawNamespace import(shiny)
#' @importFrom rjson fromJSON
#' @importFrom DataTools importDataUI importDataServer
#' @importFrom DataTools importDataUI importDataServer importOptions
#' @importFrom shinyTools dataExportButton dataExportServer headerButtonsUI includeShinyToolsCSS
#' @importFrom yaml read_yaml

Expand Down
3 changes: 1 addition & 2 deletions R/01-mapPanelModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ mapPanelServer <- function(id) {
defaultSource = config()[["defaultSource"]],
ckanFileTypes = config()[["ckanFileTypes"]],
fileExtension = config()[["fileExtension"]],
mainFolder = config()[["mainFolder"]],
rPackageName = config()[["rPackageName"]]
options = importOptions(rPackageName = config()[["rPackageName"]])
# expectedFileInZip = config()[["expectedFileInZip"]] # currently image list is not required if a questionnaire.json is included
)

Expand Down
3 changes: 1 addition & 2 deletions inst/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ defaultSource: "file" # for import of data
ckanFileTypes:
- "zipm"
- "zip"
mainFolder: "exampleZip" # for import of models
fileExtension: "zipm"
fileExtension: "zipm" # for import of models
rPackageName: "MapR"

0 comments on commit 98fa014

Please sign in to comment.