Skip to content

Commit 7e8b056

Browse files
authored
Bump to rnoaa 1.4.0 (#9)
1 parent 0d56702 commit 7e8b056

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ License: See LICENSE.txt
1010
Encoding: UTF-8
1111
LazyData: true
1212
Imports:
13-
xml2 (>= 1.3.2),
13+
xml2 (>= 1.3.8),
1414
nmecr (>= 1.0.17),
15+
rnoaa (>= 1.4.0),
1516
anytime
1617
RoxygenNote: 7.1.0
1718
Suggests:

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ library(bsyncr)
2525
# example on using.
2626
```
2727

28+
## Testing
29+
30+
Tests are automatically run on GitHub. To run locally, make sure to have R installed along with various dev packages.
31+
32+
```bash
33+
Rscript setup_environment.R
34+
Rscript -e "testthat::test_dir('tests')"
35+
```
36+
2837
## Releasing new version
2938

3039
- Create a branch with the prepared release change log.
40+
- Make sure the rnoaa and nmecr versions in `setup_environment.R` and ` are correct.
3141
- Update version in bsync.RProj and DESCRIPTION to the next correct semantic version
3242
- Make sure the DESCRIPTION has the correct version of the dependencies
3343
- For testing purposes, make sure the versions of NMECR and RNOAA are correct in the `setup_environment.R` script

setup_environment.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (pkg in required_packages) {
2020

2121
# Install specific versions of GitHub packages
2222
cat("Installing GitHub packages...\n")
23-
remotes::install_github("ropensci/rnoaa@v1.3.4", upgrade = "never")
23+
remotes::install_github("ropensci/rnoaa@v1.4.0", upgrade = "never")
2424
remotes::install_github("kW-Labs/nmecr@v1.0.17", upgrade = "never")
2525

2626
# Populate NOAA stations (required for rnoaa)

0 commit comments

Comments
 (0)