Skip to content

Commit ac66bcc

Browse files
committed
future proof citation
1 parent dcb3f33 commit ac66bcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bibentry(
44
bibtype = "Manual",
55
title = "SoilTaxonomy: A System of Soil Classification for Making and Interpreting Soil Surveys",
66
author = c(person(given="Andrew", family="Brown"), person(given="Dylan", family="Beaudette")),
7-
note = "R package version 0.2.8",
7+
note = paste("R package version", packageVersion("SoilTaxonomy")),
88
url = "https://CRAN.R-project.org/package=SoilTaxonomy",
9-
year = "2025"
9+
year = format(packageDate("SoilTaxonomy"), "%Y")
1010
)

0 commit comments

Comments
 (0)