ThinkR-open / prepare-for-cran

A Collaborative list of things to know before submitting to CRAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package that checks all the things listed are followed

yonicd opened this issue · comments

it would be worth it to just write a package that checks against all the listed guidlines are followed, then users can install, run, and get back feedback.

devtools does have an interactive feature similar to this that checks certain things in the package before cran submission.

that idea can be expanded upon.

Totally agreed. I'm not sure how we can proceed to link this page to the content of a package though

make a list of checks somewhere in readme that says... these checks are done for you using {blabla}.

that will also focus ppl on what they want to be checked i think

You may be aware of the goodpractice package? It is very much in line with what is being discussed here.

Also devtools::release() encodes everything that I know about