| make | R Documentation |
make in the systemThis function executes the make command to rebuild all dependencies according to the Makefile
generated by makefile().
make(..., .stdout = "", .stderr = "", .stdin = "")
... |
Command-line arguments passed to the |
.stdout |
Where to direct standard output; see |
.stderr |
Where to direct standard error; see |
.stdin |
Where to get standard input; see |
Exit status of the command; see base::system2() for details.
Michal Burda
makefile(), rmakeSkeleton()
## Not run:
make() # make all
make('clean') # make the 'clean' task
make('-j', 4) # make with 4 processes in parallel
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.