<div dir="ltr"><div>The RcppParallel introduction at <a href="https://rcppcore.github.io/RcppParallel/">https://rcppcore.github.io/RcppParallel/</a> instructs package writers to include a Makevars file with <br></div><div>
<pre class="gmail-make"><code>PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")</code></pre>

However, R CMD check in R 3.5.0 generates a warning apparently because += and $(shell are non-portable GNU extensions. As a Windows user I'm not familiar with makefiles and am not confident to work around this. Am I missing something, or is there a simple solution? An update to the introduction would be welcome.<br></div><div><br></div><div>Murray<br></div></div>