I see this in the definition of createMakevars()
function(pkgFlags, pkgLibs, ..., dir = getwd(),
.copyFrom = getOption("nimble.Makevars.file",
but that seems to be trying to find an R option not a nimble option.
@perrydv thoughts? Is this the mechanism by which a user is supposed to be able to affect the Makevars in nimble_generatedCode?
(Also as a side note, if a user did this, would they also need to put into their Makevars all the stuff we have in Makevars_lib?)