Open jenna-a2ai opened 1 month ago
Chose the wrong time column
@wes-a2ai
thanks, Wes! Nominal time, right?
reference commit (older version): aced09b5e323d40eeab922726cccb1d06ed00cd2
comparator commit (newer version): 3bacb8150e08e60d8fd61485e8e065a2139d4b66
@@ - reference: lines 17-21 @@
@@ + comparator: lines 17-21 @@
17 CFLAG = 100
18 ) %>%
- 19 select(C, LINE, ID, ATFD, ATLD, NTFD, NTLD, TEST, AMT, DV, LDV, EVID, CMT, MDV, BLQ, LLOQ, DOSEA, IMPDOS, STUDY, USUBJID, DTIM, FDOSE, VISIT, TPT, CFLAG)
+ 19 select(C, LINE, ID, NTFD, NTLD, NTFD, NTLD, TEST, AMT, DV, LDV, EVID, CMT, MDV, BLQ, LLOQ, DOSEA, IMPDOS, STUDY, USUBJID, DTIM, FDOSE, VISIT, TPT, CFLAG)
20 write.csv(pkdf5, file.path(derDir, "PK_AXAN101.csv"), na = ".")
21
Data Assembly
Note: Please modify the checklist items to insert relevant QC context.
Reproducibility and Organization
renv::status()
present at beginning of script and passes.session.info()
included at the conclusion of script.yspec
<project>/data/derived
and are excluded from gitignore.Dataset Assumptions - Automated
:red_circle: These can be done using pointblank and QCer can just confirm these pass!
Data Assumptions - Manual
:red_circle: These CAN’T be done using pointblank and QCer must look closely at specific sections of code.
Misc
Metadata