-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #415 from bjohnso005/biomodelos_DEV
Updates from v2 on biomodelos branch
- Loading branch information
Showing
165 changed files
with
3,138 additions
and
820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ cmip5* # worldclim files | |
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^LICENSE$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: wallace | ||
Version: 2023.03.16 | ||
Date: 2023-03-16 | ||
Version: 2024.02.23 | ||
Date: 2024-02-23 | ||
Title: A Modular Platform for Reproducible Modeling of Species Niches | ||
and Distributions | ||
Description: The 'shiny' application Wallace is a modular platform for | ||
|
@@ -13,14 +13,14 @@ Description: The 'shiny' application Wallace is a modular platform for | |
website: <https://wallaceecomod.github.io/wallace/articles/tutorial-v2.html>. | ||
Authors@R: | ||
c(person("Jamie M.", "Kass", email = "[email protected]", role = "aut"), | ||
person("Gonzalo E.", "Pinilla-Buitrago", email = "[email protected]", role = c("aut", "cre")), | ||
person("Gonzalo E.", "Pinilla-Buitrago", email = "[email protected]", role = "aut"), | ||
person("Andrea", "Paz", email = "[email protected]", role = "aut"), | ||
person("Bethany A.", "Johnson", email = "[email protected]", role = "aut"), | ||
person("Valentina", "Grisales-Betancur", email = "[email protected]", role = "aut"), | ||
person("Dean", "Attali", email = "[email protected]", role = "aut"), | ||
person("Matthew E.", "Aiello-Lammens", email = "[email protected]", role = "aut"), | ||
person("Cory", "Merow", email = "[email protected]", role = "aut"), | ||
person("Mary E.", "Blair", email = "[email protected]", role = "aut"), | ||
person("Mary E.", "Blair", email = "[email protected]", role = c("aut", "cre")), | ||
person("Robert P.", "Anderson", email = "[email protected]", role = "aut"), | ||
person("Sarah I.", "Meenan", email = "[email protected]", role = "ctb"), | ||
person("Olivier", "Broennimann", email = "[email protected]", role = "ctb"), | ||
|
@@ -35,22 +35,26 @@ Depends: | |
shiny (>= 1.6.0), | ||
leaflet (>= 2.0.2) | ||
Imports: | ||
dplyr (>= 1.0.2), | ||
changeRangeR, | ||
dplyr (>= 1.0.2), | ||
DT (>= 0.5), | ||
ecospat, | ||
ecospat (>= 4.0.0), | ||
ENMeval (>= 2.0.3), | ||
knitcitations, | ||
leafem, | ||
leaflet.extras (>= 1.0.0), | ||
magrittr, | ||
maskRangeR, | ||
RColorBrewer, | ||
rJava, | ||
rlang, | ||
rmarkdown, | ||
sf, | ||
shinyalert, | ||
shinyjs, | ||
shinyWidgets (>= 0.6.0), | ||
spocc (>= 1.2.0), | ||
spThin, | ||
terra (>= 1.6-7), | ||
zip | ||
Suggests: | ||
|
@@ -60,27 +64,23 @@ Suggests: | |
geojsonsf, | ||
glue, | ||
httr, | ||
glue, | ||
jsonlite, | ||
knitr, | ||
lubridate, | ||
mapview, | ||
maxnet, | ||
methods, | ||
occCite, | ||
paleobioDB, | ||
rangeModelMetadata, | ||
raster, | ||
rgbif (>= 3.3.0), | ||
rgdal, | ||
rgeos, | ||
rJava, | ||
sf, | ||
sp, | ||
spThin, | ||
spocc (>= 1.2.0), | ||
stars, | ||
testthat, | ||
tidyselect | ||
tidyselect, | ||
tools | ||
Remotes: cmerow/changeRangeR | ||
License: GPL-3 | ||
URL: http://wallaceecomod.github.io/wallace/, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.