Skip to content

Commit 074e44b

Browse files
committed
Polish news
1 parent 036e74a commit 074e44b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

NEWS.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
* S3 method export warning no longer fails if class contains `{` or `}` (#1575).
44

5-
* `@family` lists are now ordered more carefully, "foo1" comes after "foo" (#1563, @krlmlr).
6-
7-
* Re-runs of `namespace_roclet()` fixed for packages using multi-line `@rawNamespace` directives (#1572, @MichaelChirico).
5+
* `@family` lists are now ordered more carefully, "foo1" comes after "foo"
6+
(#1563, @krlmlr).
87

98
* `@importFrom` works again for quoted non-syntactic names, e.g.
10-
`@importFrom magrittr "%>%"` or ``@importFrom rlang `:=` ``, after being broken
11-
in 7.3.0 (#1570, @MichaelChirico). The unquoted form `@importFrom magrittr %>%`
12-
continues to work. Relatedly, `@importFrom` directives not matching any known
13-
functions (e.g. `@importFrom utils plot pdf`) produce valid NAMESPACE files again.
9+
`@importFrom magrittr "%>%"` or ``@importFrom rlang `:=` ``
10+
(#1570, @MichaelChirico). The unquoted form `@importFrom magrittr %>%`
11+
continues to work. Relatedly, `@importFrom` directives matching no known
12+
functions (e.g. `@importFrom utils plot pdf`) produce valid NAMESPACE files
13+
again.
14+
15+
* Multi-line `@rawNamespace` no longer break re-runs of `namespace_roclet()`
16+
(#1572, @MichaelChirico).
1417

1518
# roxygen2 7.3.0
1619

0 commit comments

Comments
 (0)