CRAN Checks: "Lost braces in \itemize; meant \describe ?"
Hi @abatalla,
Reviewing the CRAN check results on easyNCDF I noticed that there is a new note appearing:
Version: 0.1.2
Check: Rd files
Result: NOTE
checkRd: (-1) ArrayToNc.Rd:30-38: Lost braces in \itemize; meant \describe ?
checkRd: (-1) ArrayToNc.Rd:39-50: Lost braces in \itemize; meant \describe ?
checkRd: (-1) ArrayToNc.Rd:51-76: Lost braces in \itemize; meant \describe ?
I think this is related to the formatting of the roxygen2 documentation in ArrayToNc(). Specifically, that item
elements should not have braces (see: https://stat.ethz.ch/pipermail/r-package-devel/2024q1/010365.html)
Could you review and fix this? You can test whether the problem is solved by building the package with R CMD build
and then running the R CMD check --as-cran
command on the .tar.gz file. I think we can take the opportunity to have a new release of the package to change the maintainer from @aho to yourself, to prevent CRAN from complaining about an uncontactable maintainer in the future.
Let me know if anything is unclear,
Victòria