Skip to content

Commit

Permalink
sdmverse 0.1.0.9020
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainschmitt committed May 22, 2024
1 parent 5a9d80c commit dee61a8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/plot_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ plot_table <- function(
names(dd)[-1] <- lu[names(dd)[-1]]

if (remove_empty_cats) {
whichEmpty <- which(colSums(dd[, -1]) == 0) #nolint
whichEmpty <- which(colSums(dd[, -1]) == 0) # nolint
if (length(whichEmpty) > 0) {
dd <- dd[, -whichEmpty + 1]
}
Expand Down
6 changes: 4 additions & 2 deletions R/prep_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ prep_table <- function(where = "online") {
author <- cran <- repository <- description <- NULL
manuscript_citation <- manuscript_doi <- NULL
list_packages(where = where) %>%
select(-author, -cran, -repository, -description,
-manuscript_citation, -manuscript_doi) %>%
select(
-author, -cran, -repository, -description,
-manuscript_citation, -manuscript_doi
) %>%
return()
}
2 changes: 1 addition & 1 deletion inst/extdata/packages/bRacatus.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : bRacatus
title: A Method to Estimate the Accuracy and Biogeographical Status of Georeferenced Biological Data
version: 1.0.11
version: 2.0.0
author: Eduardo Arlé, Alexander Zizka, Patrick Weigelt, Sam Levin, Carsten Meyer
maintainer: Eduardo Arlé <[email protected]>
cran: yes
Expand Down
5 changes: 2 additions & 3 deletions inst/extdata/packages/biomod2.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: biomod2
title: Ensemble Platform for Species Distribution Modeling
version: 4.2-4
author: "Wilfried Thuiller, Damien Georges, Maya Gueguen,
Robin Engler, Frank Breiner, Bruno Lafourcade, Remi Patin"
version: 4.2-5
author: "Wilfried Thuiller, Damien Georges, Maya Gueguen, Robin Engler, Frank Breiner, Bruno Lafourcade, Remi Patin, Helene Blancheteau"
maintainer: Maya Gueguen <[email protected]>
cran: yes
repository: https://github.com/biomodhub/biomod2
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/packages/enmSdmX.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "enmSdmX"
title: "Species Distribution Modeling and Ecological Niche Modeling"
version: 1.1.2
version: 1.1.5
author: "Adam B. Smith"
maintainer: "Adam B. Smith <[email protected]>"
cran: yes
Expand Down
Binary file modified inst/img/pkgs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dee61a8

Please sign in to comment.