Releases: data-mermaid/mermaidr
mermaidr 1.1.3
- Add relevant life histories to
"benthiclit"
and"benthicpqt"
methods inmermaid_get_project_data()
data = "observations"
gainslife_histories__competitive
,life_histories__generalist
,life_histories__stress_tolerant
,life_histories__weedy
data = "sampleunits"
gainspercent_cover_life_histories_weedy
,percent_cover_life_histories_generalist
,percent_cover_life_histories_competitive
,percent_cover_life_histories_stress_tolerant
data = "sampleevents"
gainspercent_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
- Add fields
management_est_year
,management_size
,management_parties
,management_compliance
,management_rules
tomermaid_get_summary_sampleevents()
- Handle users without projects in
mermaid_get_me()
mermaidr 1.1.1
- 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
- Add
life_histories
andgrowth_form_life_histories
tomermaid_get_reference("benthicattributes")
- Add relevant life histories to
"benthicpqt"
method inmermaid_get_project_data()
data = "observations"
gainslife_histories__competitive
,life_histories__generalist
,life_histories__stress_tolerant
,life_histories__weedy
data = "sampleunits"
gainspercent_cover_life_histories_weedy
,percent_cover_life_histories_generalist
,percent_cover_life_histories_competitive
,percent_cover_life_histories_stress_tolerant
data = "sampleevents"
gainspercent_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
- Add
project_id
,site_id
, andmanagement_id
tomermaid_get_summary_sampleevents()
mermaidr 1.0.3
- Fix bug with refreshing token in authentication flow, introduced in 1.0.2
mermaidr 1.0.2
- Add projects column to mermaid_get_me()
- Updates to authentication flow to allow mermaidr to work in Shiny
mermaidr 1.0.1
- Added
mermaid_get_me()
endpoint to get profile information for the user.
mermaidr 1.0.0
-
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 nowNA
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 hasbiomass_kgha_trophic_group_sd
in addition tobiomass_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 theproject_admins
column -
Sample units data from
mermaid_get_project_data()
no longer has the randomid
column
mermaidr 0.7.0
- 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