Skip to content

Commit

Permalink
v 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Dec 3, 2019
1 parent c24b430 commit 830a22e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2019-03-27.
Once it is accepted, delete this file and tag the release (commit e63704360b).
This package was submitted to CRAN on 2019-12-02.
Once it is accepted, delete this file and tag the release (commit c24b430d03).
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tidyhydat
Title: Extract and Tidy Canadian 'Hydrometric' Data
Version: 0.4.0.9000
Version: 0.5.0
Authors@R: c(person("Sam", "Albers", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9270-7884")),
person("David", "Hutchinson", email = "[email protected]", role = "ctb"),
Expand Down Expand Up @@ -42,4 +42,4 @@ Suggests:
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0
RoxygenNote: 7.0.1
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tidhydat 0.4.1
# tidhydat 0.5.0

### MINOR FIXES
- Revise multi prov test to realtime because of network load and prone to intermittent failure
Expand Down
24 changes: 24 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
tidhydat 0.5.0
=========================
## Re-submission note
* Vignette linked changed to canonical form.
* GitHub actions badge link now points only to GitHub repo.
* `CONTRIBUTING.md` and `CODE_OF_CONDUCT.md` now link directly to GitHub repo.
* CRAN checks link changed to `CRAN.R-project.org` link
* Add title to README and fixed bug in realtime `plot` method and reduce size of README as per Uwe comments

## Test environments
* win-builder (via `devtools::check_win_devel()` and `devtools::check_win_release()`)
* local Windows 10, R 3.6.1 (via R CMD check --as-cran)
* ubuntu, R 3.6.1 (travis-ci) (release)
* ubuntu, (travis-ci) (devel)
* ubuntu-16.04, r: '3.3' (github actions)
* ubuntu-16.04, r: '3.4' (github actions)
* ubuntu-16.04, r: '3.5' (github actions)
* ubuntu-16.04, r: '3.6' (github actions)
* Fedora Linux, R-devel, clang, gfortran - r-hub
* Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
* macOS 10.11 El Capitan, R-release (experimental) - r-hub


tidhydat 0.4.0
=========================
## Test environments
Expand Down
2 changes: 1 addition & 1 deletion release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ check_on_macos()
## Run this in the console
```
R CMD build tidyhydat
R CMD check tidyhydat_0.4.0.tar.gz --as-cran ## or whatever the package name is
R CMD check tidyhydat_0.5.0.tar.gz --as-cran ## or whatever the package name is
```

## Documentation
Expand Down

0 comments on commit 830a22e

Please sign in to comment.