easy_make: easy_make

Description Usage Arguments Value

Description

Produce a makefile based on

Usage

1
2
easy_make(dependencies = detect_dependencies(), render_markdown = TRUE,
  prevent_cycles = TRUE, path = "Makefile")

Arguments

dependencies

A dataframe containing the edge list of dependencies between files. The dataframe should have two fields "file" and "pre_req" showing the file and its immediate pre-requisite respectively. If a file has multiple #' pre-requisites, list each dependency as a separate line in the dataframe.

render_markdown

If TRUE, the Makefile will render any Markdown files, if FALSE markdown files will be ignored.

path

Destination path of the Makefile.

Value

A Makefile


GShotwell/easyMake documentation built on May 6, 2019, 5:31 p.m.