Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Releases: ropensci-archive/originr

originr v0.4.0

12 Jun 01:02
6a21454
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • parameter name changed in taxize::get_tsn() - fixed accordingly here (#25)
  • now using vcr for test http request caching (#26)

origin v0.3.0

30 Apr 21:55
Compare
Choose a tag to compare

NEW FEATURES

  • replaced HTTP clients, now using crul package (#13)
  • new function eol_invasive_data() to get the global data.frame of invasive species data from EOL.

MINOR IMPROVEMENTS

  • Improved documentation around eol() behavior. dataset="all" does not encompass, or at least does not include data to indicate that it encompasses, the individual EOL invasives datasets. There's no response from EOL on this, so we're stuck with the behavior (#10) (#18)
  • Added internal datasets for nsr() function. Now internally we check whether the country, and state/province name passed in is in the acceptable set, and throw warning if not (#19)

originr v0.2.0

07 Dec 06:39
Compare
Choose a tag to compare

NEW FEATURES

  • Added a new data source: Global Register of Introduced and Invasive
    Species (GRIIS). See griis() (#5) (#7)

BUG FIXES

  • Fix to flora_europaea() to convert factors to character and
    to stop with meaningful message when more than one species
    passed in (#8)

originr v0.1.0

07 May 19:39
Compare
Choose a tag to compare

NEW FEATURES

  • Released to CRAN.