-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CITATION.cff * Update CITATION.cff * Smaller bug fixes and name sanitations * Update CITATION.cff * Prelunch commit. Some smaller fixes to make writing and loading models work * Update CITATION.cff * Pre-party commit. Similarity still not working yet. * Update CITATION.cff * Several updates, most notably improved 5 parameter Richards curve for offset calculations * Re-build README.md * Attempt to fix ci-error in tests * Small fix for tests * another attempt for ci fix --------- Co-authored-by: Martin-Jung <[email protected]>
- Loading branch information
1 parent
30411e0
commit 4ec59b4
Showing
91 changed files
with
13,923 additions
and
12,391 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,144 +1,146 @@ | ||
Package: ibis.iSDM | ||
Type: Package | ||
Title: Modelling Framework for Integrated Biodiversity Distribution Scenarios | ||
Version: 0.0.4 | ||
Authors@R: | ||
c(person(given = "Martin", | ||
family = "Jung", | ||
role = c("aut", "cre", "cph"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-7569-1390")), | ||
person(given = "Maximilian H.K.", | ||
family = "Hesselbarth", | ||
role = c("ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1125-9918")) | ||
) | ||
Maintainer: Martin Jung <[email protected]> | ||
Description: Integrated framework of modelling the distribution of species and ecosystems in a suitability framing. This package allows the estimation of integrated species distribution models (iSDM) based on several sources of evidence and provided presence-only and presence-absence datasets. It makes heavy use of point-process models for estimating habitat suitability and allows to include spatial latent effects and priors in the estimation. To do so 'ibis.iSDM' supports a number of engines for Bayesian and more non-parametric machine learning estimation. Further, the 'ibis.iSDM' is specifically customized to support spatial-temporal projections of habitat suitability into the future. | ||
Language: en-GB | ||
License: CC BY 4.0 | ||
Encoding: UTF-8 | ||
Imports: | ||
assertthat (>= 0.2.0), | ||
doFuture (>= 0.12.2), | ||
foreach, | ||
future (>= 1.23.0), | ||
dplyr, | ||
geodist, | ||
ggplot2, | ||
graphics, | ||
methods, | ||
ncdf4, | ||
parallel, | ||
posterior, | ||
proto (>= 1.0.0), | ||
terra (>= 1.7-10), | ||
sf (>= 0.9), | ||
stars (>= 0.5), | ||
stats, | ||
tibble (>= 2.0.0), | ||
uuid, | ||
utils | ||
Depends: | ||
R(>= 4.1.0) | ||
Suggests: | ||
abind, | ||
BoomSpikeSlab (>= 1.2.4), | ||
covr, | ||
inlabru, | ||
glmnet, | ||
glmnetUtils, | ||
dbarts (>= 0.9-22), | ||
deldir, | ||
doParallel, | ||
ellipsis, | ||
igraph, | ||
knitr, | ||
mboost, | ||
modEvA, | ||
ncmeta, | ||
progress, | ||
rmarkdown, | ||
rstan (>= 2.21.0), | ||
rstantools (>= 2.1.1), | ||
testthat, | ||
xgboost | ||
URL: https://iiasa.github.io/ibis.iSDM/ | ||
BugReports: https://github.com/iiasa/ibis.iSDM/issues | ||
RoxygenNote: 7.2.3 | ||
Config/testthat/edition: 3 | ||
Roxygen: list(markdown = TRUE) | ||
Biarch: true | ||
SystemRequirements: GNU make | ||
VignetteBuilder: knitr | ||
Collate: | ||
'utils.R' | ||
'bdproto.R' | ||
'waiver.R' | ||
'bdproto-biodiversitydataset.R' | ||
'bdproto-biodiversitydistribution.R' | ||
'add_biodiversity.R' | ||
'bdproto-biodiversityscenario.R' | ||
'add_constraint.R' | ||
'add_constraint_MigClim.R' | ||
'add_control_bias.R' | ||
'add_latent.R' | ||
'bdproto-log.R' | ||
'add_log.R' | ||
'add_offset.R' | ||
'bdproto-predictors.R' | ||
'add_predictors.R' | ||
'add_predictors_globiom.R' | ||
'identifier.R' | ||
'bdproto-distributionmodel.R' | ||
'bdproto-priorlist.R' | ||
'bdproto-prior.R' | ||
'add_priors.R' | ||
'bdproto-engine.R' | ||
'bdproto-settings.R' | ||
'utils-spatial.R' | ||
'data.R' | ||
'distribution.R' | ||
'effects.R' | ||
'engine_bart.R' | ||
'engine_breg.R' | ||
'engine_gdb.R' | ||
'engine_glmnet.R' | ||
'utils-inla.R' | ||
'engine_inla.R' | ||
'engine_inlabru.R' | ||
'engine_stan.R' | ||
'engine_xgboost.R' | ||
'ensemble.R' | ||
'ibis.iSDM-package.R' | ||
'misc.R' | ||
'partial.R' | ||
'plot.R' | ||
'print.R' | ||
'prior_bart.R' | ||
'prior_breg.R' | ||
'prior_gdb.R' | ||
'prior_glmnet.R' | ||
'prior_inla.R' | ||
'prior_stan.R' | ||
'prior_xgb.R' | ||
'priors.R' | ||
'project.R' | ||
'pseudoabsence.R' | ||
'scenario.R' | ||
'similarity.R' | ||
'summary.R' | ||
'threshold.R' | ||
'train.R' | ||
'utils-bart.R' | ||
'utils-breg.R' | ||
'utils-gdb.R' | ||
'utils-glmnet.R' | ||
'utils-predictors.R' | ||
'utils-scenario.R' | ||
'utils-stan.R' | ||
'utils-xgboost.R' | ||
'validate.R' | ||
'write_output.R' | ||
'zzz.R' | ||
Package: ibis.iSDM | ||
Type: Package | ||
Title: Modelling framework for integrated biodiversity distribution scenarios | ||
Version: 0.0.5 | ||
Authors@R: | ||
c(person(given = "Martin", | ||
family = "Jung", | ||
role = c("aut", "cre", "cph"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-7569-1390")), | ||
person(given = "Maximilian H.K.", | ||
family = "Hesselbarth", | ||
role = c("ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1125-9918")) | ||
) | ||
Maintainer: Martin Jung <[email protected]> | ||
Description: Integrated framework of modelling the distribution of species and ecosystems in a suitability framing. This package allows the estimation of integrated species distribution models (iSDM) based on several sources of evidence and provided presence-only and presence-absence datasets. It makes heavy use of point-process models for estimating habitat suitability and allows to include spatial latent effects and priors in the estimation. To do so 'ibis.iSDM' supports a number of engines for Bayesian and more non-parametric machine learning estimation. Further, the 'ibis.iSDM' is specifically customized to support spatial-temporal projections of habitat suitability into the future. | ||
Language: en-GB | ||
License: CC BY 4.0 | ||
Encoding: UTF-8 | ||
Imports: | ||
assertthat (>= 0.2.0), | ||
doFuture (>= 0.12.2), | ||
foreach, | ||
future (>= 1.23.0), | ||
dplyr, | ||
geodist, | ||
ggplot2, | ||
graphics, | ||
methods, | ||
ncdf4, | ||
ncmeta, | ||
parallel, | ||
posterior, | ||
proto (>= 1.0.0), | ||
terra (>= 1.7-10), | ||
sf (>= 0.9), | ||
stars (>= 0.5), | ||
stats, | ||
tibble (>= 2.0.0), | ||
uuid, | ||
utils | ||
Depends: | ||
R(>= 4.1.0) | ||
Suggests: | ||
abind, | ||
BoomSpikeSlab (>= 1.2.4), | ||
covr, | ||
inlabru (>= 2.6.0), | ||
glmnet (>= 4.1), | ||
glmnetUtils, | ||
dbarts (>= 0.9-22), | ||
deldir, | ||
doParallel, | ||
ellipsis, | ||
igraph, | ||
knitr, | ||
mboost, | ||
modEvA, | ||
progress, | ||
rmarkdown, | ||
rstan (>= 2.21.0), | ||
rstantools (>= 2.1.1), | ||
gnlm, | ||
testthat, | ||
xgboost | ||
URL: https://iiasa.github.io/ibis.iSDM/ | ||
BugReports: https://github.com/iiasa/ibis.iSDM/issues | ||
RoxygenNote: 7.2.3 | ||
Config/testthat/edition: 3 | ||
Roxygen: list(markdown = TRUE) | ||
Biarch: true | ||
SystemRequirements: GNU make | ||
VignetteBuilder: knitr | ||
Collate: | ||
'utils.R' | ||
'bdproto.R' | ||
'waiver.R' | ||
'bdproto-biodiversitydataset.R' | ||
'bdproto-biodiversitydistribution.R' | ||
'add_biodiversity.R' | ||
'bdproto-biodiversityscenario.R' | ||
'add_constraint.R' | ||
'add_constraint_MigClim.R' | ||
'add_control_bias.R' | ||
'add_latent.R' | ||
'bdproto-log.R' | ||
'add_log.R' | ||
'add_offset.R' | ||
'bdproto-predictors.R' | ||
'add_predictors.R' | ||
'add_predictors_globiom.R' | ||
'identifier.R' | ||
'bdproto-distributionmodel.R' | ||
'bdproto-priorlist.R' | ||
'bdproto-prior.R' | ||
'add_priors.R' | ||
'bdproto-engine.R' | ||
'bdproto-settings.R' | ||
'utils-spatial.R' | ||
'data.R' | ||
'distribution.R' | ||
'effects.R' | ||
'engine_bart.R' | ||
'engine_breg.R' | ||
'engine_gdb.R' | ||
'engine_glmnet.R' | ||
'utils-inla.R' | ||
'engine_inla.R' | ||
'engine_inlabru.R' | ||
'engine_stan.R' | ||
'engine_xgboost.R' | ||
'ensemble.R' | ||
'ibis.iSDM-package.R' | ||
'misc.R' | ||
'partial.R' | ||
'plot.R' | ||
'print.R' | ||
'prior_bart.R' | ||
'prior_breg.R' | ||
'prior_gdb.R' | ||
'prior_glmnet.R' | ||
'prior_inla.R' | ||
'prior_stan.R' | ||
'prior_xgb.R' | ||
'priors.R' | ||
'project.R' | ||
'pseudoabsence.R' | ||
'scenario.R' | ||
'similarity.R' | ||
'summary.R' | ||
'threshold.R' | ||
'train.R' | ||
'utils-bart.R' | ||
'utils-breg.R' | ||
'utils-form.R' | ||
'utils-gdb.R' | ||
'utils-glmnet.R' | ||
'utils-predictors.R' | ||
'utils-scenario.R' | ||
'utils-stan.R' | ||
'utils-xgboost.R' | ||
'validate.R' | ||
'write_output.R' | ||
'zzz.R' |
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.