Is there any standard process/flow to upload an R package to the CRAN repository? How to make use of vignettes? Is it compulsory to have vignettes for uploading a package?
Asked
Active
Viewed 295 times
-3
-
1I'm voting to close this question as off-topic because it is about CRAN repository policies, not programming. – Thomas Apr 07 '16 at 16:00
1 Answers
2
- CRAN policies details the official rules.
- About the process and flow and how to, there is a nice entry point for thinking packages/packaging, by Hadley Wickham.
- Vignettes are not mandatory when submitting a package (yet useful and more and more common) and they are extensively described in their section.

Vincent Bonhomme
- 7,235
- 2
- 27
- 38
-
You're welcome, if you need something else, just ask; otherwise you can mark the answer accepted so that it doesnt appear as unanswered. – Vincent Bonhomme Apr 11 '16 at 05:51