Skip to content

Commit

Permalink
CRAN stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Erickson authored and Erickson committed May 10, 2024
1 parent 1550141 commit 8f3b7ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -44,3 +44,7 @@ jobs:
extra-packages: rcmdcheck

- uses: r-lib/actions/check-r-package@v2

- name: Check
run: rcmdcheck::rcmdcheck(args = '--no-tests')
shell: Rscript {0}
2 changes: 1 addition & 1 deletion CRAN-RELEASE
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2022-03-28.
This package was submitted to CRAN on 2024-05-10.
Once it is accepted, delete this file and tag the release (commit 48dbded).
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: gwavr
Title: Get Water Attributes Visually in R
Version: 0.3.0
Version: 0.3.1
Authors@R:
person(given = "Joshua",
family = "Erickson",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,3 +1,9 @@
# gwavr 0.3.1

* Updated `get_nhdplus_interactively()` to account for deprecation of functions in nhdplusTools package.

* Updated `get_basin_interactively()` to allow for some deleting.

# gwavr 0.3.0

* Added new functions: `get_streamnetwork_interactively()`, `get_usgs_iv_interactively()`, `get_usgs_dv_interactively()`.
Expand Down

0 comments on commit 8f3b7ab

Please sign in to comment.