Skip to content

Releases: data-mermaid/mermaidr

mermaidr 1.1.3

22 Oct 20:10
bea299a
Compare
Choose a tag to compare
  • Add relevant life histories to "benthiclit" and "benthicpqt" methods in mermaid_get_project_data()
    • data = "observations" gains life_histories__competitive, life_histories__generalist, life_histories__stress_tolerant, life_histories__weedy
    • data = "sampleunits" gains percent_cover_life_histories_weedy, percent_cover_life_histories_generalist, percent_cover_life_histories_competitive, percent_cover_life_histories_stress_tolerant
    • data = "sampleevents" gains percent_cover_life_histories_avg_weedy, percent_cover_life_histories_avg_generalist, percent_cover_life_histories_avg_competitive, percent_cover_life_histories_avg_stress-tolerant, percent_cover_life_histories_sd_weedy, percent_cover_life_histories_sd_generalist, percent_cover_life_histories_sd_competitive, percent_cover_life_histories_sd_stress-tolerant

mermaidr 1.1.2

25 Sep 14:23
644e112
Compare
Choose a tag to compare
  • Add fields management_est_year, management_size, management_parties, management_compliance, management_rules to mermaid_get_summary_sampleevents()
  • Handle users without projects in mermaid_get_me()

mermaidr 1.1.1

23 Sep 15:56
bdef576
Compare
Choose a tag to compare
  • Handle timeout error in mermaid_import_project_data() with suggestions to batch import data by site or date.
  • Add mermaid_get_classification_labelmappings()

mermaidr 1.1.0

12 Sep 17:37
c25a9b9
Compare
Choose a tag to compare
  • Add life_histories and growth_form_life_histories to mermaid_get_reference("benthicattributes")
  • Add relevant life histories to "benthicpqt" method in mermaid_get_project_data()
    • data = "observations" gains life_histories__competitive, life_histories__generalist, life_histories__stress_tolerant, life_histories__weedy
    • data = "sampleunits" gains percent_cover_life_histories_weedy, percent_cover_life_histories_generalist, percent_cover_life_histories_competitive, percent_cover_life_histories_stress_tolerant
    • data = "sampleevents" gains percent_cover_life_histories_avg_weedy, percent_cover_life_histories_avg_generalist, percent_cover_life_histories_avg_competitive, percent_cover_life_histories_avg_stress-tolerant, percent_cover_life_histories_sd_weedy, percent_cover_life_histories_sd_generalist, percent_cover_life_histories_sd_competitive, percent_cover_life_histories_sd_stress-tolerant

mermaidr 1.0.4

03 Sep 19:29
31914dd
Compare
Choose a tag to compare
  • Add project_id, site_id, and management_id to mermaid_get_summary_sampleevents()

mermaidr 1.0.3

15 Aug 18:08
7b4e21c
Compare
Choose a tag to compare
  • Fix bug with refreshing token in authentication flow, introduced in 1.0.2

mermaidr 1.0.2

15 Jul 18:39
cb9b7f0
Compare
Choose a tag to compare
  • Add projects column to mermaid_get_me()
  • Updates to authentication flow to allow mermaidr to work in Shiny

mermaidr 1.0.1

03 Jul 18:21
9950217
Compare
Choose a tag to compare
  • Added mermaid_get_me() endpoint to get profile information for the user.

mermaidr 1.0.0

31 Oct 19:40
6c1ecec
Compare
Choose a tag to compare
  • mermaid_get_project_data() now uses CSV endpoints, which significantly speeds up getting data from projects with a large number of observations

  • This endpoint brings a few changes - empty values for text fields such as label, project_notes, site_notes, etc, are now NA instead of ""

  • Fields with multiple values (e.g. tags, management_parties, etc) are now separated using a comma (,') instead of a semi-colon (;`)

  • Standard deviations have been added for all columns that have averages in mermaid_get_project_data() - e.g. fishbelt sample events now has biomass_kgha_trophic_group_sd in addition to biomass_kgha_trophic_group_avg.

  • Benthic. PQT sample units and sample events data gain the column num_points_nonother, which counts the number of non-other points

  • Fishbelt observations gains the column assigned_transect_width_m

  • All data retrieved via mermaid_get_project_data() now contains the project_admins column

  • Sample units data from mermaid_get_project_data() no longer has the random id column

mermaidr 0.7.0

08 Sep 17:16
6a811e0
Compare
Choose a tag to compare
  • Covariates are no longer included in mermaid_get_project_data() functions by default, require settings covariates = TRUE
  • mermaid_get_project_sites() also gains covariate argument, which when set to TRUE returns covariates at the site level