Update tinytest.R

This commit is contained in:
Dr. Matthijs Berends 2022-09-18 09:57:28 +02:00 committed by GitHub
parent 98cf1ba0b3
commit 5219607779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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