search for: modemask

Displaying 1 result from an estimated 1 matches for "modemask".

Did you mean: nodemask
2013 Oct 03
0
[PATCH] file.access returns success for NA
...f an NA to NA. Index: trunk/src/main/platform.c =================================================================== --- trunk/src/main/platform.c (revision 64011) +++ trunk/src/main/platform.c (working copy) @@ -1299,7 +1299,7 @@ access(R_ExpandFileName(translateChar(STRING_ELT(fn, i))), modemask); #endif - } else INTEGER(ans)[i] = FALSE; + } else INTEGER(ans)[i] = NA_INTEGER; UNPROTECT(1); return ans; } Comments? Scott > sessionInfo() R Under development (unstable) (2013-09-27 r64011) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_...