Skip to content

Commit d05111a

Browse files
authored
Merge pull request #116 from r-spatialecology/main
Fix citation NOTE
2 parents 3974718 + 266e69a commit d05111a

File tree

4 files changed

+24
-18
lines changed

4 files changed

+24
-18
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919

20-
Last updated: `r Sys.Date()`
20+
README Last updated: `r Sys.Date()`
2121

2222
| CI | Development | CRAN | License |
2323
|----|-------------|------|---------|

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- badges: start -->
77

8-
Last updated: 2022-11-01
8+
README Last updated: 2023-03-08
99

1010
| CI | Development | CRAN | License |
1111
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -58,8 +58,8 @@ remotes::install_github("r-spatialecology/shar")
5858
```
5959

6060
This also automatically installs all non-base `R` package dependencies,
61-
namely the following packages: `classInt`, `raster`, `spatstat.explore`, `spatstat.model`,
62-
`spatstat.geom`.
61+
namely the following packages: `classInt`, `raster`, `spatstat.explore`,
62+
`spatstat.model`, `spatstat.geom`.
6363

6464
## How to use shar
6565

cran-comments.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
For details changes, please see NEWS.md.
1+
For details changes, please see NEWS.md
22

33
## shar 2.0.3
4+
This is a re-submission. The below error has now been fixed
5+
6+
```
7+
Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead.
8+
```
9+
410
Improvements of existing functions
511

612
## shar 2.0.2

inst/CITATION

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
citHeader("To cite 'shar' in publications and acknowledge its use, please cite the following paper:")
2-
3-
citEntry(
4-
entry = "Article",
5-
title = "shar: A R package to analyze species-habitat associations using point pattern analysis",
6-
author = "Maximilian H.K. Hesselbarth",
7-
journal = "Journal of Open Source Software",
8-
year = "2021",
9-
volume = "6",
10-
number = "67",
11-
pages = "3811",
12-
doi = "10.21105/joss.03811",
13-
textVersion = "Hesselbarth, M.H.K., (2021). shar: A R package to analyze species-habitat associations using point pattern analysis. Journal of Open Source Software, 6(67), 3811. https://doi.org/10.21105/joss.03811")
1+
citHeader("To cite 'shar' in publications and acknowledge its use, please cite the following paper:")
2+
3+
bibentry(
4+
bibtype = "Article",
5+
title = "shar: A R package to analyze species-habitat associations using point pattern analysis",
6+
author = "Maximilian H.K. Hesselbarth",
7+
journal = "Journal of Open Source Software",
8+
year = "2021",
9+
volume = "6",
10+
number = "67",
11+
pages = "3811",
12+
doi = "10.21105/joss.03811",
13+
textVersion = "Hesselbarth, M.H.K., (2021). shar: A R package to analyze species-habitat associations using point pattern analysis. Journal of Open Source Software, 6(67), 3811. https://doi.org/10.21105/joss.03811")

0 commit comments

Comments
 (0)