Published January 25, 2021
| Version v3.0.0
Software
Open
ropensci/GSODR: GSODR 3.0.0
- 1. DPIRD
- 2. UC Berkeley
- 3. @ucberkeley
- 4. EcoHealth Alliance
Description
Major changes
- Remove parallel processing functionality.
A bug that I was unable to properly debug with
future.apply::future_lapply()
caused theget_GSOD()
andreformat_GSOD()
functions to run without completing or responding was fixed by simply using R's baselapply()
function. If parallel processing is needed, users should implement their own solutions to download and process in parallel.
Fix bug that caused the package to run without responding.
Fix test that failed on CRAN's Solaris server for some reason.
Removes a working DOI link from the reference for the equation used because win-builder checks say it doesn't work (even though it does and there's nothing wrong with the link any time I check).
Files
ropensci/GSODR-v3.0.0.zip
Files
(1.1 MB)
Name | Size | Download all |
---|---|---|
md5:04bf22e46ef93c475e97a5e601782189
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/GSODR/tree/v3.0.0 (URL)