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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user