lawremi / rtracklayer

R interface to genome annotation files and the UCSC genome browser
Other
28 stars 17 forks source link

Fix '\item' tags with empty labels in .Rd files #94

Closed hpages closed 11 months ago

hpages commented 11 months ago

A few months ago R CMD check started to complain about these tags, by issuing the \item in \describe must have non-empty label warning. This commit fixes the faulty tags by replacing the 96 occurences of \item{}{\code{...}: ...} with \item{\code{...}:}{ ...}.

The substitutions were made by calling fix_items_in_rdfiles() (from the fixRdItems package) on the man/ folder.