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