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

Commit

Permalink
Ready for new release on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 15, 2018
1 parent 646f80f commit 92500be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bomrang
Type: Package
Title: Australian Government Bureau of Meteorology (BOM) Data from R
Version: 0.2.2.9000
Version: 0.3.0
Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0061-8359")),
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# bomrang 0.2.2.9000
# bomrang 0.3.0

## Minor changes
## Major changes

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

## Minor changes

- Add spaces between sentences in some error messages when interacting with the
BOM servers

- Enhance testing for `get_historical()`

- Handle checking multiple imagery files gracefully without returning warning
message if more than one file is to be loaded in current session

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/ropensci/bomrang",
"issueTracker": "https://github.com/ropensci/bomrang/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.2.9000",
"version": "0.3.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -434,7 +434,7 @@
"contIntegration": "https://travis-ci.org/ropensci/bomrang",
"releaseNotes": "https://github.com/ropensci/bomrang/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/bomrang/blob/master/README.md",
"fileSize": "788.925KB",
"fileSize": "790.669KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
11 changes: 9 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,29 @@

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

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

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

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new patch release that adds new functionality
* This is a new minor release that adds new functionality

## Minor changes

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

- Add spaces between sentences in some error messages

- Enhance testing for `get_historical()`

- Add spaces between sentences in some error messages when interacting with the
BOM servers

- Handle checking multiple imagery files gracefully without returning warning
message if more than one file is to be loaded in current session
## Reverse dependencies

* No ERRORs or WARNINGs found

0 comments on commit 92500be

Please sign in to comment.