drakeme: Add files and directories for a drake-powered project.

View source: R/drake.R

drakemeR Documentation

Add files and directories for a drake-powered project.

Description

Add boilerplate code to the current project for a drake-based project

  • Copy drake templates to the current project.

  • Create a description file (usethis::use_description), including key dependencies to run a drake workflow, installing them by default (opt-out using install_deps = FALSE).

  • Include entries in .gitignore to prevent some files into version control

Usage

drakeme(install_deps = TRUE)

use_drake(install_deps = TRUE)

Arguments

install_deps

logical, whether to install drake and other dependencies


edalfon/flowme documentation built on April 22, 2024, 7:37 p.m.