1
0
mirror of https://github.com/msberends/AMR.git synced 2025-08-19 14:22:11 +02:00

nope, but this might be

This commit is contained in:
2022-10-04 23:38:08 +02:00
parent aa06aad4ea
commit 4e9de9eb5d
5 changed files with 18 additions and 19 deletions

View File

@@ -54,11 +54,11 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
}
if (getRversion() < "3.5.0") {
isFALSE <- AMR:::isFALSE
# trims() was introduced in 3.3.0, but its argument `whitespace` only in 3.5.0
trimws <- AMR:::trimws
}
if (getRversion() < "3.6.0") {
str2lang <- AMR:::str2lang
# trims() was introduced in 3.3.0, but its argument `whitespace` only in 3.6.0
trimws <- AMR:::trimws
}
if (getRversion() < "4.0.0") {
deparse1 <- AMR:::deparse1