Open-Systems-Pharmacology / rSharp

R package for communication with .NET Core
http://www.open-systems-pharmacology.org/rSharp/
GNU General Public License v2.0
1 stars 0 forks source link

How to treat `NA`? #110

Open PavelBal opened 8 months ago

PavelBal commented 8 months ago

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 commented 7 months ago

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

PavelBal commented 7 months ago

This should be discussed with Michael. Not V1.