make | R Documentation |
Run make within a package directory
make(pkg = ".", makefile = "Makefile", target = "", quiet = FALSE)
pkg |
Path to directory containing the GNU Make file, or an
Rpackage description, which can be a path or a package name. (See
|
makefile |
File name of makefile. |
target |
Optional character string specifying the target. |
quiet |
If TRUE suppresses output from this function. |
Exit value from base::system()
with intern=FALSE
devtools::load_all()
## Not run: make() # run make within working directory
make("/path/to/mypackage") # run make within /path/to/mypackage
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.