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

How to treat NA? #110

Open
PavelBal opened this issue Mar 12, 2024 · 2 comments
Open

How to treat NA? #110

PavelBal opened this issue Mar 12, 2024 · 2 comments

Comments

@PavelBal
Copy link
Member

In R, NA is weirdly a boolean:

> typeof(NA)
[1] "logical"

When passed to rSharp, its values are interpreted as TRUE. We might want to change it.

@rwmcintosh
Copy link
Member

That should be done by R code I guess? Or are you proposing that NA becomes false

@PavelBal
Copy link
Member Author

This should be discussed with Michael. Not V1.

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