Skip to content

Commit

Permalink
Polish news
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 22, 2024
1 parent 036e74a commit 074e44b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

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

* `@family` lists are now ordered more carefully, "foo1" comes after "foo" (#1563, @krlmlr).

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

* `@importFrom` works again for quoted non-syntactic names, e.g.
`@importFrom magrittr "%>%"` or ``@importFrom rlang `:=` ``, after being broken
in 7.3.0 (#1570, @MichaelChirico). The unquoted form `@importFrom magrittr %>%`
continues to work. Relatedly, `@importFrom` directives not matching any known
functions (e.g. `@importFrom utils plot pdf`) produce valid NAMESPACE files again.
`@importFrom magrittr "%>%"` or ``@importFrom rlang `:=` ``
(#1570, @MichaelChirico). The unquoted form `@importFrom magrittr %>%`
continues to work. Relatedly, `@importFrom` directives matching no known
functions (e.g. `@importFrom utils plot pdf`) produce valid NAMESPACE files
again.

* Multi-line `@rawNamespace` no longer break re-runs of `namespace_roclet()`
(#1572, @MichaelChirico).

# roxygen2 7.3.0

Expand Down

0 comments on commit 074e44b

Please sign in to comment.