> As long as your package passes R CMD check --as-cran on the
> development version of R, CRAN will be happy.  They do not generally
> read your source code, and CRAN does not certify that your package is
> useful or even correct - so you don't need to worry about what your
> package does.
>
> I, for one, hope that you DO worry about what your package does.  :-)


> > 2. Does the vignette need to be written in latex or can I get away with
> > writing all of the requirements in word? (I believe I've seen a vignette
> > written in word -> pdf)
>

 Before knitr became an accepted engine for vignettes, I had a
knitr-generated vignette that I included in a package.  It could just as
easily have been a Word file saved as a pdf.  There was some trick to doing
this (which I have forgotten).  Something like creating an extremely
minimal .rnw file and then including the vignette with the same name and a
.pdf extension.  Search the R-help mail archives and you can find other
people who have included non-.rnw vignettes.

Kevin

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to