We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drake
i propose a new drake_script() function to write a _drake.R file. Example usage:
drake_script()
_drake.R
drake_script({ source("R/packages.R") source("R/functions.R") source("R/plan.R") drake_config(plan) })
This could help users transition to r_make(), as well as help implement #1281, ropensci-books/drake#160, and related issues.
r_make()
The text was updated successfully, but these errors were encountered:
beba7b0
wlandau
No branches or pull requests
Prework
drake
's code of conduct.Proposal
i propose a new
drake_script()
function to write a_drake.R
file. Example usage:This could help users transition to
r_make()
, as well as help implement #1281, ropensci-books/drake#160, and related issues.The text was updated successfully, but these errors were encountered: