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
+
1
23
tidyhydat 0.5.2
2
24
=========================
3
25
## NEWS
@@ -6,7 +28,6 @@ tidyhydat 0.5.2
6
28
## Test environments
7
29
* win-builder (via ` devtools::check_win_devel() ` and ` devtools::check_win_release() ` )
8
30
* local Windows 10, R 4.0.3 (via R CMD check --as-cran)
9
- >>>>>>> chk-tbls
10
31
* ubuntu-20.04, r: 'release' (github actions)
11
32
* ubuntu-20.04, r: 'devel' (github actions)
12
33
* macOS, r: 'release' (github actions)
0 commit comments