Skip to content

datawizard 1.0.1

Choose a tag to compare

@etiennebacher etiennebacher released this 07 Mar 10:19
5b7f717

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).