From 781dae88291d9be354ab38b5afd50062c5ac1760 Mon Sep 17 00:00:00 2001 From: hoxo-m Date: Mon, 4 Nov 2024 17:29:55 +0900 Subject: [PATCH] check --- tests/testthat/test-allocation_rule.R | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/testthat/test-allocation_rule.R b/tests/testthat/test-allocation_rule.R index 8d6047f..e6ab1be 100644 --- a/tests/testthat/test-allocation_rule.R +++ b/tests/testthat/test-allocation_rule.R @@ -6,12 +6,8 @@ dirpath_for_test <- "../../RLoptimal/allocation_rules" # filepath_for_test <- system.file("allocation_rules/for_test", package = "RLoptimal") filepath_for_test <- "../../RLoptimal/allocation_rules/for_test" -print(getwd()) -print(dir(getwd())) -print(dir("../")) -print(dir("../../")) -print(dir("../../../")) -print(dir("../../../../")) +print(dir("../../RLoptimal")) +print(dir("../../../../inst")) # setup_python() #