Skip to content

Commit

Permalink
Document #1107, fix #1107
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 10, 2019
1 parent 1d07553 commit 691f96e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Breaking changes

- Embrace the `vctrs` paradigm and its type stability for dynamic branching (#1105, #1106).
- Accept `target` as a symbol by default in `read_trace()`. Required for the trace to make sense in #1107.

## New features

Expand Down Expand Up @@ -30,6 +31,7 @@

- Write a complete project structure in `use_drake()` (#1097, @lorenzwalthert, @tjmahr).
- Add a minor logger note to say how many dynamic sub-targets are registered at a time (#1102, @kendonB).
- Handle dependencies that are dynamic targets but not declared as such for the current target (#1107).


# Version 7.8.0
Expand Down

1 comment on commit 691f96e

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/dynamic.R:59:1: style: Lines should not be more than 80 characters.

#' @param target Symbol or character, depending on the value of `character_only`.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please sign in to comment.