Skip to content

Commit

Permalink
Merge pull request #116 from r-spatialecology/main
Browse files Browse the repository at this point in the history
Fix citation NOTE
  • Loading branch information
mhesselbarth authored Mar 13, 2023
2 parents 3974718 + 266e69a commit d05111a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->

Last updated: `r Sys.Date()`
README Last updated: `r Sys.Date()`

| CI | Development | CRAN | License |
|----|-------------|------|---------|
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- badges: start -->

Last updated: 2022-11-01
README Last updated: 2023-03-08

| CI | Development | CRAN | License |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -58,8 +58,8 @@ remotes::install_github("r-spatialecology/shar")
```

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

## How to use shar

Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
For details changes, please see NEWS.md.
For details changes, please see NEWS.md

## shar 2.0.3
This is a re-submission. The below error has now been fixed

```
Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead.
```

Improvements of existing functions

## shar 2.0.2
Expand Down
26 changes: 13 additions & 13 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
citHeader("To cite 'shar' in publications and acknowledge its use, please cite the following paper:")

citEntry(
entry = "Article",
title = "shar: A R package to analyze species-habitat associations using point pattern analysis",
author = "Maximilian H.K. Hesselbarth",
journal = "Journal of Open Source Software",
year = "2021",
volume = "6",
number = "67",
pages = "3811",
doi = "10.21105/joss.03811",
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")
citHeader("To cite 'shar' in publications and acknowledge its use, please cite the following paper:")
bibentry(
bibtype = "Article",
title = "shar: A R package to analyze species-habitat associations using point pattern analysis",
author = "Maximilian H.K. Hesselbarth",
journal = "Journal of Open Source Software",
year = "2021",
volume = "6",
number = "67",
pages = "3811",
doi = "10.21105/joss.03811",
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 comments on commit d05111a

Please sign in to comment.