ropensci/bomrang: Cobargo
Authors/Creators
- 1. University of Southern Queensland
- 2. @IrregularlyScheduledProgramming
- 3. Internetrix
- 4. @rOpenSci
- 5. rensa.co
- 6. @spacetelescope
Description
Resolves an issue where
select()was not recognised as being re-exported by bomrang from dplyrFixes bug where precipitation to 9am, column
r, in ag bulletin was not reported at 0.01 for "Tce" as documented in vignetteFixes bug where weather bulletin contained empty cells rather than a proper
NAvalue where data was missingAdds
skip_on_cran()to all tests causing failures in CRAN checks that should not have been tested on CRANCorrects (and skips) a test that failed on Solaris and macOS when writing to disk by using
tempdir()rather than the userspace
Requires R >= 3.5.0 now due to changes in serialisation of internal .Rds files used to store databases of station information
Adds three new functions to parse local XML files, not relying on R's ability to fetch files from an insecure FTP server, thanks to @paulmelloy for this
parse_ag_bulletin()parse_coastal_forecast()parse_precis_forecast()
Improved test coverage, ~93 %
Adds tests for previously untested
get_weather_bulletin()Adds tests for
bomrang_tbl()functionality
Fail gracefully with message and returns
invisble(NULL)if a resource is not available for XML or JSON files, not erroring. In cases where a file is not found, error 404 or on the FTP server, an error message is still returned
Comprehensive cleaning of the vignette and reformatting of help files for all functions
Precompile use_case vignette as well as main vignette
Improved matching of possible character strings entered by user for state to include variations of two-letter abbreviations of Australia
Files
ropensci/bomrang-v0.7.0.zip
Files
(1.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:bee76664f176508d893f3bc20de59fa1
|
1.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/bomrang/tree/v0.7.0 (URL)