Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Apr 10, 2024
1 parent 0900320 commit 273e0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data <- within(data, {

ADEX <- radex(ADSL, seed = 1)
ADEX_labels <- teal.data::col_labels(ADEX, fill = FALSE)
# Below steps are done to simulate data with TDURD parameter as it is not in the ADEX data from `random.cdisc.data`` package
# Below steps are done to simulate data with TDURD parameter as it is not in the ADEX data from `random.cdisc.data` package
set.seed(1, kind = "Mersenne-Twister")
ADEX <- ADEX %>%
distinct(USUBJID, .keep_all = TRUE) %>%
Expand Down

0 comments on commit 273e0b9

Please sign in to comment.