Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isFALSE deprecated? #2

Closed
achambaz opened this issue Aug 24, 2018 · 3 comments
Closed

isFALSE deprecated? #2

achambaz opened this issue Aug 24, 2018 · 3 comments

Comments

@achambaz
Copy link

Hi, Thanks for the package. It seems that the dev version uses 'isFALSE', and that this function is now deprecated. Defining
isFALSE <- function(x) {is.logical(x) && length(x) == 1 && !is.na(x) && !x }
seems to solve the issue, at least temporarily.

@malcolmbarrett
Copy link
Collaborator

Can you provide a reproducible example of when you get a message about isFALSE() being deprecated? To my knowledge, it is not.

@achambaz
Copy link
Author

At least, isFALSE does not seem to be defined in my version of R (3.4.4).

@malcolmbarrett
Copy link
Collaborator

Oh, apparently isFALSE() is new to R 3.5.0. That's not nearly a good enough reason to require R 3.5, so I'll define it for now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants