About
#ifndef UTILS_H #define UTILS_H // TODO: Not sure this is needed. #include "Rcpp.h" // Overloaded functions to check for NA'ness. bool isNA(int x); bool isNA(double x); #endif