Skip to content

v0.2.0

Compare
Choose a tag to compare
@bms63 bms63 released this 01 Dec 13:15
· 338 commits to main since this release
f247139

admiraldev 0.2.0

New Features

  • Developer addin for formatting tests to admiral programming standards (#73)
  • New functions replace_symbol_in_quo() and add_suffix_to_vars() (#106)
  • New function assert_atomic_vector() (#98)
  • New keyword/family create_aux for functions creating auxiliary datasets (#126)
  • New function assert_date_vector() (#129)
  • New function assert_same_type() (#176)
  • Remove dependency on {assertthat} (#149)
  • Test coverage for admiraldev have increased from 45% to approximately 100% (#94, #95, #96, #98, #101, #103)
  • Environment objects were consolidated into a single admiraldev_environment object under R/admiraldev_environment.R. (#179)

Updates of Existing Functions

  • expect_names argument added to assert_vars() to check if all variables are named (#117)
  • Remove dplyr function exports and migration of user facing function negate_vars() to admiral (#83)

Breaking Changes

  • No longer compatible with admiral (<0.9)

Documentation

  • New vignette for our package release strategy (#79)
  • Updated multiple roxygen headers (#116, #133, #134, #141, #145, #172)
  • Description on how admiral options work for certain function inputs, i.e subject_keys (#133)

Various

  • PR Checklist Template updated (#172)
  • New authors/contributors (#158)