Skip to content

Commit 9716508

Browse files
committed
formatting CITATION
1 parent 6e866d3 commit 9716508

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

inst/CITATION

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
citHeader("When citing nhdR, please cite both the package and underlying data sources used:")
22

3-
citEntry(entry = "Manual",
4-
author = personList(
5-
as.person("Jemma Stachelek")),
3+
bibentry(bibtype = "Manual",
4+
author = person("Jemma", "Stachelek", comment = c(ORCID = "0000-0002-5924-2464")),
65
title = "Tools for working with the National Hydrography Dataset",
76
year = "2019",
87
url = "https://cran.r-project.org/package=nhdR",
9-
textVersion = paste("Stachelek, J. (2019). Tools for working with the National Hydrography Dataset. R package version 0.5.2. https://cran.r-project.org/package=nhdR"))
8+
textVersion = paste("Stachelek, J. (2023). Tools for working with the National Hydrography Dataset. R package version 0.6.0. https://cran.r-project.org/package=nhdR"))
109

11-
citEntry(entry = "Manual",
12-
author = "USGS",
10+
bibentry(bibtype = "Manual",
11+
author = person("USGS"),
1312
title = "National Hydrography Dataset. Technical Report. United States
1413
Geological Survey",
1514
year = "2022",

0 commit comments

Comments
 (0)