Skip to content

Commit

Permalink
[skip vbump] admiraldev v1.1.0 with admiral v1.1.0 (#454)
Browse files Browse the repository at this point in the history
* Increment version number to 1.1.0

* removing unused packages from suggest

* chore: polishing the news

* chore: removing unused Readme render workflow

* Trigger Build
  • Loading branch information
bms63 authored Jun 6, 2024
1 parent 9ba36de commit 174b450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ jobs:
needs: get_r_version
with:
r-version: "${{ needs.get_r_version.outputs.r-version }}"
readme:
name: Render README
uses: pharmaverse/admiralci/.github/workflows/readme-render.yml@main
if: github.event_name == 'push'
needs: get_r_version
with:
r-version: "${{ needs.get_r_version.outputs.r-version }}"
validation:
name: Validation
uses: pharmaverse/admiralci/.github/workflows/r-pkg-validation.yml@main
Expand Down
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: admiraldev
Title: Utility Functions and Development Tools for the Admiral Package
Family
Version: 1.0.0.9029
Version: 1.1.0
Authors@R: c(
person("Ben", "Straub", , "[email protected]", role = c("aut", "cre")),
person("Stefan", "Bundfuss", role = "aut"),
Expand Down Expand Up @@ -48,10 +48,8 @@ Suggests:
htmltools,
knitr,
methods,
miniUI,
pkgdown,
rmarkdown,
rstudioapi,
spelling,
testthat (>= 3.2.0),
withr
Expand Down
7 changes: 3 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# admiraldev (development version)

## New Features
# admiraldev 1.1.0

## Updates of Existing Functions

* Updated `arg_name` parameter in `assert_filter_cond`, `assert_symbol`, and `assert_expr` with `gsub("^enexpr\\((\\w+)\\)$", "\\1", rlang::caller_arg(arg))` argument so that error messages return a quoted argument without `enexpr()`, e.g. `filter_add` instead of `enexpr(filter_add)`.
* Updated `arg_name` parameter in `assert_filter_cond`, `assert_symbol`, and `assert_expr` with `gsub("^enexpr\\((\\w+)\\)$", "\\1", rlang::caller_arg(arg))` argument so that error messages return a quoted argument without `enexpr()`, e.g. `filter_add` instead of `enexpr(filter_add)`. (#2404)

* Error messaging throughout the package have been updated from `rlang::abort()` to `cli::cli_abort()`. As a part of the update, each of the `assert_*()` functions have new arguments `assert_*(message, arg_name, call, class).` (#367)

Expand All @@ -17,6 +15,7 @@
* No longer exporting `is_named()` function. (#401)

* `pharmaversesdtm` removed as a dependency. (#434)

* As a part of the error messaging update, the following changes were made.

- The `assert_s3_class(class)` argument has been renamed to `assert_s3_class(cls)`. (#367)
Expand Down

0 comments on commit 174b450

Please sign in to comment.