Re: [R-pkg-devel] find functions with missing Rd tags

2021-06-23 Thread Martin Morgan
I looked at the help page for ?tools::Rd_db and came up with this script; maybe not perfect... Create a database of Rd information for the package of interest library(tools) pkg_of_interest <- "stats" db <- Rd_db(pkg_of_interest) Extract relevant fields / summary of fields into a

Re: [R-pkg-devel] find functions with missing Rd tags

2021-06-23 Thread Henrik Bengtsson
$ grep -L -F "\value{" man/*.Rd /Henrik On Wed, Jun 23, 2021 at 10:58 AM Alex Chubaty wrote: > > During a recent package submission process, a CRAN maintainer showed one of > their checks found missing \value{} documentation in some package Rd files, > and asked us to ensure all exported