Learn R Programming

broman (version 0.48-2)

make: Run make within a package directory

Description

Run make within a package directory

Usage

make(pkg = ".", makefile = "Makefile", quiet = FALSE)

Arguments

pkg
package description, can be path or package name. See as.package for more information
makefile
File name of makefile
quiet
If TRUE suppresses output from this function

Value

  • Exit value from system with intern=FALSE

See Also

load_all

Examples

Run this code
make() # run make within working directory
make("/path/to/mypackage") # run make within /path/to/mypackage

Run the code above in your browser using DataLab