Skip to content

Commit

Permalink
#9 namespace targets::
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 12, 2024
1 parent e71c2d3 commit 1dcc028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Should you wish to completely reproduce the dataset generation and analysis in *

1. Clone or download [https://github.com/egouldo/this repository](https://github.com/egouldo/ManyEcoEvo)
2. Run `renv::restore()` to load the packages used in the analysis pipeline locally on your machine (see [`renv::`](https://rstudio.github.io/renv/index.html) for details)
3. Run `tar_destroy()` to remove any record and caches of existing targets
3. Run `targets::tar_destroy()` to remove any record and caches of existing targets
4. Run `targets::tar_make()` in your console, depending on the power of your machine, the analysis pipeline will take between 2 and 7 minutes to execute (plus or minus some!)
5. You can view a table of all targets in the pipeline by running `targets::tar_meta()`
6. To interact with objects or 'targets' within the analysis pipeline, call `targest::tar_load()` or `targets::tar_read()`:
Expand Down

0 comments on commit 1dcc028

Please sign in to comment.