Skip to content
Snippets Groups Projects
Commit 58da5813 authored by Ben Anderson's avatar Ben Anderson
Browse files

Update README.md

parent eeb13a2e
No related branches found
No related tags found
1 merge request!3merge a few edits
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -12,10 +12,11 @@ This repo is an R package. This means: ...@@ -12,10 +12,11 @@ This repo is an R package. This means:
* package functions are kept in /R * package functions are kept in /R
* help files auto-created by roxygen are in /man * help files auto-created by roxygen are in /man
* if you clone it you can build it and use the functions * if you clone it you can build it and use the functions
* drake::rmake(source = "_drake_XX.R") is run from inside a make_XX.R file * we use drake like this:
* the drake plan is kept inside _drake_XX.R along with the functions and package loading. This is not quite what the drake book recommends but it works for us * drake::r_make(source = "_drake_XX.R") is run from inside a make_XX.R file
* Rmd scripts called by the drake plan in _drake_XX.R and used for reporting the results of drake plans are in /Rmd * the drake plan is kept inside _drake_XX.R along with the functions and package loading. This is not quite what the drake book recommends but it works for us
* outputs are kept in /docs (reports, plots etc) * Rmd scripts called by the drake plan that is specified in _drake_XX.R and used for reporting the results of drake plans are kept in /Rmd
* outputs are kept in /docs (reports, plots etc)
* you (and we) keep your data out of it! * you (and we) keep your data out of it!
We'd love your contributions - feel free to: We'd love your contributions - feel free to:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment