Package maintainers can use these functions to employ user and site
specific compilation settings also for compilations not using R's
mechanisms (in particular, custom compilations in subdirectories of
src
), e.g., by adding configure code calling R with
cat(tools::makevars_user())
or
cat(tools::makevars_site())
, and if non-empty passing this with
-f to custom Make invocations.