Loading...
Searching...
No Matches
Go to the documentation of this file.
20#ifndef RCPP__CHECK__R__HEADERS__H
21#define RCPP__CHECK__R__HEADERS__H
24#if !defined(RCPP_NO_R_HEADERS_CHECK)
26 #if defined(R_R_H) && defined(USING_R)
27 #pragma message "R.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410"
30 #if defined(RINTERFACE_H_)
31 #pragma message "Rinterface.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410"
34 #if defined(R_INTERNALS_H_)
35 #pragma message "Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410"
38 #if defined(R_DEFINES_H_)
39 #pragma message "Rdefines.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410"