Published March 29, 2021 | Version v0.7.4
Software Open

ropensci/bomrang: bomrang 0.7.4

  • 1. DPIRD
  • 2. @IrregularlyScheduledProgramming
  • 3. Internetrix
  • 4. @rOpenSci
  • 5. Monash Climate Change Communication Research Hub
  • 6. @github

Description

Bug fixes
  • 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".

Minor changes and improvements
  • Changes to internal databases of BOM metadata for station, radar and forecast locations are now tracked in the data_raw directory of the repository on GitHub with the changes being stored in extdata and 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