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

2023-10-22 Thread J C Nash
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 wrote: \itemize{ \item{fnchk OK;}{ \code{excode} = 0; \code{infeasible} = FALSE} The \

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

2023-10-22 Thread Vincent van Hees
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 affect

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

2023-10-22 Thread Ivan Krylov
On Sun, 22 Oct 2023 10:43:08 -0400 J C Nash 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 r