Skip to content

Releases: BirdsCanada/naturecounts

naturecounts 0.4.1

01 Aug 18:30
6d368c4
Compare
Choose a tag to compare
  • Fix use of species_id and record_id in cosewic_ranges().
    • Truly allow different columns
    • Also allow no species_id or record_id columns

naturecounts 0.4.0

28 Jun 15:38
Compare
Choose a tag to compare
  • Add tools for COSEWIC assessments
  • Fix bug in search_species() which returned all authorities
  • Updated dependency to dplyr 1.1.0
  • Updated tests to testthat 3rd edition
  • Re-wrote internal requests formatting to improve speed
  • nc_dl_data() returns a warning (not an error) if there are no data for the
    given set of filters (to facilitate looping downloads)
  • Warn (not error) when database has been created with an older version of the package

naturecounts 0.3.0

16 Nov 20:31
Compare
Choose a tag to compare
  • Add nc_query_table() for arbitrary and custom table queries
  • Implement in-memory query caching (lasts 4 hours or until session restarts)
  • Added nc_remove_cache() to remove the in-memory cache as needed

naturecounts v0.2.0

29 Oct 19:04
d1aedca
Compare
Choose a tag to compare
  • Clarified access in nc_counts()
  • Added extra event columns to format_zero_fill()
  • No funny dates in Databases and no warnings for data frames when missing
    survey_year, survey_month or survey_day in format_dates()