Skip to content
Back to formatted view

Raw Message

Message-ID: <e2737db8-5a78-4079-984c-4fd42ae6a02b@gmail.com>
Date: 2023-10-22T15:37:02Z
From: John C Nash
Subject: [R-pkg-devel] Issue of itemize in man file
In-Reply-To: <20231022175258.6bebcaff@Tarkus>

Thanks. That seems to be the issue. Also vincent's suggestion of checkRd.

JN

On 2023-10-22 10:52, Ivan Krylov 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{}?
>