Skip to content

Commit

Permalink
Fix #1040
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 30, 2019
1 parent 0a24a61 commit 8bc717c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Bug fixes

- Prevent `drake::drake_plan(x = target(...))` from throwing an error if `drake` is not loaded (#1039, @mstr3336).
- Move the `transformations` lifecycle badge to the proper location in the docstring (#1040, @jeroen).

## New features

Expand Down
3 changes: 1 addition & 2 deletions R/transform_plan.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' @title Transformations in `drake_plan()`.
#' @title Transformations in `drake_plan()`. \lifecycle{maturing}
#' @name transformations
#' @aliases map split cross combine
#' \lifecycle{maturing}
#' @description In [drake_plan()], you can define whole batches
#' of targets with transformations such as
#' `map()`, `split()`, `cross()`, and `combine()`.
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dereferenced
deterministically
devtools
discoverability
docstring
Dobbyn
dplyr
DSL
Expand Down
3 changes: 1 addition & 2 deletions man/transformations.Rd

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

0 comments on commit 8bc717c

Please sign in to comment.