1
0
mirror of https://github.com/msberends/AMR.git synced 2025-01-16 06:41:38 +01:00

Merge branch 'pre-2.0-updates' of https://github.com/msberends/AMR into pre-2.0-updates

This commit is contained in:
dr. M.S. (Matthijs) Berends 2022-09-18 10:21:39 +02:00
commit 0e6fb05aca

View File

@ -31,7 +31,7 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
library(AMR) library(AMR)
set_AMR_locale("English") set_AMR_locale("English")
out <- test_package("AMR", out <- test_package("AMR",
testdir = ifelse(AMR:::dir.exists("inst/tinytest"), testdir = ifelse(dir.exists("inst/tinytest"),
"inst/tinytest", "inst/tinytest",
"tinytest" "tinytest"
), ),