CRAN release: mark 0.1.3
New name!
The previous name jordan was conflicting with recent package on CRAN.
Changes
- corrects use of
...intodos()#8grep()also now evaluated with cleaned todo text- searches for
todos()in Rmd files, too - correctly removes additional
#and spaces in lines (e.g.,# # TODO text->text)
- updates for
counts()- corrects
NAcounting incounts();NAcounts are now appended at the end whether or not sort is called - other optimization for
counts() - core functions previously on
base::rle()now use a combination ofpseudo_id()andbase::tabulate() - corrects counts for factor data when higher levels are not present #16
- corrects
- update to
multi_grepl()internal functions to prevent conflicts withR 4.1.0 - corrects error message in
vector2df()when passed a list
New features
- adds/exports
fact()andpseudo_id() - adds
fixmes()#13 - adds
names_switch()to switch names and values vector2df()can now output a 1 column data.frame ifname = NULL- adds an
invertparameter tocomplete_cases()to filter for incomplete cases - adds
are_identical()for comparing 2 or more vectors asidentical(), element-wise - adds
add_file_timestamp() diff_time()and related functions will try to convertyto aDateobject ifxis passed as date (e.g.,diff_time_days(Sys.Date(), "2021-06-03")will not show decimals)