kuppal2 / xMWAS

11 stars 15 forks source link

Support new version of R #5

Open romanzenka opened 1 year ago

romanzenka commented 1 year ago

R has made it so that if statement with more than one boolean is no longer a warning but an error.

I fixed the numerous suppressWarnings(if(is.na(X)==TRUE)) calls with identical(X, NA)..

Unfortunately my RStudio butchered the empty lines full of spaces, so the commits look bad... it should not cause trouble, if it does, please let me know and I will restore those.