Skip to content
Prev 63342 / 63421 Next

check for \value in R CMD check

I received a (valid) CRAN rejection which said

"Please add \value to .Rd files regarding exported methods and explain

the functions results in the documentation."


My Rd file contained the following which is in the same spirit as the
\value but misplaced.

\details{
This seems to be a new requirement from CRAN and I've failed this on new
packages a handful of times (sorry, team!). It would be great to have this
for all packages, frankly.

Are there any plans to have R CMD check catch this?

I think it could save everyone time and energy.

Thanks!

- Josiah