mirror of
https://github.com/msberends/AMR.git
synced 2025-10-14 17:56:19 +02:00
fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user