Skip to content

Use system2() not system()

Latest
Compare
Choose a tag to compare
@wlandau wlandau released this 22 Feb 12:13

That means workflow(..., command = "make --jobs=2") becomes worflow(..., command = "make", args = "--jobs=2").