1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-29 16:56:21 +02:00

(v3.0.1.9063) fix old R version

This commit is contained in:
2026-06-24 10:22:56 +02:00
parent ab38fb911d
commit c7b17e5833
3 changed files with 6 additions and 3 deletions

View File

@@ -71,7 +71,10 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
if (getRversion() < "4.0.0") {
deparse1 <- AMR:::deparse1
}
if (getRversion() < "4.4.0") {
`%||%` <- AMR:::`%||%`
}
suppressMessages(
out <- test_package("AMR",
testdir = ifelse(dir.exists("inst/testthat"),