gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
304 stars 44 forks source link

Documented arguments not in \usage in documentation object 'stri_datetime_format': ‘...’ #372

Closed gagolews closed 4 years ago

gagolews commented 4 years ago

Dear maintainer,

Please see the problems shown on https://cran.r-project.org/web/checks/check_results_stringi.html.

Specifically, see the warnings about 'Documented arguments not in \usage' in the r-devel checks. These are from a recent bug fix (PR#16223, see https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16223): can you please fix your man pages as necessary? (In most cases, remove the documentation for argument '...'.)

Please correct before 2020-02-17 to safely retain your package on CRAN.

Best, -k

Version: 1.4.5
Check: Rd \usage sections
Result: WARN
    Documented arguments not in \usage in documentation object 'stri_datetime_format':
     ‘...’

    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.