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

Commit 6980fa7

Browse files
committed
Merge branch 'devel'
2 parents 52271a4 + ab5c6e2 commit 6980fa7

6 files changed

+17
-35
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 Client
4-
Version: 0.7.1.9000
4+
Version: 0.7.2
55
Authors@R:
66
c(person(given = "Adam H.",
77
family = "Sparks",

NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# bomrang (development version)
1+
# bomrang 0.7.2
2+
3+
* Fixes an example that wrote to R userspace, when it should not in `get_radar_imagery()`
24

35
# bomrang 0.7.1
46

R/get_radar_imagery.R

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ get_available_radar <- function(radar_id = "all") {
111111
#' imagery <- get_radar_imagery(product_id = "IDR032")
112112
#' plot(imagery)
113113
#'
114+
#' # Save imagery to a local path
115+
#' imagery <- get_radar_imagery(product_id = "IDR032", path = "image.gif")
114116
#' }
115117
#'
116118
#' @author Dean Marchiori, \email{deanmarchiori@@gmail.com}

codemeta.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
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.7.1",
13+
"version": "0.7.2",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
1717
"url": "https://r-project.org"
1818
},
19-
"runtimePlatform": "R version 4.0.2 (2020-06-22)",
19+
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
2020
"provider": {
2121
"@id": "https://cran.r-project.org",
2222
"@type": "Organization",
@@ -582,13 +582,8 @@
582582
"https://CRAN.R-project.org/package=bomrang",
583583
"https://docs.ropensci.org/bomrang/"
584584
],
585-
"review": {
586-
"@type": "Review",
587-
"url": "https://github.com/ropensci/software-review/issues/121",
588-
"provider": "https://ropensci.org"
589-
},
590585
"developmentStatus": "https://www.repostatus.org/#active",
591586
"copyrightHolder": {},
592587
"funder": {},
593-
"fileSize": "657668.552KB"
588+
"fileSize": "1360.913KB"
594589
}

cran-comments.md

+6-25
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,22 @@
1+
## bomrang version 0.7.2
12

23
## Test environments
34

4-
- local macOS install R version 4.0.2 (2020-06-22)
5+
- local macOS install R version 4.0.3 (2020-10-10)
56

6-
- win-builder R Under development (unstable) (2020-09-17 r79226)
7+
- win-builder R Under development (unstable) (2020-11-14 r79432)
78

8-
- win-builder R version 4.0.2 (2020-06-22)
9+
- win-builder R version 4.0.3 (2020-10-10)
910

1011
## R CMD check results
1112

1213
0 errors | 0 warnings | 1 note
1314

14-
This is a resubmission that removes functionality due to a broken CRAN package so that all examples in this package pass checks
15-
16-
## Removal of functionality
17-
18-
* `get_subdaily_weather()` has been removed due to CRAN policy for failing examples so that I can get the bug fixes in this package submitted to deal with errors that do originate in this package as the failing example is a direct result of the _stationAry_ package which is already on CRAN, not _bomrang_.
15+
This is a new patch release that fixes a bug in the documentation
1916

2017
## Bug fixes
2118

22-
* For a time BOM was not listing historical rainfall records.
23-
A message is emitted now if records are missing or unavailable rather than `get_historical_weather()` failing.
24-
Thanks to James Goldie, [@rensa](https://github.com/rensa) for this fix.
25-
26-
* Cross-links in the function documentation have been fixed.
27-
28-
## Standardised function naming
29-
30-
* `get_historical()` is now an alias for `get_historical_weather()` to bring this function into line with the other function names.
31-
Neither name is preferred and both will be provided going forward.
32-
This is simply to provide a standard nomenclature across the package for function names.
33-
34-
## Internal changes
35-
36-
* Update internal databases of station and forecast locations.
37-
38-
* Reorganise functions and files to be more consistent within the package.
19+
* Fixes an example that wrote to R userspace, when it should not in `get_radar_imagery()`
3920

4021
## Reverse dependencies
4122

man/get_radar_imagery.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)