-
-
Notifications
You must be signed in to change notification settings - Fork 104
CRAN gotchas
Scott Chamberlain edited this page Apr 14, 2015
·
4 revisions
This is a collection of CRAN gotchas that are worth avoiding at the outset.
- Make sure your package title is in Title Case.
- Avoid starting the description with the package name or This package ...
- Make sure you include links to websites if you wrap a web API, scrape data from a site, etc. in the
Description
field of yourDESCRIPTION
file