roxygen2 7.3.1
-
S3 method export warning no longer fails if class contains
{or}(#1575). -
@familylists are now ordered more carefully, "foo1" comes after "foo"
(#1563, @krlmlr). -
@importFromworks again for quoted non-syntactic names, e.g.
@importFrom magrittr "%>%"or@importFrom rlang `:=`
(#1570, @MichaelChirico). The unquoted form@importFrom magrittr %>%
continues to work. Relatedly,@importFromdirectives matching no known
functions (e.g.@importFrom utils plot pdf) produce valid NAMESPACE files
again. -
Multi-line
@rawNamespaceno longer break re-runs ofnamespace_roclet()
(#1572, @MichaelChirico).