Skip to content

Commit

Permalink
sdmverse 0.1.0.9021: app update
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainschmitt committed Aug 29, 2024
1 parent 7ea04c5 commit 21e617c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
sdmverse 0.1.0.9021

- app update

sdmverse 0.1.0.9020

- app fix following review
Expand Down
9 changes: 8 additions & 1 deletion inst/app/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ shinyServer(function(input, output) {
)) %>%
datatable(
escape = FALSE, class = "cell-border stripe",
filter = "top", rownames = FALSE
filter = "top", rownames = FALSE,
extensions = "FixedColumns",
options = list(
paging = TRUE,
pageLength = nrow(packages),
searching = TRUE,
fixedColumns = list(leftColumns = 1)
)
) %>%
formatStyle(colnames(select_if(packages, is.logical)),
backgroundColor = styleEqual(
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/packages/kissmig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0-5
author: "Michael P. Nobis, Signe Normand"
maintainer: "Michael P. Nobis <[email protected]>"
cran: yes
repository: ""
repository: "https://www.wsl.ch/en/services-produkte/kissmig/"
description: "Simulating species migration and range dynamics under stable or changing environmental conditions based on a simple, raster-based, deterministic or stochastic migration model. Kissmig runs on binary or quantitative suitability maps, which are pre-calculated with niche-based habitat suitability models (also called ecological niche models (ENMs) or species distribution models (SDMs)). Nobis & Normand (2014), <doi:10.1111/ecog.00930>."
occ_acquisition: no
occ_cleaning: no
Expand Down
4 changes: 2 additions & 2 deletions inst/extdata/packages/modEvA.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name : modEvA
title: "Model Evaluation and Analysis"
version: 3.17
author: "Barbosa A.M., Brown J.A., Jimenez-Valverde A., Real R."
version: 3.18.2
author: "Barbosa A.M., Brown J.A., Jimenez-Valverde A., Real R.z, A. Marcia Barbosa"
maintainer: "A. Marcia Barbosa <[email protected]>"
cran: yes
repository: https://modeva.r-forge.r-project.org/
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/packages/voluModel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : voluModel
title: "Modeling Species Distributions in Three Dimensions"
version: 0.2.1
version: 0.2.2
author: "Hannah L. Owens, Carsten Rahbek"
maintainer: "Hannah L. Owens <[email protected]>"
cran: yes
Expand Down

0 comments on commit 21e617c

Please sign in to comment.