Skip to content

Commit

Permalink
fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorP-beep committed Dec 20, 2024
1 parent e5c28fc commit 404c949
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/derive_param_tte.R
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ extend_source_datasets <- function(source_datasets,
#' An optional named list returned by `exprs()` defining additional variables
#' that the input dataset is sorted on after `date`.
#'
#' Persmitted Values: list of variables created by `exprs()` e.g. `exprs(ASEQ)`.
#' Permitted Values: list of variables created by `exprs()` e.g. `exprs(ASEQ)`.
#'
#' @keywords source_specifications
#' @family source_specifications
Expand Down
2 changes: 1 addition & 1 deletion man/censor_source.Rd

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

2 changes: 1 addition & 1 deletion man/event_source.Rd

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

2 changes: 1 addition & 1 deletion man/tte_source.Rd

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

4 changes: 2 additions & 2 deletions tests/testthat/test-derive_param_tte.R
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ input is sorted descending", {
mutate(STUDYID = "AB42")

# Sort the input AE dataset in descending order by AESEQ
#to confirm that the order argument re-sorts it correctly.
# to confirm that the order argument re-sorts it correctly.
ae <- tibble::tribble(
~USUBJID, ~AESTDTC, ~AESEQ, ~AESER, ~AEDECOD,
"01", "2021-01-03", 2, "Y", "Cough",
Expand All @@ -1014,7 +1014,7 @@ input is sorted descending", {
) %>%
arrange(desc(AESEQ)) # Intentionally sort descending to test the order argument

result <- derive_param_tte(
result <- derive_param_tte(
dataset_adsl = adsl,
start_date = TRTSDT,
event_conditions = list(event_source(
Expand Down

0 comments on commit 404c949

Please sign in to comment.