roclang release v0.2.1
roclang 0.2.1
Enhancements:
-
Improve parameter matching of
type = "dot_params"
. Now the negative selection of non-matched parameters also results in meaningful error messages. -
Remove the restriction on selecting
...
whentype = "param"
. For example,...
is documented as a meaningful parameter inorder
. Tryextract_roc_text(order, type = "param", select = "...")
. However,...
cannot be inherited with@inheritDotParams
tag, which is intrinsically not supported byroxygen2
to date.