1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 11:01:57 +02:00

console hyperlink fix

This commit is contained in:
2023-07-14 09:50:13 +02:00
parent 08f7256852
commit fd480d1a9a
7 changed files with 25 additions and 15 deletions

View File

@ -67,8 +67,8 @@ if (tryCatch(isTRUE(AMR:::import_fn("isJob", "rstudioapi")()), error = function(
# start the unit tests
suppressMessages(
out <- test_package("AMR",
testdir = ifelse(dir.exists("inst/tinytest"),
out <- run_test_dir(
ifelse(dir.exists("inst/tinytest"),
"inst/tinytest",
"tinytest"
),