tidyverse / vroom

Fast reading of delimited files
https://vroom.r-lib.org
Other
622 stars 60 forks source link

Simpler approach to `.conflicts.OK` #497

Closed jennybc closed 11 months ago

jennybc commented 1 year ago

Deciding how to respond to this new warning from CRAN's incoming Debian checks:

* using log directory ‘/srv/hornik/tmp/CRAN/vroom.Rcheck’
* using R Under development (unstable) (2023-04-27 r84336)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    Debian clang version 15.0.6
    GNU Fortran (Debian 12.2.0-14) 12.2.0
* running under: Debian GNU/Linux 12 (bookworm)
...
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  ‘.conflicts.OK’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
jennybc commented 11 months ago

Seems like I cherry-picked this into main already and forgot to close this.