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

Commit 52271a4

Browse files
committed
Merge branch 'devel'
2 parents 66a6d06 + 582ae2e commit 52271a4

File tree

4 files changed

+3
-5
lines changed

4 files changed

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

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# bomrang (development version)
2+
13
# bomrang 0.7.1
24

35
## Bug fixes

R/get_radar_imagery.R

-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ 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")
116114
#' }
117115
#'
118116
#' @author Dean Marchiori, \email{deanmarchiori@@gmail.com}

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)