trias 3.1.0
- Improve
indicator_native_range_year()
: Add optionx_include_missing
for 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.cff
is 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_type
forindicator_native_range_year()
to display “absolute”, “relative” or “cumulative” values (inbo/alien-species-portal#119). - Deprecate
relative
argument inindicator_native_range_year()
in favor ofresponse_type
argument. - 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()
.