Skip to content

Commit 174b450

Browse files
authored
[skip vbump] admiraldev v1.1.0 with admiral v1.1.0 (#454)
* Increment version number to 1.1.0 * removing unused packages from suggest * chore: polishing the news * chore: removing unused Readme render workflow * Trigger Build
1 parent 9ba36de commit 174b450

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ jobs:
6161
needs: get_r_version
6262
with:
6363
r-version: "${{ needs.get_r_version.outputs.r-version }}"
64-
readme:
65-
name: Render README
66-
uses: pharmaverse/admiralci/.github/workflows/readme-render.yml@main
67-
if: github.event_name == 'push'
68-
needs: get_r_version
69-
with:
70-
r-version: "${{ needs.get_r_version.outputs.r-version }}"
7164
validation:
7265
name: Validation
7366
uses: pharmaverse/admiralci/.github/workflows/r-pkg-validation.yml@main

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Package
22
Package: admiraldev
33
Title: Utility Functions and Development Tools for the Admiral Package
44
Family
5-
Version: 1.0.0.9029
5+
Version: 1.1.0
66
Authors@R: c(
77
person("Ben", "Straub", , "ben.x.straub@gsk.com", role = c("aut", "cre")),
88
person("Stefan", "Bundfuss", role = "aut"),
@@ -48,10 +48,8 @@ Suggests:
4848
htmltools,
4949
knitr,
5050
methods,
51-
miniUI,
5251
pkgdown,
5352
rmarkdown,
54-
rstudioapi,
5553
spelling,
5654
testthat (>= 3.2.0),
5755
withr

NEWS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# admiraldev (development version)
2-
3-
## New Features
1+
# admiraldev 1.1.0
42

53
## Updates of Existing Functions
64

7-
* 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)`.
5+
* 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)
86

97
* 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)
108

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

1917
* `pharmaversesdtm` removed as a dependency. (#434)
18+
2019
* As a part of the error messaging update, the following changes were made.
2120

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

0 commit comments

Comments
 (0)