Skip to content

admiraldev 1.3.1

Choose a tag to compare

@bms63 bms63 released this 26 Jun 11:49
· 70 commits to main since this release
  • Note admiral 1.3.0 release is not included as a hot-fix was needed to address unicode issues in admiral 1.3.0 and so 1.3.1 was deployed.

admiraldev 1.3.1

  • Replace unicode characters in .Rd files (#499)

admiraldev 1.3.0

New Features

  • The rdx_roclet() extends the standard {roxygen2} roclet by the @permitted
    and @default tags to specify the permitted and default values and the
    @caption, @info, and @code tags for examples with a caption and a
    description. (#484)

  • replace_symbol_in_expr() and add_suffix_to_vars() no longer fail if the
    expression contains NA. (#490)

Updates of Existing Functions

Breaking Changes

  • The following function arguments are entering the next phase of the deprecation process: (#2487) (#2595)

    Phase 1 (message)

    Phase 2 (warning)

    Phase 3 (error)

    Phase 4 (removed)

Documentation

Various