Skip to content
Prev 2088 / 12125 Next

[R-pkg-devel] Why would src/Makevars be ignored?

On 21/11/2017 3:37 PM, Dirk Eddelbuettel wrote:
According to section 1.2.1 "Using Makevars" in Writing R Extensions, 
R_HOME/etcR_ARCH/Makeconf is included after Makevars, so what you're 
seeing is by design.  I believe this is so that packages are built with 
tools compatible with those that built R.  (Remember, packages are 
designed for distribution to diverse systems.)

If you happen to know how to override some of these settings in a safe 
way on your own system, then do what you did (as recommended in the R 
Admin manual, section 6.3.3.)

Duncan Murdoch