Closed evanbiederstedt closed 4 years ago
Changes to compile on i386 windows, 32-bit. Related to this discussion: https://github.com/kharchenkolab/N2R/pull/2
#define R_NO_MAP #define STRICT_R_HEADERS
remove using namespace std:: and using namespace Rcpp::
using namespace std::
using namespace Rcpp::
use int64_t instead of int
int64_t
int
must place the '#include '' header before the '#include '' header
Changes to compile on i386 windows, 32-bit. Related to this discussion: https://github.com/kharchenkolab/N2R/pull/2
remove
using namespace std::
andusing namespace Rcpp::
use
int64_t
instead ofint
must place the '#include'' header before the '#include '' header