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

bomrang 0.7.4

Latest
Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 29 Mar 23:38
c2b6faf

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.