Skip to content

Commit dcfb348

Browse files
committed
pre-cran commit
1 parent d0dfd84 commit dcfb348

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
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.2.9000
3+
Version: 0.5.3
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"),

cran-comments.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
tidyhydat 0.5.3
2+
=========================
3+
## NEWS
4+
- Allow pkg to loaded without internet and rather just issue an message when it is not. (#149)
5+
- Added `add = TRUE` to all `on.exit` call so add not to overwrite previous call (#151)
6+
- Remove redundant and ill-advised `closeAllConnections` (#153)
7+
- Update internal data
8+
- Convert most of the docs to markdown (#121)
9+
10+
## Test environments
11+
* win-builder (via `devtools::check_win_devel()` and `devtools::check_win_release()`)
12+
* local Windows 10, R 4.0.5 (via R CMD check --as-cran)
13+
* ubuntu-20.04, r: 'release' (github actions)
14+
* ubuntu-20.04, r: 'devel' (github actions)
15+
* macOS, r: 'release' (github actions)
16+
* windows, r: 'release' (github actions)
17+
* Fedora Linux, R-devel, clang, gfortran - r-hub
18+
* Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
19+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
20+
21+
22+
123
tidyhydat 0.5.2
224
=========================
325
## NEWS
@@ -6,7 +28,6 @@ tidyhydat 0.5.2
628
## Test environments
729
* win-builder (via `devtools::check_win_devel()` and `devtools::check_win_release()`)
830
* local Windows 10, R 4.0.3 (via R CMD check --as-cran)
9-
>>>>>>> chk-tbls
1031
* ubuntu-20.04, r: 'release' (github actions)
1132
* ubuntu-20.04, r: 'devel' (github actions)
1233
* macOS, r: 'release' (github actions)

0 commit comments

Comments
 (0)