We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb3f33 commit ac66bccCopy full SHA for ac66bcc
1 file changed
inst/CITATION
@@ -4,7 +4,7 @@ bibentry(
4
bibtype = "Manual",
5
title = "SoilTaxonomy: A System of Soil Classification for Making and Interpreting Soil Surveys",
6
author = c(person(given="Andrew", family="Brown"), person(given="Dylan", family="Beaudette")),
7
- note = "R package version 0.2.8",
+ note = paste("R package version", packageVersion("SoilTaxonomy")),
8
url = "https://CRAN.R-project.org/package=SoilTaxonomy",
9
- year = "2025"
+ year = format(packageDate("SoilTaxonomy"), "%Y")
10
)
0 commit comments