Skip to content
Prev 9754 / 12125 Next

[R-pkg-devel] Issue of itemize in man file

I ran into the same issue last week with .Rd files that were
previously accepted on CRAN and concluded that the package checks are
becoming more critical about this aspect of Rd syntax, which is good.

To reproduce the note outside R-devel and by that identify which files
in your package are affected you could run for every Rd file in your
man folder:

tools::checkRd(Rd = file, listOK = FALSE)

Vincent
On Sun, 22 Oct 2023 at 16:53, Ivan Krylov <krylov.r00t at gmail.com> wrote: