Closed wenjie2wang closed 6 months ago
This PR tries to complete the built-in ess-roxy-tags-params with a few more roxygen2 tags that are documented in the latest {Roxygen2} package vignettes: https://roxygen2.r-lib.org/articles/namespace.html and https://roxygen2.r-lib.org/articles/rd.html. To be more specific, the following five tags are added:
ess-roxy-tags-params
@evalNamespace
@example
@examplesIf
@exportS3Method
@returns
With this PR, ESS will highlight and complete those tags if I understand the variable ess-roxy-tags-params correctly. Thanks!
Thanks!
This PR tries to complete the built-in
ess-roxy-tags-params
with a few more roxygen2 tags that are documented in the latest {Roxygen2} package vignettes: https://roxygen2.r-lib.org/articles/namespace.html and https://roxygen2.r-lib.org/articles/rd.html. To be more specific, the following five tags are added:@evalNamespace
@example
@examplesIf
@exportS3Method
@returns
With this PR, ESS will highlight and complete those tags if I understand the variable
ess-roxy-tags-params
correctly. Thanks!