Skip to content

Commit c540160

Browse files
committed
Updated website for new CRAN release.
1 parent d010458 commit c540160

9 files changed

+22
-21
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
77
[![Codecov test coverage](https://codecov.io/gh/hannahlowens/voluModel/branch/main/graph/badge.svg)](https://codecov.io/gh/hannahlowens/voluModel?branch=main)
88
[![cran version](https://www.r-pkg.org/badges/version/voluModel)](https://cran.r-project.org/package=voluModel)
9-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7813394.svg)](https://doi.org/10.5281/zenodo.7813394)
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5792654.svg)](https://doi.org/10.5281/zenodo.5792654)
1010
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/voluModel)](https://github.com/r-hub/cranlogs.app)
1111

1212
<!-- badges: end -->
@@ -26,19 +26,19 @@ citation for the version you’re using:
2626
```r
2727
citation(package = "voluModel")
2828
```
29-
## Owens H, Rahbek C (2022). _voluModel: Modeling Species Distributions in Three Dimensions_. doi:
30-
## 10.5281/zenodo.7813394 (URL: https://doi.org/10.5281/zenodo.7813394), R package version 0.2.0, <URL:
29+
## Owens H, Rahbek C (2024). _voluModel: Modeling Species Distributions in Three Dimensions_. doi:
30+
## 10.5281/zenodo.7813394 (URL: https://doi.org/10.5281/zenodo.7813394), R package version 0.2.2, <URL:
3131
## http://CRAN.R-project.org/package=voluModel>.
3232
##
3333
## A BibTeX entry for LaTeX users is
3434
##
3535
## @Manual{,
3636
## title = {{voluModel}: Modeling Species Distributions in Three Dimensions},
3737
## author = {Hannah L. Owens and Carsten Rahbek},
38-
## year = {2022}
39-
## note = {R package version 0.2.0},
38+
## year = {2024}
39+
## note = {R package version 0.2.2},
4040
## url = {http://CRAN.R-project.org/package=voluModel},
41-
## doi = {10.5281/zenodo.7813394},
41+
## doi = {10.5281/zenodo.5792654},
4242
## }
4343

4444

@@ -73,6 +73,6 @@ devtools::install_github("hannahlowens/voluModel", build_vignettes = TRUE)
7373

7474
## Acknowledgements
7575

76-
<img src="http://publications.europa.eu/code/images/scan/5000100-flag.jpg" alt="EU flag" align="right" height="100" />
76+
<img src="https://en.m.wikipedia.org/wiki/File:Flag_of_Europe.svg" alt="EU flag" align="right" height="100" />
7777

7878
- This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 891702.

docs/articles/a_Introduction.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/b_RasterProcessing.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/c_DataSampling.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/d_Visualization.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/e_GLMWorkflow.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ articles:
77
c_DataSampling: c_DataSampling.html
88
d_Visualization: d_Visualization.html
99
e_GLMWorkflow: e_GLMWorkflow.html
10-
last_built: 2024-08-20T09:49Z
10+
last_built: 2024-08-21T09:20Z

0 commit comments

Comments
 (0)