File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ License: See LICENSE.txt
1010Encoding: UTF-8
1111LazyData: true
1212Imports:
13- xml2 (>= 1.3.2 ),
13+ xml2 (>= 1.3.8 ),
1414 nmecr (>= 1.0.17),
15+ rnoaa (>= 1.4.0),
1516 anytime
1617RoxygenNote: 7.1.0
1718Suggests:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ for (pkg in required_packages) {
2020
2121# Install specific versions of GitHub packages
2222cat(" 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" )
2424remotes :: install_github(" kW-Labs/nmecr@v1.0.17" , upgrade = " never" )
2525
2626# Populate NOAA stations (required for rnoaa)
You can’t perform that action at this time.
0 commit comments