Skip to content

Commit

Permalink
review comments & pipeline failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rammprasad committed Jan 16, 2024
1 parent c4aeb4a commit 3bad70e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Authors@R: c(
person("Pfizer Inc", role = c("cph", "fnd"))
)
Description: An EDC and Data Standard-agnostic SDTM data transformation engine
designed for SDTM programming in R. Powered by metadata {sdtm.oak} can automate
designed for SDTM programming in R. Powered by metadata `sdtm.oak` can automate
the conversion of raw clinical data to SDTM through standardized mapping
algorithms. SDTM is one of the required standards for data submission to
FDA (U.S.) and PMDA (Japan). SDTM standards are implemented in accordance with the
Expand Down
7 changes: 5 additions & 2 deletions inst/create_cm_template.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,12 @@ cm <- MD1 |>
derive_usubjid() |>
derive_sequence(keys = c(USUBJID, CMTRT)) |>
derive_visit_visitnum() |>
derive_study_day(
calculate_study_day(
dm_domain = dm,
study_day_var = "RFSTDTS",
var_in = CMSTDTC,
target_var = CMSTDY
target_var = CMSTDY,
merge_key = "USUBJID"
) |>
derive_study_day(
var_in = CMENDTC,
Expand Down
1 change: 0 additions & 1 deletion staged_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ downstream_repos:
current_repo:
repo: pharmaverse/sdtm.oak
host: https://github.com

0 comments on commit 3bad70e

Please sign in to comment.