Skip to content

datawizard 1.3.1

Latest

Choose a tag to compare

@etiennebacher etiennebacher released this 26 Apr 16:44

CHANGES

  • data_summary() now allows expressions to return more than one summary
    value. For each value, a new column is created. Additionally, the optional
    suffix argument controls the naming of these columns; if suffix = NULL,
    column names are auto-generated (e.g., with numeric suffixes).

  • standardize() now works on fixest estimations (#665).

  • data_read() and data_write() gain a password argument, to encrypt and
    decrypt data files. This currently only works for R file formats (.rda,
    .rds, and .rdata). Data encryption is based on the AES-GCM algorithm using
    the openssl::aes_gcm_encrypt() function (#675).

FIXES

  • Fix a test due to R-devel change (#677).