ropensci / skimr

A frictionless, pipeable approach to dealing with summary statistics
https://docs.ropensci.org/skimr
1.1k stars 79 forks source link

Fix R CMD Check issues #683

Closed elinw closed 2 years ago

elinw commented 2 years ago

Currently I'm getting some issues

checking Rd \usage sections ... WARNING
  Undocumented arguments in documentation object 'print'
    ‘n_extra’

checking Rd cross-references ... WARNING
  Missing link or links in documentation object 'print.Rd':
    ‘tbl_format_setup’

  See section 'Cross-references' in the 'Writing R Extensions' manual

This is the generated line in print.rd that is causing the latter:

\item{...}{Passed on to \code{\link[=tbl_format_setup]{tbl_format_setup()}}.}

@michaelquinn32 You have a better sense of the documentation than I do, I think it's happening because we are pulling in from the tidyverse.

michaelquinn32 commented 2 years ago

I think these are addressed in the outstanding PRs.

Let's merge those and double back to this then.

elinw commented 2 years ago

Okay I asked a couple of questions in them, but they look great.