We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469da1c commit fcfdc2dCopy full SHA for fcfdc2d
inst/include/Rcpp/traits/is_na.h
@@ -39,7 +39,7 @@ namespace Rcpp{
39
40
template <>
41
inline bool is_na<REALSXP>(double x) {
42
- return internal::Rcpp_IsNA(x) || internal::Rcpp_IsNaN(x);
+ return R_isnancpp(x);
43
}
44
45
0 commit comments