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

Use of "anyNA" function breaks compatibility with R < 3.1 #6

Closed
ofurkusi opened this issue Jan 28, 2016 · 2 comments
Closed

Use of "anyNA" function breaks compatibility with R < 3.1 #6

ofurkusi opened this issue Jan 28, 2016 · 2 comments
Labels

Comments

@ofurkusi
Copy link

Hi,

I have been having troubles installing memisc from sources on a system where I am stuck with R version 3.0.2 (2013-09-25). It seems that the usage of anyNA, introduced with commit [https://github.com/melff/memisc/commit/dd3da28045220e5b3726cfc0f1b56cdaeda87b0c] in function [.mtable breaks compatibility with R versions < 3.1.

I therefore suggest that the R dependency in DESCRIPTION is bumped up to 3.1.

Palmar

@ofurkusi
Copy link
Author

The same issue arose in package curl, see:
jeroen/curl#34

An alternative, used in curl, seems to be to replace usage of anyNA(x) with any(is.na(x)).

@melff
Copy link
Owner

melff commented Jan 29, 2016

Thanks for the bug report. Fixed in release 0.99.4.1

@melff melff closed this as completed Jan 29, 2016
@melff melff added the bug label Jan 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants