1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 00:23:03 +02:00
This commit is contained in:
2022-09-23 16:40:17 +02:00
parent f932f8279e
commit 3a5e20c11a
5 changed files with 10 additions and 9 deletions

View File

@ -1466,7 +1466,7 @@ if (getRversion() < "3.3.0") {
}
}
if (getRversion() < "3.4.2") {
if (getRversion() < "3.5.0") {
isFALSE <- function(x) {
is.logical(x) && length(x) == 1L && !is.na(x) && !x
}