Skip to content

Release 1.2.0

Latest
Compare
Choose a tag to compare
@jason-p-pickering jason-p-pickering released this 25 Aug 10:19
· 18 commits to master since this release
7eddb65
  • Linting and documentation cleanup (#98)
  • Standardizing parameters
    Creates datim_validation_params function with a standard list of parameters to be used by functions across the package.
  • Replace d2_session default argument from d2_default_session to dynGet("d2_default_session", inherits = TRUE)
  • Fixes titles of functions in documentation
  • Update .Rbuildignore
  • Update DESCRIPTION
  • The function get_password is not used anywhere in the package and is superseded by the functionality provided by datimutils.
  • Enable Circle CI (#99)
  • Fix exclusive validation rules (#101)
  • Deconflict getValidationRules
  • Add additional test for compulsory pairs
  • Refactor Dataelement/Orgunit validations (#106)
  • Variable renaming and documentation
  • Replace custom caching strategy with httpcache package(#107)
  • Update required R version to 4.1
  • Update vignette