ropensci/bomrang: bomrang 0.7.4
Authors/Creators
- 1. DPIRD
- 2. @IrregularlyScheduledProgramming
- 3. Internetrix
- 4. @rOpenSci
- 5. Monash Climate Change Communication Research Hub
- 6. @github
Description
get_weather_bulletin()now works properly with new versions of tibble and rvest (@mpadge, #134).A custom useragent is specified for the bomrang package as the RStudio useragent results in an error 403 (denied) when attempting to connect to BOM servers. This did not appear to affect R running in sessions outside of RStudio (@jonocarroll, #130).
curl options are now set to handle the slow responses from BOM servers rather than timing out.
Fixes CRAN NOTE: "'LazyData' is specified without a 'data' directory".
Changes to internal databases of BOM metadata for station, radar and forecast locations are now tracked in the
data_rawdirectory of the repository on GitHub with the changes being stored inextdataand available in the package through:load(system.file("extdata", "AAC_code_changes.rda", package = "bomrang"))load(system.file("extdata", "JSONurl_site_list_changes.rda", package = "bomrang"))load(system.file("extdata", "marine_AAC_code_changes.rda", package = "bomrang"))load(system.file("extdata", "radar_location_changes.rda", package = "bomrang"))load(system.file("extdata", "stations_site_list_changes.rda", package = "bomrang"))
Station numbers are padded with "0" in output from
get_historical_weather()to align with BOM naming conventions and other bomrang functions (@jonocarroll, #127).Remove rOpenSci footer from README.
Corrects incomplete final line found on /inst/CITATION.
Files
ropensci/bomrang-v0.7.4.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f6f81d53896f486460af567e30ba37ae
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/bomrang/tree/v0.7.4 (URL)