This function is deprecated because we now rely on a small Rust binary to generate wrappers, which is called during the package build process.
Arguments
- path
Path from which package root is looked up.
- quiet
Logical indicating whether any progress messages should be generated or not.
- force
Logical indicating whether to force regenerating
R/extendr-wrappers.Reven when it doesn't seem to need updated. (By default, generation is skipped when it's newer than the DLL).- compile
Logical indicating whether to recompile DLLs:
TRUEalways recompiles
NArecompiles if needed (i.e., any source files or manifest file are newer than the DLL)
FALSEnever recompiles