HenrikBengtsson / R.rsp

:page_facing_up: R package: Dynamic generation of scientific reports
https://henrikbengtsson.github.io/R.rsp/
31 stars 6 forks source link

R CMD check NOTE: Documented arguments not in \usage in documentation ... #52

Closed HenrikBengtsson closed 9 months ago

HenrikBengtsson commented 1 year ago
Version: 0.45.0
Check: Rd \usage sections
Result: NOTE
    Documented arguments not in \usage in documentation object ‘[.RspDocument’:
     ‘...’

    Documented arguments not in \usage in documentation object ‘RspEvalDirective’:
     ‘attributes’

    Documented arguments not in \usage in documentation object ‘RspExpression’:
     ‘object’

    Documented arguments not in \usage in documentation object ‘RspIncludeDirective’:
     ‘attributes’

    Documented arguments not in \usage in documentation object ‘buildNonSweaveVignette’:
     ‘pathname’

    Documented arguments not in \usage in documentation object ‘buildNonSweaveVignettes’:
     ‘path’ ‘pattern’

    Documented arguments not in \usage in documentation object ‘exprToCode.RspSourceCodeFactory’:
     ‘expr’

    Documented arguments not in \usage in documentation object ‘getContent.RspText’:
     ‘unescaped’

    Documented arguments not in \usage in documentation object ‘toSourceCode.RspSourceCodeFactory’:
     ‘expr’

    Documented arguments not in \usage in documentation object ‘trim.RspDocument’:
     ‘envir’

    Documented arguments not in \usage in documentation object ‘writeResponse.RspResponse’:
     ‘collapse’ ‘sep’

    Functions with \usage entries need to have the appropriate \alias
    entries, and all their arguments documented.
    The \usage entries must correspond to syntactically valid R code.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavor: [r-devel-linux-x86_64-debian-gcc](https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/R.rsp-00check.html)