Skip to content

Commit

Permalink
Update citation format
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Apr 26, 2023
1 parent 4d70cba commit 1c9492c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^\.Rproj\.user$
docker
^\.github$
^CRAN-SUBMISSION$
7 changes: 6 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Resubmission
This is a resubmission. In this version I have:

* Updated the CITATION file to use bibentry()

## Test environments

* local Linux install: R 4.2.2
* local Linux install: R 4.3.0
* Ubuntu (on GHA): R oldrel, release, devel
* Mac OS X (on GHA): R release
* Windows (on GHA): R release
Expand Down
14 changes: 4 additions & 10 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
citHeader("To cite swephR in publications use:")

citEntry(
entry = "Article",
title = "Software Updates",
bibentry(
"Article",
title = "Swiss Ephemeris: An Accurate Ephemeris Toolset for Astronomy and Astrology",
author = "Victor Reijs and Ralf Stubner",
journal = "Journal of Skyscape Archaeology",
year = "2020",
volume = "6",
number = "1",
pages = "150--154",
url = "https://journal.equinoxpub.com/JSA/article/view/18209",
DOI = "10.1558/jsa.42323",
doi = "10.1558/jsa.42323",
month = "Sep.",
textVersion = paste(
"Reijs, V., & Stubner, R. (2020). Software Updates. Journal of Skyscape Archaeology, 6(1), 150–154. https://doi.org/10.1558/jsa.42323"
)
)

0 comments on commit 1c9492c

Please sign in to comment.