On 15 April 2019 at 11:21, Jarrett Phillips wrote:
| In checking my R package via devtools::check and devtools::check_built, I
| received the following NOTE which I am unsure how to fix. My package
| contains compiled code (via Rcpp). Within my .cpp file I have the following
| line:
|
| #define
15, 2019 11:21 AM
To: r-package-devel@r-project.org
Subject: [R-pkg-devel] SHLIB_OPENMP_*FLAGS in Makefiles
In checking my R package via devtools::check and devtools::check_built, I
received the following NOTE which I am unsure how to fix. My package
contains compiled code (via Rcpp). Within my
In checking my R package via devtools::check and devtools::check_built, I
received the following NOTE which I am unsure how to fix. My package
contains compiled code (via Rcpp). Within my .cpp file I have the following
line:
#define ARMA_DONT_PRINT_OPENMP_WARNING
Is this the issue?
checking use