File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments