Skip to content

Version 1.2.0

Choose a tag to compare

@njlyon0 njlyon0 released this 23 Aug 13:52

Minor version update from ver 1.1.0. It currently has no ERRORS, WARNINGS, or NOTES from devtools::check. Changes from previous release are as follows:

  • New function: name_vec. Creates a named vector of specified contents and names
  • github_tree now supports excluding no directories from the folder tree (this is the default behavior now)
  • New function behavior: num_check now accepts multiple column names/numbers to its col argument
  • New function behavior: date_check now accepts multiple column names/numbers to its col argument
  • Deprecated function: multi_num_check is now deprecated (with a warning) because it is a special case of num_check
  • Deprecated function: multi_date_check is now deprecated (with a warning) because it is a special case of date_check