Skip to content

Commit

Permalink
add citation file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Nov 19, 2019
1 parent 1bab483 commit 23cf8c1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
citHeader("When citing cdlTools, please cite both the package and underlying data sources used:")

citEntry(entry = "Manual",
author = personList(
as.person("Joseph Stachelek")),
title = "Tools for working with the National Hydrography Dataset",
year = "2019",
url = "https://cran.r-project.org/package=nhdR",
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"))

citEntry(entry = "Manual",
author = "USGS",
title = "National Hydrography Dataset. Technical Report. United States
Geological Survey",
year = "2019",
url = "https://nhd.usgs.gov/",
textVersion = paste("USGS. (2019) National Hydrography Dataset. Technical Report. United States
Geological Survey. https://nhd.usgs.gov"))

0 comments on commit 23cf8c1

Please sign in to comment.