Skip to content

Commit

Permalink
Trim l ae example v0.2.1 version [skip vbump] (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Dec 23, 2024
1 parent 0a00779 commit f6ddc69
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: autoslider.core
Title: Slide Automation for Tables, Listings and Figures
Version: 0.2.0.9001
Version: 0.2.1
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7566-2787")),
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# autoslider.core 0.2.0.9001
# autoslider.core 0.2.1

### Miscellaneous

* Trim `l_ae_slide` example.

# autoslider.core 0.2.0

### New features

* Added new templates `g_lb_slide`, `g_eg_slide`, `g_vs_slide` and `t_ds_slide`.
* Added new templates `g_lb_slide`, `g_eg_slide`, `g_vs_slide`, `l_ae_slide` and `t_ds_slide`.

### Miscellaneous

Expand Down
3 changes: 2 additions & 1 deletion R/l_ae_slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#' adsl <- eg_adsl
#' adae <- eg_adae
#'
#' l_ae_slide(adsl = adsl, adae = adae)
#' out <- l_ae_slide(adsl = adsl, adae = adae)
#' head(out)
l_ae_slide <- function(adsl, adae) {
assert_that(has_name(adae, c(
"SITEID", "SUBJID", "AGE", "SEX", "RACE", "TRTSDTM", "AETOXGR",
Expand Down
3 changes: 2 additions & 1 deletion man/l_ae_slide.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/autoslideR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ SER:

## The functions

You can find an overview of all `autoslider.core` functions [here](link to the manual).
You can find an overview of all `autoslider.core` functions [here](https://insightsengineering.github.io/autoslider.core/latest-tag/reference/index.html).
Note that all output-producing functions end with `_slide` while the prefix (i.e. `t_`, `l_`, `g_`) specify the type of output (i.e. table, listing, or graph respectively).
Custom functions are needed if the `autoslider.core` functions do not cover the outputs you need.
More on that further down.
Expand Down

0 comments on commit f6ddc69

Please sign in to comment.