Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ropensci/drake
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Apr 24, 2018
2 parents f40b22f + 8037042 commit 40ca236
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/articles/drake.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vignettes/drake.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ create_plot <- function(data) {
}
```

Optionally, check that you have all the supporting files you need. For the current example, you can get the input dataset and the R Markdown report using `drake_example("main")`. Be sure to put `raw_data.xlsx` and `report.Rmd` in your working directory.

```{r checkfiles}
file.exists("raw_data.xlsx")
file.exists("report.Rmd")
```

Our workflow is now ready to run, but it is usually a good idea to check the dependency graph first.

```{r pitchgraph1, eval = FALSE}
Expand Down

0 comments on commit 40ca236

Please sign in to comment.