Description Usage Arguments Value
Produce a makefile based on
1 2 | easy_make(dependencies = detect_dependencies(), render_markdown = TRUE,
prevent_cycles = TRUE, path = "Makefile")
|
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. |
A Makefile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.