ropensci/bomrang: Brandon
Authors/Creators
- 1. University of Southern Queensland
- 2. @IrregularlyScheduledProgramming
- 3. @ATFutures
- 4. @spacetelescope
Description
- Update functionality of
get_precis_forecast()andget_coastal_forecast()to work with latest BOM XML files
New print method for
get_historical()andget_current_weather()usingbomrang_tblclass and re-exporting dplyr methods to handle the new class, thanks to @jonocarroll for this huge effortAdd new aliases for
get_current_weather(),get_current()andget_historical(),get_historical_weather()for consistencyAdd new aliases for
get_radar_imagery(),get_radar()andget_satellite_imagery(),get_satellite()to save typingIf images fail to download for any functions, a default image is returned with an error message to try again
get_current_weather()no longer hasraworas.data.tableparameters, all data are returned with columns in proper class as with all other bomrang functions and the returned data.frame is abomrang_tblobject. Therawparameter was set toFALSEby default, so the effect should be minimal for most end users.
Updates documentation formatting and corrects minor issues including spellchecking package and correcting spelling where necessary
Uses
curlto download XML files before parsing them, rather than reading directly from the server.curlgives more flexibility in handling the server connectionsUses
curl::curl_download()in place ofutils::download.file()for a newer implementation of the same protocolsCorrect formatting of DESCRIPTION file to conform with CRAN guidelines
Replaces
\dontrun{}with\donttest{}for examples in documentation
Files
ropensci/bomrang-0.5.0.zip
Files
(2.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ebc9fbe3080a9ce7fba8b834a2e3996c
|
2.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/bomrang/tree/0.5.0 (URL)