Skip to content

Commit

Permalink
Merge pull request #317 from dblodgett-usgs/main
Browse files Browse the repository at this point in the history
final cran release items
  • Loading branch information
dblodgett-usgs committed Nov 29, 2022
2 parents 4666a4c + 46f123a commit a7446dd
Show file tree
Hide file tree
Showing 107 changed files with 1,286 additions and 807 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ data-raw
.dockerignore
^.*Rplots.pdf$
README.Rmd
cran-comments.md
^CRAN-SUBMISSION$
4 changes: 0 additions & 4 deletions .Renviron

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ tests/testthat/data/03
docs/training_2022/padep_nhd*
*Rplots.pdf
pkgdown
cran-comments.md
.Renviron
CRAN-SUBMISSION
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ reference:
- '`discover_nhdplus_id`'
- '`get_nhdplus`'
- '`get_gagesII`'
- '`get_huc`'
- '`get_huc12`'
- '`get_huc8`'
- '`get_nhdarea`'
Expand Down Expand Up @@ -95,6 +96,7 @@ reference:
- contents:
- '`fix_flowdir`'
- '`get_tocomid`'
- '`make_node_topology`'
- '`get_sorted`'
- '`calculate_total_drainage_area`'
- '`calculate_arbolate_sum`'
Expand Down
8 changes: 4 additions & 4 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"name": "nhdplusTools",
"organization": "U.S. Geological Survey",
"description": "Tools for Using NHDPlus Data",
"version": "v0.5.8",
"version": "v0.6.0",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.5.8/LICENSE.md"
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.0/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/water/nhdplusTools/",
"downloadURL": "https://code.usgs.gov/water/nhdplusTools/-/archive/v0.5.8/nhdplustools-v0.5.8.zip",
"disclaimerURL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.5.8/DISCLAIMER.md",
"downloadURL": "https://code.usgs.gov/water/nhdplusTools/-/archive/v0.6.0/nhdplustools-v0.6.0.zip",
"disclaimerURL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/nhdplusTools.git",
"vcs": "git",
"laborHours": 1000,
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions docs/DISCLAIMER.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7446dd

Please sign in to comment.