Skip to content

roclang release v0.2.1

Compare
Choose a tag to compare
@zhuxr11 zhuxr11 released this 21 Jan 13:02
· 7 commits to master since this release

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 ... when type = "param". For example, ... is documented as a meaningful parameter in order. Try extract_roc_text(order, type = "param", select = "..."). However, ... cannot be inherited with @inheritDotParams tag, which is intrinsically not supported by roxygen2 to date.