-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
974 additions
and
404 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 |
---|---|---|
|
@@ -18,3 +18,4 @@ man-roxygen | |
^\.github$ | ||
^vignettes/articles$ | ||
^CRAN-RELEASE$ | ||
figure/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
|
||
on: | ||
push: | ||
paths: ['DESCRIPTION'] | ||
|
||
name: Write-codemeta | ||
|
||
jobs: | ||
render-readme: | ||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: codemeta | ||
|
||
- name: Write codemeta file | ||
run: Rscript -e 'codemeta::write_codemeta()' | ||
|
||
- name: Commit codemeta file | ||
run: | | ||
git config --local user.email "actions@github.com" | ||
git config --local user.name "GitHub Actions" | ||
git add codemeta.json | ||
git commit -m "Re-write codemeta.json" || echo "No changes to commit" | ||
git push origin || echo "No changes to commit" |
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,65 +1,82 @@ | ||
Package: NLMR | ||
Type: Package | ||
Package: NLMR | ||
Title: Simulating Neutral Landscape Models | ||
Version: 1.1 | ||
Authors@R: c(person("Marco", "Sciaini", email = "marco.sciaini@posteo.net", role = c("aut", "cre"), comment = c(ORCID = '0000-0002-3042-5435')), | ||
person("Matthias", "Fritsch", email = "matthias.fritsch@forst.uni-goettingen.de", role = "aut"), | ||
person("Maximilian", "Hesselbarth", email = "mhk.hesselbarth@gmail.com", role = "aut"), | ||
person("Craig", "Simpkins", email = "simpkinscraig063@gmail.com", | ||
role = "aut", comment = c(ORCID = '0000-0003-3212-1379')), | ||
person("Cédric", "Scherer", email = "cedricphilippscherer@gmail.com", | ||
role = c("aut"), comment = c(ORCID = '0000-0003-0465-2543')), | ||
person("Sebastian", "Hanß", role = "aut", comment = c(ORCID = '0000-0002-3990-4897')), | ||
Version: 1.1.1 | ||
Authors@R: c( | ||
person("Marco", "Sciaini", , "marco.sciaini@posteo.net", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-3042-5435")), | ||
person("Matthias", "Fritsch", , "matthias.fritsch@forst.uni-goettingen.de", role = "aut"), | ||
person("Maximilian", "Hesselbarth", , "mhk.hesselbarth@gmail.com", role = "aut"), | ||
person("Craig", "Simpkins", , "simpkinscraig063@gmail.com", role = "aut", | ||
comment = c(ORCID = "0000-0003-3212-1379")), | ||
person("Cédric", "Scherer", , "cedricphilippscherer@gmail.com", role = "aut", | ||
comment = c(ORCID = "0000-0003-0465-2543")), | ||
person("Sebastian", "Hanß", role = "aut", | ||
comment = c(ORCID = "0000-0002-3990-4897")), | ||
person("Laura", "Graham", role = "rev", | ||
comment = "Laura reviewed the package for rOpenSci, see | ||
https://github.com/ropensci/onboarding/issues/188"), | ||
comment = "Laura reviewed the package for rOpenSci, see \n https://github.com/ropensci/onboarding/issues/188"), | ||
person("Jeffrey", "Hollister", role = "rev", | ||
comment = "Jeffrey reviewed the package for rOpenSci, see | ||
https://github.com/ropensci/onboarding/issues/188")) | ||
comment = "Jeffrey reviewed the package for rOpenSci, see \n https://github.com/ropensci/onboarding/issues/188") | ||
) | ||
Maintainer: Marco Sciaini <marco.sciaini@posteo.net> | ||
Description: Provides neutral landscape models (<doi:10.1007/BF02275262>, | ||
<http://sci-hub.tw/10.1007/bf02275262>). | ||
Neutral landscape models range from "hard" | ||
neutral models (completely random distributed), to "soft" neutral models | ||
(definable spatial characteristics) and generate landscape patterns that are | ||
independent of ecological processes. | ||
Thus, these patterns can be used as null models in landscape ecology. 'NLMR' | ||
combines a large number of algorithms from other published software for | ||
simulating neutral landscapes. The simulation results are obtained in a | ||
spatial data format (raster* objects from the 'raster' package) and can, | ||
therefore, be used in any sort of raster data operation that is performed | ||
with standard observation data. | ||
<http://sci-hub.tw/10.1007/bf02275262>). Neutral landscape models | ||
range from "hard" neutral models (completely random distributed), to | ||
"soft" neutral models (definable spatial characteristics) and generate | ||
landscape patterns that are independent of ecological processes. | ||
Thus, these patterns can be used as null models in landscape ecology. | ||
'NLMR' combines a large number of algorithms from other published | ||
software for simulating neutral landscapes. The simulation results are | ||
obtained in a spatial data format (raster* objects from the 'raster' | ||
package) and can, therefore, be used in any sort of raster data | ||
operation that is performed with standard observation data. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
ByteCompile: true | ||
URL: https://ropensci.github.io/NLMR/ | ||
BugReports: https://github.com/ropensci/NLMR/issues/ | ||
Depends: | ||
R (>= 3.1.0) | ||
SystemRequirements: C++11 | ||
Roxygen: list(roclets = c("rd", "namespace", "collate")) | ||
RoxygenNote: 7.1.1 | ||
Imports: | ||
checkmate, | ||
dplyr, | ||
RandomFields, | ||
fasterize, | ||
raster, | ||
spatstat.core, | ||
Rcpp, | ||
sf, | ||
spatstat.random, | ||
spatstat.geom, | ||
igraph, | ||
stats, | ||
tibble, | ||
fasterize, | ||
sf, | ||
Rcpp, | ||
terra | ||
URL: https://ropensci.github.io/NLMR/ | ||
BugReports: https://github.com/ropensci/NLMR/issues/ | ||
Suggests: | ||
testthat, | ||
covr, | ||
ggplot2, | ||
highcharter, | ||
knitr, | ||
kableExtra, | ||
landscapemetrics, | ||
landscapetools, | ||
magrittr, | ||
pals, | ||
plotly, | ||
purrr, | ||
RandomFields, | ||
RandomFieldsUtils, | ||
rasterVis, | ||
rayshader, | ||
rgl, | ||
rmarkdown, | ||
lintr, | ||
landscapetools | ||
LinkingTo: Rcpp | ||
VignetteBuilder: knitr | ||
testthat, | ||
viridis | ||
LinkingTo: | ||
Rcpp | ||
VignetteBuilder: | ||
knitr | ||
Additional_repositories: https://predictiveecology.r-universe.dev/ | ||
ByteCompile: true | ||
Config/Needs/website: bindrcpp, igraph, landscapemetrics, rasterVis, pals, | ||
rgl, viridis, plotly, rayshader | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(roclets = c("rd", "namespace", "collate")) | ||
RoxygenNote: 7.2.1 | ||
SystemRequirements: C++11 |
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.