From 5d3c6dfaa72ecdface2b942493d52308586a6a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Grasselly?= <56442075+dgrassellyb@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:44:09 +0200 Subject: [PATCH 1/2] Update ad_adxx.R --- inst/templates/ad_adxx.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/templates/ad_adxx.R b/inst/templates/ad_adxx.R index d97bb9d..297c40d 100644 --- a/inst/templates/ad_adxx.R +++ b/inst/templates/ad_adxx.R @@ -4,6 +4,6 @@ # # Input: xx, xx, xx library(admiral) -library(admiral.test) # Contains example datasets from the CDISC pilot project +library(pharmaversesdtm) # Contains example datasets from the CDISC pilot project # Add your template ADaM script code From 5867ecef2551cc6a6c48debf9110d9fa753a4f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Grasselly?= <56442075+dgrassellyb@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:45:18 +0200 Subject: [PATCH 2/2] Update staged_dependencies.yaml --- staged_dependencies.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staged_dependencies.yaml b/staged_dependencies.yaml index 0870191..023d3f6 100644 --- a/staged_dependencies.yaml +++ b/staged_dependencies.yaml @@ -1,11 +1,11 @@ --- current_repo: - repo: pharmaverse/admiraltemplate + repo: pharmaverse/pharmaverseadam host: https://github.com upstream_repos: - repo: pharmaverse/admiral host: https://github.com - - repo: pharmaverse/admiral.test + - repo: pharmaverse/pharmaversesdtm host: https://github.com - repo: pharmaverse/admiraldev host: https://github.com