Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 92500be

Browse files
committed
Ready for new release on CRAN
1 parent 646f80f commit 92500be

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bomrang
22
Type: Package
33
Title: Australian Government Bureau of Meteorology (BOM) Data from R
4-
Version: 0.2.2.9000
4+
Version: 0.3.0
55
Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"),
66
email = "[email protected]",
77
comment = c(ORCID = "0000-0002-0061-8359")),

NEWS.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# bomrang 0.2.2.9000
1+
# bomrang 0.3.0
22

3-
## Minor changes
3+
## Major changes
44

55
- Add new function `get_coastal_forecast()`, which fetches the BOM coastal
66
waters forecast
77

8+
## Minor changes
9+
810
- Add spaces between sentences in some error messages when interacting with the
911
BOM servers
1012

13+
- Enhance testing for `get_historical()`
14+
1115
- Handle checking multiple imagery files gracefully without returning warning
1216
message if more than one file is to be loaded in current session
1317

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"codeRepository": "https://github.com/ropensci/bomrang",
1111
"issueTracker": "https://github.com/ropensci/bomrang/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.2.2.9000",
13+
"version": "0.3.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -434,7 +434,7 @@
434434
"contIntegration": "https://travis-ci.org/ropensci/bomrang",
435435
"releaseNotes": "https://github.com/ropensci/bomrang/blob/master/NEWS.md",
436436
"readme": "https://github.com/ropensci/bomrang/blob/master/README.md",
437-
"fileSize": "788.925KB",
437+
"fileSize": "790.669KB",
438438
"citation": [
439439
{
440440
"@type": "ScholarlyArticle",

cran-comments.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,29 @@
55

66
- local Ubuntu 18.04, R version 3.5.1 (2018-07-02)
77

8-
- win-builder R Under development (unstable) (2018-07-16 r74967)
8+
- win-builder R Under development (unstable) (2018-08-14 r75146)
99

1010
- win-builder R version 3.5.1 (2018-04-23)
1111

1212
## R CMD check results
1313

1414
0 errors | 0 warnings | 1 note
1515

16-
* This is a new patch release that adds new functionality
16+
* This is a new minor release that adds new functionality
1717

1818
## Minor changes
1919

2020
- Add new function, `get_coastal_forecast()` to get BOM coastal waters forecast
2121

2222
- Add spaces between sentences in some error messages
2323

24+
- Enhance testing for `get_historical()`
25+
26+
- Add spaces between sentences in some error messages when interacting with the
27+
BOM servers
28+
29+
- Handle checking multiple imagery files gracefully without returning warning
30+
message if more than one file is to be loaded in current session
2431
## Reverse dependencies
2532

2633
* No ERRORs or WARNINGs found

0 commit comments

Comments
 (0)