Re: [R-pkg-devel] Undocumented requirement for CRAN

2022-09-12 Thread Greg Hunt
These aren't requirements of the language, they are issues of code and documentation quality. Other languages have exactly the same issues and no code audit tool I've ever seen provides 100% coverage of potential issues. There is always a level of human intelligence applied to effective code revie

Re: [R-pkg-devel] Undocumented requirement for CRAN

2022-09-12 Thread Duncan Murdoch
On 12/09/2022 6:42 p.m., Jiří Moravec wrote: There are quite a lot of undocumented requirement for CRAN. This bite me several times already. They are not documented in the https://cran.r-project.org/doc/manuals/R-exts.html Nor they are marked by `R CMD check` Ideally, these would be documented