write_makefile: DEPRECATED function 'write_makefile'

Description Usage Arguments Details See Also

View source: R/makefile.R

Description

See makefile. Makefiles are not standalone anymore. You have to write and execute them in one step with link{makefile}(..., run = TRUE). Use the help_parallelRemake function to get more help.

Usage

1
2
3
write_makefile(targets = "all", remakefiles = "remake.yml",
  prepend = NULL, remake_args = list(verbose = TRUE), run = TRUE,
  command = "make", args = character(0))

Arguments

targets

See makefile().

remakefiles

See makefile().

prepend

See makefile().

remake_args

See makefile().

run

See makefile().

command

See makefile().

args

See makefile().

Details

Use the help_parallelRemake function to get more help.

See Also

makefile, help_parallelRemake


wlandau/parallelRemake documentation built on May 4, 2019, 8:44 a.m.