This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Releases: ropensci-archive/clifro
Releases · ropensci-archive/clifro
clifro 3.2-5
clifro 3.2.5 (24-May-2021)
Minor Improvements
- The
cf_query()function now includes theoutput_tzargument that allows you to choose the output timezone as either "local" (default), "NZST", or "UTC" (issue #28).
##Bug Fixes
- Issue #27
Dependencies
- Remove the RCurl dependency entirely from clifro and replace with the more modern
httr/rvest/xml2packages.
clifro v3.2-3
clifro 3.2-3 (01-Sep-2020)
Bug Fixes
Dependencies
- Remove dependency suggestion on
ggmap. Theggmaplibrary was used in the 'Working with clifro Stations' vignette to show how to plot a map of the station locations in R. This section of the vignette has been removed.
clifro v3.2-2
clifro 3.2-2 (20-Mar-2019)
Bug Fixes
- Fixed the error in the
cf_find_stationfunction when searching
for CliFlo stations based on proximity to a geographical coordinate (using
the 'latlon' search) and when using a datatype (fixes issue #21).
clifro v3.2-1
Bug Fixes
- The
windrose()function now tests for a missingspeedargument, instead of testing for a missingdirectionargument twice. - The typographical error in the error message for missing wind speeds in the
windrose()function has been fixed. - This release fixes issue #21.
clifro v3.2-0
Bug Fixes
- Fixed issue #14
- Updated links in Rd files to ensure no warnings when building package.
clifrono longer tests whether or not you have Google Earth installed.
Minor Improvements
clifrohas had troubles with installation on certain operating systems due
to theXMLpackage (issue #19). TheXMLandselectrdependencies have now
been replaced withxml2andmagrittr.- Updated vignettes.
clifro v3.1-5
Bug Fixes
- Fixed issue #14
clifro v3.1-4
Bug Fixes
- Fixed issue #13
clifro v3.1-3
Updates
- Reorganise package structure to include README figures to be shipped with the
package so that the upcoming version of R can compile them locally.
clifro v3.1-2
Bug Fixes
- Fixed issue #7
clifro v3.1-1
Minor Improvements
- Curl options can now be passed to all curl handles that are initiated by
clifro. This means the curl options are not overwritten every time a newclifrofunction is called. Curl options are passed toclifrousing thecf_curl_optsfunction, which is passed directly to theRCurl::curlOptions()function.