Skip to content

Commit

Permalink
Repair spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 17, 2020
1 parent a2092f9 commit 7ed0388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Functions in `drake`| Counterparts in `targets`
[`knitr_in()`](https://docs.ropensci.org/drake/reference/knitr_in.html) | [`tarchetypes::tar_render()`](https://wlandau.github.io/tarchetypes/reference/tar_render.html)
[`cancel()`](https://docs.ropensci.org/drake/reference/cancel.html), [`cancel_if()`](https://docs.ropensci.org/drake/reference/cancel_if.html) | [`tar_cancel()`](https://wlandau.github.io/targets/reference/tar_cancel.html)
[`trigger()`](https://docs.ropensci.org/drake/reference/trigger.html) | [`tar_cue()`](https://wlandau.github.io/targets/reference/tar_cue.html)
[`drake_example()`](https://docs.ropensci.org/drake/reference/drake_example.html), [`drake_example()`](https://docs.ropensci.org/drake/reference/drake_examples.html), [`load_mtcars_example()`](https://docs.ropensci.org/drake/reference/load_mtcars_example.html), [`clean_mtcars_example()`](https://docs.ropensci.org/drake/reference/clean_mtcars_example.html) | Unsupported. Example `targets` pipelines are in indivdual repositories [linked from here](https://wlandau.github.io/targets/index.html#examples).
[`drake_example()`](https://docs.ropensci.org/drake/reference/drake_example.html), [`drake_example()`](https://docs.ropensci.org/drake/reference/drake_examples.html), [`load_mtcars_example()`](https://docs.ropensci.org/drake/reference/load_mtcars_example.html), [`clean_mtcars_example()`](https://docs.ropensci.org/drake/reference/clean_mtcars_example.html) | Unsupported. Example `targets` pipelines are in individual repositories [linked from here](https://wlandau.github.io/targets/index.html#examples).
[`drake_build()`](https://docs.ropensci.org/drake/reference/drake_build.html) | Unsupported in `targets` to ensure coherence with dynamic branching.
[`drake_debug()`](https://docs.ropensci.org/drake/reference/drake_debug.html) | [Read here](https://wlandau.github.io/targets-manual/practice.html#debugging) to learn about interactive debugging in `targets`.
[`drake_history()`](https://docs.ropensci.org/drake/reference/drake_history.html), [`recoverable()`](https://docs.ropensci.org/drake/reference/recoverable.html) | Unsupported in `targets`. Instead of trying to manage history and data recovery directly, [`targets` maintains a much lighter/friendlier data store](https://wlandau.github.io/targets/articles/need.html#lighter-friendlier-data-management) to make it easier to use external data versioning tools instead.
Expand Down

0 comments on commit 7ed0388

Please sign in to comment.