Skip to content
Back to formatted view

Raw Message

Message-ID: <CALnEB16LYVoSY4DrEhYGSx--jWct0c4HJ9KsEgS+A+n9u8pz9g@mail.gmail.com>
Date: 2023-10-22T15:18:05Z
From: Vincent van Hees
Subject: [R-pkg-devel] Issue of itemize in man file
In-Reply-To: <20231022175258.6bebcaff@Tarkus>

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:
>
> On Sun, 22 Oct 2023 10:43:08 -0400
> J C Nash <profjcnash at gmail.com> wrote:
>
> >        \itemize{
> >          \item{fnchk OK;}{ \code{excode} = 0;
> >                         \code{infeasible} = FALSE}
>
> The \item command inside \itemize{} lists doesn't take arguments.
> Did you mean \describe{} instead of \itemize{}?
>
> --
> Best regards,
> Ivan
>
> ______________________________________________
> R-package-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel