make: Run 'make" in the system

Description Usage Arguments Value Author(s) See Also Examples

View source: R/make.R

Description

This function executes the make command in order to re-build all dependencies, accordingly to Makefile generated by makefile().

Usage

1

Arguments

...

Command-line arguments passed to the make command

Value

Exit status of the command, see base::system2() for details.

Author(s)

Michal Burda

See Also

makefile(), rmakeSkeleton()

Examples

1
2
3
4
5
6
## Not run: 
  make()        # make all
  make('clean') # make the 'clean' task
  make('-j', 4) # make with 4 processes in parallell

## End(Not run)

rmake documentation built on May 1, 2019, 10:37 p.m.