trias 3.2.1
This release is a patch to (try to) solve zenodo integration (#178): - Update codemeta.json. - README.md doesn’t show the zenodo DOI badge anymore. It will be added again once the zenodo integration is fixed.
` # trias 3.2.0
- Add new function
get_nubkeys()to retrieve unique GBIF Backbone taxon keys from a species checklist.
trias 3.1.3
- Function
pathways_cbd()is deprecated. Use data framepathwayscbddirectly (#134). - Add vignettes about checklist and occurrence based functions (#170).
trias 3.1.2
- Allow empty pathways in
visualize_pathways_level1()andvisualize_pathways_level2()functions (#168).
trias 3.1.1
- Fix a bug in
indicator_native_range_year()whenresponse_type = "cumulative"andx_include_missing = TRUE(#166). Unit-tests forindicator_native_range_year()are also extended. - Add some more examples in documentation of
indicator_native_range_year(). - Improved the logic for determining x-axis scale steps to better handle cases with a small range of years.
- Fix
gbif_verify_keys()and its tests. It appeared a strange anomaly while checking if a key is a valid taxon key. Also, made use for the first time of the rgbif patch (#805) to avoid GBIF API issues for Windows users (#165).
trias 3.1.0
- Improve
indicator_native_range_year(): Add optionx_include_missingfor including missing years as gaps on x-axis in the plot (#163).
trias 3.0.3
- Align code in
verify_taxa()to tidyselect 1.1.0: using an external vector in selections was deprecated in tidyselect 1.1.0.
trias 3.0.2
- Improve
apply_gam()to avoid emerging status change for negligible near zero values (#150). - Show all emerging status values in the legend of the plots returned by
apply_gam()(#152). -
CITATION.cffis updated automatically via GitHub Actions (#151).
trias 3.0.0
- Allow to specify x-scale stepsize for
indicator_native_range_year()(#143) - Allow to specify
response_typeforindicator_native_range_year()to display “absolute”, “relative” or “cumulative” values (inbo/alien-species-portal#119). - Deprecate
relativeargument inindicator_native_range_year()in favor ofresponse_typeargument. - Fix duplicate filtering for
indicator_native_range_year()(#145) - x-axis breaks for
indicator_native_range_year()andindicator_introduction_year()are prettified by using an help function,nice_seq().
