Skip to content

Commit

Permalink
Fix documentation issue for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Aug 10, 2023
1 parent f722603 commit 926a9e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: Pipeline tools coordinate the pieces of computationally
The methodology in this package
borrows from GNU 'Make' (2015, ISBN:978-9881443519)
and 'drake' (2018, <doi:10.21105/joss.00550>).
Version: 1.2.1
Version: 1.2.2
License: MIT + file LICENSE
URL: https://docs.ropensci.org/targets/, https://github.com/ropensci/targets
BugReports: https://github.com/ropensci/targets/issues
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# targets 1.2.2

* Fix a documentation issue for CRAN.

# targets 1.2.1

* Add `tar_prune_list()` (#1090, @mglev1n).
Expand Down
1 change: 0 additions & 1 deletion R/utils_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ path_objects <- function(path_store, name) {
#' @keywords internal
#' @description Internal function. Not for users.
#' @param path_store Path to the data store.
#' @param name Target names.
#' @examples
#' tar_path_objects_dir("_targets")
tar_path_objects_dir <- function(path_store) {
Expand Down
2 changes: 0 additions & 2 deletions man/tar_path_objects_dir.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 926a9e6

Please sign in to comment.