powered by
Run make within a package directory
make(pkg = ".", makefile = "Makefile", target = "", quiet = FALSE)
Path to directory containing the GNU Make file, or an Rpackage description, which can be a path or a package name. (See devtools::as.package() for more information.)
devtools::as.package()
File name of makefile.
Optional character string specifying the target.
If TRUE suppresses output from this function.
Exit value from base::system() with intern=FALSE
base::system()
intern=FALSE
devtools::load_all()
# NOT RUN { make() # run make within working directory make("/path/to/mypackage") # run make within /path/to/mypackage # } # NOT RUN { # }
Run the code above in your browser using DataLab