Skip to content

Commit 830a22e

Browse files
committed
v 0.5.0
1 parent c24b430 commit 830a22e

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2019-03-27.
2-
Once it is accepted, delete this file and tag the release (commit e63704360b).
1+
This package was submitted to CRAN on 2019-12-02.
2+
Once it is accepted, delete this file and tag the release (commit c24b430d03).

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tidyhydat
22
Title: Extract and Tidy Canadian 'Hydrometric' Data
3-
Version: 0.4.0.9000
3+
Version: 0.5.0
44
Authors@R: c(person("Sam", "Albers", email = "sam.albers@gov.bc.ca", role = c("aut", "cre"),
55
comment = c(ORCID = "0000-0002-9270-7884")),
66
person("David", "Hutchinson", email = "david.hutchinson@canada.ca", role = "ctb"),
@@ -42,4 +42,4 @@ Suggests:
4242
VignetteBuilder: knitr
4343
Encoding: UTF-8
4444
LazyData: true
45-
RoxygenNote: 7.0.0
45+
RoxygenNote: 7.0.1

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tidhydat 0.4.1
1+
# tidhydat 0.5.0
22

33
### MINOR FIXES
44
- Revise multi prov test to realtime because of network load and prone to intermittent failure

cran-comments.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
tidhydat 0.5.0
2+
=========================
3+
## Re-submission note
4+
* Vignette linked changed to canonical form.
5+
* GitHub actions badge link now points only to GitHub repo.
6+
* `CONTRIBUTING.md` and `CODE_OF_CONDUCT.md` now link directly to GitHub repo.
7+
* CRAN checks link changed to `CRAN.R-project.org` link
8+
* Add title to README and fixed bug in realtime `plot` method and reduce size of README as per Uwe comments
9+
10+
## Test environments
11+
* win-builder (via `devtools::check_win_devel()` and `devtools::check_win_release()`)
12+
* local Windows 10, R 3.6.1 (via R CMD check --as-cran)
13+
* ubuntu, R 3.6.1 (travis-ci) (release)
14+
* ubuntu, (travis-ci) (devel)
15+
* ubuntu-16.04, r: '3.3' (github actions)
16+
* ubuntu-16.04, r: '3.4' (github actions)
17+
* ubuntu-16.04, r: '3.5' (github actions)
18+
* ubuntu-16.04, r: '3.6' (github actions)
19+
* Fedora Linux, R-devel, clang, gfortran - r-hub
20+
* Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
21+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
22+
* macOS 10.11 El Capitan, R-release (experimental) - r-hub
23+
24+
125
tidhydat 0.4.0
226
=========================
327
## Test environments

release_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ check_on_macos()
3131
## Run this in the console
3232
```
3333
R CMD build tidyhydat
34-
R CMD check tidyhydat_0.4.0.tar.gz --as-cran ## or whatever the package name is
34+
R CMD check tidyhydat_0.5.0.tar.gz --as-cran ## or whatever the package name is
3535
```
3636

3737
## Documentation

0 commit comments

Comments
 (0)