mirror of
https://github.com/msberends/AMR.git
synced 2025-12-01 04:42:00 +01: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