Displaying 2 results from an estimated 2 matches for "multispat".
Did you mean:
multiseat
2009 Nov 13
1
vignettes: .png graphics or pre-compiled .pdf
...smaller .pdf file in the package by itself
(no .Rnw)
together with a file inst/doc/index.html as recommended
in 'Writing R Extensions.' However, when the package is installed,
vignette() can't find it
> vignette(package="Guerry")
no vignettes found
> vignette("MultiSpat")
Warning message:
vignette 'MultiSpat' *not* found
Alternatively, is there a way to generate .png graphs from the .Rnw file
so that those are used in building
the .pdf for the package? AFAICS, \SweaveOpts{} offers only the choices
of eps/pdf = {TRUE/FALSE}.
-Michael
--
Michael...
2011 Nov 07
3
CRAN: How to list a non-Sweave doc under "Vignettes:" on package page?
Hi,
is it possible to have non-Sweave vignettes(*) in inst/doc/ be listed
under 'Downloads' on CRAN package pages? For instance, in my R.rsp
package I have a inst/doc/report.pdf (part of the source *.tar.gz)
that is not detected/listed. The PDF is not based on a Sweave
vignette but an *.tex.rsp vignette that is dynamically created via
inst/doc/Makefile. It is listed
(*) BTW, can the