diff --git a/DESCRIPTION b/DESCRIPTION index 2e28479..7b8c9d4 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.12.9001 +Version: 0.7.12.9002 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 377285b..1a4be4b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,8 @@ -# tarchetypes 0.7.12.9001 (development) +# tarchetypes 0.7.12.9002 (development) * Expose the new `description` argument of `tar_target()` in `targets` 1.5.1.9001. * `tar_map()` and other static branching target factories now append values to the target descriptions. Use the `descriptions` argument of those functions to customize. +* Ensure consistent `repository` settings in `tar_change()` and `tar_map_rep()`. # tarchetypes 0.7.12