Skip to content

Commit 8ad1481

Browse files
committed
increment version
1 parent a711134 commit 8ad1481

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.5.4.9000
3+
Version: 0.5.5
44
Authors@R: c(person("Sam", "Albers", email = "sam.albers@gmail.com", role = c("aut", "cre"),
55
comment = c(ORCID = "0000-0002-9270-7884")),
66
person("David", "Hutchinson", email = "david.hutchinson@canada.ca", role = "ctb"),

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# tidyhydat (development version)
22

33
### MINOR IMPROVEMENT
4-
* `download_hydat()` now has an `ask` parameter that can be used to bypass the keypress confirmation when downloading the HYDAT database (@rchlumsk, #165).
5-
* Change maintainer email.
6-
* Precompile vignettes for CRAN
7-
* Minor tweaks to vignettes
4+
- `download_hydat()` now has an `ask` parameter that can be used to bypass the keypress confirmation when downloading the HYDAT database (@rchlumsk, #165).
5+
- Change maintainer email.
6+
- Precompile vignettes for CRAN
7+
- Minor tweaks to vignettes
88

99
# tidyhydat 0.5.4
1010
- When add a local timezone column, use the most common timezone in the data rather than the first one. This just seems more likely to be useful to users

cran-comments.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
tidyhydat 0.5.5
2+
=========================
3+
4+
There were zero WARNINGS and zero ERRORS.
5+
6+
There was one NOTE: 'Note: found 122 marked UTF-8 strings'. These strings are necessary for testing as the data source that this package accesses includes data with UTF-8 strings (french language accents)
7+
8+
## NEWS
9+
- `download_hydat()` now has an `ask` parameter that can be used to bypass the keypress confirmation when downloading the HYDAT database (@rchlumsk, #165).
10+
- Change maintainer email.
11+
- Precompile vignettes for CRAN
12+
- Minor tweaks to vignettes
13+
14+
## Test environments
15+
* win-builder (via `devtools::check_win_devel()` and `devtools::check_win_release()`)
16+
* local Windows 10, R 4.1.2 (via R CMD check --as-cran)
17+
* ubuntu-20.04, r: 'release' (github actions)
18+
* ubuntu-20.04, r: 'devel' (github actions)
19+
* macOS, r: 'release' (github actions)
20+
* windows, r: 'release' (github actions)
21+
* Fedora Linux, R-devel, clang, gfortran - r-hub
22+
* Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
23+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
24+
125
tidyhydat 0.5.4
226
=========================
327
- When add a local timezone column, use the most common timezone in the data rather than the first one. This just seems more likely to be useful to users

0 commit comments

Comments
 (0)