Published May 28, 2021
| Version 0.5.0
Software
Open
ropensci/targets: Target Markdown
Authors/Creators
Description
targets 0.5.0
Bug fixes
- Export in-memory config settings from
_targets.yamlto parallel workers.
- Add a limited-scope
excludeargument totar_watch()andtar_watch_server()(#458, @gorkang). - Write a
.gitignorefile to ignore everything in_targets/meta/except.gitignoreand_targets/meta/meta. - Target Markdown: add
knitrengines for pipeline construction and prototyping from within literate programming documents (#469, @cderv, @nviets, @emilyriederer, @ijlyttle, @GShotwell, @gadenbuie, @tomsing1). Huge thanks to @cderv on this one for answering my deluge of questions, helping me figure out what was and was not possible inknitr, and ultimately circling me back to a successful approach. - Add an RStudio R Markdown template for Target Markdown (#469).
- Implement
use_targets(), which writes the Target Markdown template to the project root (#469). - Implement
tar_unscript()to clean up scripts written by Target Markdown.
- Enable priorities in
tar_make()andtar_manifest(). - Show the priority in the print method of stem and pattern targets.
- Throw informative errors if the secondary arguments to
pattern = slice()orpattern = sample()are invalid. - In
tar_target_raw(), assert that commands have length 1 when converted to expressions. - Handle errors and post failure artifacts in the Github Actions YAML file.
- Rewrite the documentation on invalidation rules in
tar_cue()(@maelle). - Drop
dplyrgroups and"grouped_df"class intar_group()(tarchetypesdiscussion #53, @kendonB). - Assign branch names to dynamic branching return values produced by
tar_read()andtar_read_raw().
Files
ropensci/targets-0.5.0.zip
Files
(668.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:6006b9d8d39640e91551a63a9ff1b8f3
|
668.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/targets/tree/0.5.0 (URL)