Skip to content

excluder 0.5.1

Latest
Compare
Choose a tag to compare
@JeffreyRStevens JeffreyRStevens released this 14 Jan 23:14

NEW FEATURES

  • Added new qualtrics_fetch2 dataset that includes labels as column names.

PACKAGE DEVELOPMENT

  • The {tidyselect} package has deprecated using the .data pronoun in tidy selections. So .data is no longer used in select() or other selection functions.
  • We used the usethis::use_tidy_description() to tidy up DESCRIPTION file.

BUG FIXES

  • Fixed bug to now reassign column names when rename = TRUE.

DOCUMENTATION UPDATES

  • We have switched from the {devtools} to the {remotes} version of install_github() in the README to reduce dependencies.
  • Because the {iptools} package has been removed from CRAN, the links to {iptools} functions now refer to the GitHub site.