- 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).
- Function
get_cred()
is not exported anymore (#146). Internally used only. - Add
CITATION.cff
(#139)
- 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()
.