Re: [R-pkg-devel] SHLIB_OPENMP_*FLAGS in Makefiles

2019-04-15 Thread Dirk Eddelbuettel
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

Re: [R-pkg-devel] SHLIB_OPENMP_*FLAGS in Makefiles

2019-04-15 Thread Maxime Turgeon
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

[R-pkg-devel] SHLIB_OPENMP_*FLAGS in Makefiles

2019-04-15 Thread Jarrett Phillips
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