Changelog
Source:NEWS.md
clifro 3.2.6
Bug fixes
- Issue #32
clifro 3.2.5 (18-Mar-2021)
Minor Improvements
- The
cf_query()
function now includes theoutput_tz
argument that allows you to choose the output timezone as either “local” (default), “NZST”, or “UTC” (issue #28).
##Bug Fixes * Issue #27
clifro 3.2-2 (20-Mar-2019)
CRAN release: 2019-03-20
Bug Fixes
- The
cf_find_station
function no longer returns an error 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 3.2-0 (25-Jul-2018)
CRAN release: 2018-07-25
Bug Fixes
- Fixed issue #14
- Updated links in Rd files to ensure no warnings when building package.
-
clifro
no longer tests whether or not you have Google Earth installed.
Minor Improvements
-
clifro
has had troubles with installation on certain operating systems due to theXML
package (issue #19). TheXML
andselectr
dependencies have now been replaced withxml2
andmagrittr
. - Updated vignettes.
clifro 3.1-0 (14-December-2016)
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 newclifro
function is called. Curl options are passed toclifro
using thecf_curl_opts
function, which is passed directly to theRCurl::curlOptions()
function.
clifro 3.0-0 (10-August-2016)
CRAN release: 2016-08-11
Major Bug Fixes
- HTTPS required due to a recent change in NIWA’s proxy server – Fixed Issue #3. As a result older versions of
clifro
don’t seem to work on Windows due to an SSL certificate problem.