HenrikBengtsson / R.oo

R package: R.oo - R Object-Oriented Programming with or without References
https://cran.r-project.org/package=R.oo
20 stars 1 forks source link

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

Closed HenrikBengtsson closed 7 months ago

HenrikBengtsson commented 1 year ago
Version: 1.25.0
Check: Rd \usage sections
Result: NOTE
    Documented arguments not in \usage in documentation object ‘DOLLAR.Class’:
     ‘...’

    Documented arguments not in \usage in documentation object ‘DOLLAR< -.Class’:
     ‘...’

    Documented arguments not in \usage in documentation object ‘getMethods.Class’:
     ‘unqiue’

    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.oo-00check.html)
HenrikBengtsson commented 7 months ago

Fixed, cf. commit aad1f11e8.