datawizard 1.0.1
BUG FIXES
-
Fixed issue in
data_arrange()for data frames that only had one column.
Formerly, the data frame was coerced into a vector, now the data frame class
is preserved. -
Fixed issue in R-devel (4.5.0) due to a change in how
grep()handles logical
arguments with missing values (#588).