Skip to content

Commit

Permalink
Use bibentry() for CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Mar 10, 2023
1 parent 99a9fef commit 87c194e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ library(rvest)
.update_CITATION <- function(version) {
x <- sprintf('citHeader("To cite soilDB in publications use:")
citEntry(
entry = "Manual",
bibentry(
bibtype = "Manual",
title = "soilDB: Soil Database Interface",
author = "Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown",
note = "R package version %s",
Expand Down
6 changes: 3 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
citHeader("To cite soilDB in publications use:")

citEntry(
bibentry(
entry = "Manual",
title = "soilDB: Soil Database Interface",
author = "Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown",
note = "R package version 2.7.6",
note = "R package version 2.7.7",
url = "https://CRAN.R-project.org/package=soilDB",
year = "2023",
textVersion = "Beaudette, D., Skovlin, J., Roecker, S., Brown, A. (2023). soilDB: Soil Database Interface. R package version 2.7.6. <https://CRAN.R-project.org/package=soilDB>"
textVersion = "Beaudette, D., Skovlin, J., Roecker, S., Brown, A. (2023). soilDB: Soil Database Interface. R package version 2.7.7. <https://CRAN.R-project.org/package=soilDB>"
)

0 comments on commit 87c194e

Please sign in to comment.