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
new functions for detecting blank values in a vector or data.frame. Blank values are those which do not contain any text (controls for NA) or are entirely white space.
is_blank() for detecting blank values in a vector
is_blank_cols() for detecting blank columns
select_blank_cols() for selecting blank columns
remove_blank_cols() for removing blank columns
match_param() now accepts a named listed for alias matching #104
echo() evaluates expressions and logs outputs #164
{fuj} is now imported
multiple functions now re-exported from {fuj} (see ?mark::reexports)
set_names0() is deprecated in favor of set_names()
error messages are created with fuj::new_condition();
test for errors and warnings enhanced with class checks
Fixes and updates
date_from_partial() works again #155 after fixing an issue with an internal utility is_valid_date_string() that wasn't recognizing %Y-%m-%d (and potentially others)
lintr GitHub action updated #173; this includes plenty of internal improvements and code cleanup