Skip to content

tar_map2*() efficiency

Compare
Choose a tag to compare
@wlandau wlandau released this 10 Apr 17:11
· 6 commits to main since this release
52e20f0

tarchetypes 0.13.0

  • Support pattern in tar_skip() (#212, @CorradoLanera).
  • Allow tar_quarto_rep() to write reports to subdirectories with the help of a project-level _quarto.yml (#211, @lgaborini).
  • tar_map2*() functions now aggregate dynamic branches in parallel over static branches (#213).
  • tar_map2*() functions gain an unlist argument.
  • Call parallel::clusterExport() in make_psock_cluster() to make sure globals carry over to parallel socket clusters.