Skip to content

Releases: ropensci/clifro

clifro 3.2-5

31 May 04:52
Compare
Choose a tag to compare

clifro 3.2.5 (24-May-2021)

Minor Improvements

  • The cf_query() function now includes the output_tz argument that allows you to choose the output timezone as either "local" (default), "NZST", or "UTC" (issue #28).

##Bug Fixes

Dependencies

  • Remove the RCurl dependency entirely from clifro and replace with the more modern httr / rvest / xml2 packages.

clifro v3.2-3

01 Sep 13:14
Compare
Choose a tag to compare

clifro 3.2-3 (01-Sep-2020)

Bug Fixes

  • Issue #25
  • Issue #22
  • Fixed broken links in documentation.
  • Fixed a minor timezone bug in cf_station.

Dependencies

  • Remove dependency suggestion on ggmap. The ggmap library 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

01 Apr 17:41
Compare
Choose a tag to compare

clifro 3.2-2 (20-Mar-2019)

Bug Fixes

  • Fixed the error in the cf_find_station function 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

08 Jan 05:51
Compare
Choose a tag to compare

Bug Fixes

  • The windrose() function now tests for a missing speed argument, instead of testing for a missing direction argument 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

25 Jul 22:53
Compare
Choose a tag to compare

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 the XML package (issue #19). The XML and selectr dependencies have now
    been replaced with xml2 and magrittr.
  • Updated vignettes.

clifro v3.1-5

08 Oct 21:13
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue #14

clifro v3.1-4

21 Apr 11:49
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue #13

clifro v3.1-3

17 Mar 10:33
Compare
Choose a tag to compare

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

09 Jan 21:30
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue #7

clifro v3.1-1

20 Dec 09:37
Compare
Choose a tag to compare

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 new clifro function is called. Curl options are passed to clifro using the cf_curl_opts function, which is passed directly to the RCurl::curlOptions() function.

Bug Fixes

  • Requesting combined datatypes now works (issue #4). Note there is no default
    plot method for this datatype as they are essentially combinations of other
    datatypes.
  • Fix bug that hung R if a datatype without any rows was requested -- Fixed issue #6