Skip to content

Commit

Permalink
update NES and description
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit committed Oct 20, 2023
1 parent 5965f09 commit 2aaaba3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
20 changes: 6 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: chevron
Title: Standard TLGs for Clinical Trials Reporting
Version: 0.2.3.9004
Version: 0.2.4
Date: 2023-10-20
Authors@R: c(
person("Benoit", "Falquet", , "benoit.falquet@roche.com", role = c("aut", "cre")),
Expand All @@ -19,9 +19,9 @@ Depends:
Imports:
checkmate (>= 2.0),
dplyr,
dunlin (>= 0.1.5),
dunlin (>= 0.1.6),
forcats (>= 1.0.0),
formatters (>= 0.5.3),
formatters (>= 0.5.4),
ggplot2 (>= 3.4.0),
glue,
grid,
Expand All @@ -31,10 +31,10 @@ Imports:
nestcolor (>= 0.1.1),
purrr,
rlang,
rlistings (>= 0.2.5),
rtables (>= 0.6.4),
rlistings (>= 0.2.6),
rtables (>= 0.6.5),
stringr,
tern (>= 0.9.1),
tern (>= 0.9.2),
tibble,
utils
Suggests:
Expand All @@ -46,14 +46,6 @@ Suggests:
withr
VignetteBuilder:
knitr
Remotes:
insightsengineering/dunlin@*release,
insightsengineering/formatters@*release,
insightsengineering/nestcolor@*release,
insightsengineering/rlistings@*release,
insightsengineering/rtables@*release,
insightsengineering/tern@*release
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chevron 0.2.3.9004
# chevron 0.2.4

* `TTET01` now use "NE" to represent NA values.
* `TTET01` now uses "NE" to represent NA values.

# chevron 0.2.3

Expand Down
2 changes: 1 addition & 1 deletion R/fstg01.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ fstg01_pre <- function(adam_db, ...) {
#' )
fstg01 <- chevron_g(
main = fstg01_main,
preproces = fstg01_pre
preprocess = fstg01_pre
)
2 changes: 1 addition & 1 deletion R/fstg02.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ fstg02_pre <- function(adam_db, ...) {
#' )
fstg02 <- chevron_g(
main = fstg02_main,
preproces = fstg02_pre
preprocess = fstg02_pre
)
2 changes: 1 addition & 1 deletion R/kmg01.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ kmg01_pre <- function(adam_db, dataset = "adtte", ...) {
#' run(kmg01, syn_data3, dataset = "adaette")
kmg01 <- chevron_g(
main = kmg01_main,
preproces = kmg01_pre
preprocess = kmg01_pre
)
2 changes: 1 addition & 1 deletion R/mng01.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ mng01_pre <- function(adam_db, dataset, x_var = "AVISIT", ...) {
#' run(mng01, syn_data, dataset = "adlb", x_var = c("AVISIT", "AVISITN"), line_col = col)
mng01 <- chevron_g(
main = mng01_main,
preproces = mng01_pre
preprocess = mng01_pre
)

0 comments on commit 2aaaba3

Please sign in to comment.