1
0
mirror of https://github.com/msberends/AMR.git synced 2025-08-19 14:22:11 +02:00
This commit is contained in:
2022-10-02 15:48:07 +02:00
parent c2b89d541e
commit 75e05a201a
6 changed files with 13 additions and 15 deletions

View File

@@ -51,10 +51,10 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
}
if (getRversion() < "3.3.0") {
strrep <- AMR:::strrep
trimws <- AMR:::trimws
}
if (getRversion() < "3.5.0") {
isFALSE <- AMR:::isFALSE
trimws <- AMR:::trimws
}
if (getRversion() < "3.6.0") {
str2lang <- AMR:::str2lang