From 1d127d05544a21f5918273fac1c2d574fbca7e6c Mon Sep 17 00:00:00 2001 From: annescharf Date: Thu, 11 Dec 2025 01:55:32 +0000 Subject: [PATCH] chore(template): merge template changes :up: --- tests/testthat/setup.R | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/testthat/setup.R b/tests/testthat/setup.R index 2cc2de8..610d229 100644 --- a/tests/testthat/setup.R +++ b/tests/testthat/setup.R @@ -1,9 +1,7 @@ -source(file.path("..", "..", "src", "common", "logger.R")) -source(file.path("..", "..", "src", "common", "runtime_configuration.R")) -source(file.path("..", "..", "src", "io", "app_files.R")) -source(file.path("..", "..", "src", "io", "io_handler.R")) Sys.setenv("USER_APP_FILE_HOME_DIR" = "../../data/auxiliary/user-files") +remotes::install_github("movestore/moveapps-sdk-r-package") +moveapps::logger.init() -clearRecentOutput() +moveapps::clearRecentOutput() # the system under test (sut) source(file.path("..", "..", "./RFunction.R")) \ No newline at end of file