Find Tools Needed to Build R Packages
Build package
Remove compiled objects from /src/ directory
Compile a .dll/.so from source.
Default compiler flags used by devtools.
Are build tools are available?
Is a compiler available?
Is latex installed?
Is Rtools installed?
Does the package need recompiling? (i.e. is there a source or header f...
Does a source package have src/ directory?
Test if a package path is linking to Rcpp or cpp11
Build package in the background
pkgbuild: Find Tools Needed to Build R Packages
Call R CMD 'command' with build tools active
Retrieve a text string with the rtools version needed
Temporarily set debugging compilation flags.
Tools for testing pkgbuild
Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.
Useful links