You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great news. Thanks to notice it! Stijn used it long time ago for etn package. Since then, I am reusing in other packages if needed. At that time still a piece of code on StackOverflow I think. Happy to see it in glue package. Once working on this issue we can check if we can make use of the glue function.
Suggested in camtraptor July 2023 coding sprint
zzz.R
contains the following helper functions. It should be reviewed if they are still necessary and/or need to be renamed.zzz.R
: rename toutils.R
UPDATE: function replaced bycheck_package()
: move to own check_package.R file, see Refactoring ofcheck_package()
+ return TRUE instead of package + tests #247camtrapdp::check_camtrapdp()
.check_value()
: needed?collapse_transformer()
: can't this be done with native glue, is a separate transformer needed?labelFormat_scale()
: needed? Bundle plot/map related functions in inutils-plot.R
?get_dep_no_obs()
: needed? Could this be done as part offilter_observations()
?calc_daily_effort()
: needed? rename todaily_effort()
?predict_r()
: needed? rename topredict_radial_distance()
?map_legend_title()
: needed? rename? Bundle plot/map related functions in inutils-plot.R
?get_legend_title()
: needed? rename? Bundle plot/map related functions in inutils-plot.R
?add_unit_to_legend_title()
: needed? Bundle plot/map related functions in inutils-plot.R
?mutate_when_missing()
: needed?The text was updated successfully, but these errors were encountered: