| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-09 | 1.3 kB | |
| tar_igraph() source code.tar.gz | 2026-02-09 | 836.5 kB | |
| tar_igraph() source code.zip | 2026-02-09 | 1.3 MB | |
| Totals: 3 Items | 2.1 MB | 0 | |
targets 1.12.0
- Avoid loading non-targets in
tar_load(everything())(#1529, @pitakakariki). - For internal consistency, return
NA_character_fromtar_path_target()whenformatis"file"(#1532, @noamross). - Add
tar_option_unset()(#1521, @noamross). - Use a new
TAR_ACTIVEenvironment variable instead of a field of thetar_runtimeobject fortar_runtime()(https://github.com/ropensci/tarchetypes/issues/232, @lgaborini). - Add
tar_igraph()and recommend it along withigraph::find_cycle()for debugging (#1562, @tylermorganwall). - Avoid the unclean shutdown message in the
clustermqmulti-process scheduler by callingcleanup()repeatedly until it returnsTRUE. Uses exponential backoff to avoid excessive CPU load. - Use sequential controller in
covr. - Ensure hash stability of vector slices in R >= 4.6.0 (#1566).
- Use a dummy send instead of
send_wait()to work around https://github.com/mschubert/clustermq/issues/340 (#1566). - Set
strict = TRUEby default intidyselect::eval_select()to maketidyselectinterfaces consistent withdplyr::select()(except theexcludeargument of graph functions, which need to allow names to not exist in the list of choices) (#1563, @statzhero).