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

replace all isFALSE and isTRUE by == FALSE and == TRUE statements #722

Closed
vincentvanhees opened this issue Dec 15, 2022 · 0 comments · Fixed by #750
Closed

replace all isFALSE and isTRUE by == FALSE and == TRUE statements #722

vincentvanhees opened this issue Dec 15, 2022 · 0 comments · Fixed by #750
Assignees

Comments

@vincentvanhees
Copy link
Member

isFALSE() and isTRUE() are relatively new R functions, by which implementing them in GGIR makes that GGIR does not work on older versions of R. So, I think it is best to stick to using == FALSE and == TRUE to avoid making GGIR too much dependent on the newer R version. Also, there does not seem to be an added value of using those newer function.

@vincentvanhees vincentvanhees self-assigned this Mar 10, 2023
@vincentvanhees vincentvanhees added this to the GGIR 2.9-0 release milestone Mar 16, 2023
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

Successfully merging a pull request may close this issue.

1 participant