From 52d7a95e7ff063633ff35a68e423a9ce27c53ce6 Mon Sep 17 00:00:00 2001 From: Zelos Zhu Date: Tue, 9 Jan 2024 15:28:17 +0000 Subject: [PATCH 1/2] feat: #95 upversion DESCRIPTION file --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b7e42b14..21a2ffd5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,7 +27,7 @@ Depends: rtables (>= 0.6.6), tern (>= 0.9.3.9002) Imports: - pharmaverseadam (>= 0.1.1), + pharmaverseadam (>= 0.2.0), random.cdisc.data (>= 0.3.14.9002) Suggests: broom, From 3d04417e41a699ec144174ab0060067e8e5dd379 Mon Sep 17 00:00:00 2001 From: Zelos Zhu Date: Tue, 9 Jan 2024 18:23:25 +0000 Subject: [PATCH 2/2] chore: #95 remove temp fix --- tests/testthat/test-listing_pkpl01.R | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthat/test-listing_pkpl01.R b/tests/testthat/test-listing_pkpl01.R index cd435aa1..214f1df9 100644 --- a/tests/testthat/test-listing_pkpl01.R +++ b/tests/testthat/test-listing_pkpl01.R @@ -12,7 +12,6 @@ testthat::test_that("PKPL01 listing is produced correctly", { out <- adpp_x %>% mutate(PARAM = paste0(PARAMCD, " (", PPORRESU, ")")) %>% - mutate(TRT01A = TRT01A.x) %>% # This is a temp fix select(TRT01A, USUBJID, AVISIT, PARAM, AVAL) %>% unique() %>% # This is a temp fix, as avisit was added this way tidyr::pivot_wider(