From 4ff3f7c9ad42eeed25dd6430daf3cce988c5391d Mon Sep 17 00:00:00 2001 From: wlandau Date: Wed, 4 Oct 2023 06:53:02 -0400 Subject: [PATCH] version 0.7.9 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 320a2dd7..0836d2e3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Description: Function-oriented Make-like declarative pipelines for reproducible pipelines concisely and compactly. The methods in this package were influenced by the 'drake' R package by Will Landau (2018) . -Version: 0.7.8.9000 +Version: 0.7.9 License: MIT + file LICENSE URL: https://docs.ropensci.org/tarchetypes/, https://github.com/ropensci/tarchetypes BugReports: https://github.com/ropensci/tarchetypes/issues diff --git a/NEWS.md b/NEWS.md index 06102c96..a35a3c42 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tarchetypes 0.7.8.9000 (development) +# tarchetypes 0.7.9 * Deprecate the `packages` and `library` arguments of `tar_quarto()` and `tar_quarto_raw()` (#155, @svraka). * Switch to from `furrr` to `parallel` for `rep_workers` in `tar_rep()` etc. (#251, @solmos).