Displaying 3 results from an estimated 3 matches for "sources_vignettes".
2020 Nov 01
2
vignettes present in 2 folders or won't work
...in my Description file:
VignetteBuilder: R.rsp
I am organising the vignette by hand using a Makefile (because this is the
only way that has proven 100% reliable to me, across a variety of
situations).
In my Makefile, I have something like:
build: clean
mkdir -p inst/doc
mkdir vignettes
-cp sources_vignettes/*/*.pdf* vignettes
Rscript -e "tools::compactPDF(paths = 'vignettes', gs_quality =
'printer')"
cp vignettes/*.pdf* inst/doc
Rscript -e "devtools::document()"
mkdir inst/extdata/sources_vignettes
cp sources_vignettes/*/*.Rnw inst/extdata/sources_vignette...
2020 Nov 01
0
vignettes present in 2 folders or won't work
...I am organising the vignette by hand using a Makefile (because this is the
> only way that has proven 100% reliable to me, across a variety of
> situations).
>
> In my Makefile, I have something like:
>
> build: clean
> mkdir -p inst/doc
> mkdir vignettes
> -cp sources_vignettes/*/*.pdf* vignettes
> Rscript -e "tools::compactPDF(paths = 'vignettes', gs_quality =
> 'printer')"
> cp vignettes/*.pdf* inst/doc
> Rscript -e "devtools::document()"
> mkdir inst/extdata/sources_vignettes
> cp sources_vignettes/*/...
2020 Nov 01
2
vignettes present in 2 folders or won't work
...efile (because this is
> the
> > only way that has proven 100% reliable to me, across a variety of
> > situations).
> >
> > In my Makefile, I have something like:
> >
> > build: clean
> > mkdir -p inst/doc
> > mkdir vignettes
> > -cp sources_vignettes/*/*.pdf* vignettes
> > Rscript -e "tools::compactPDF(paths = 'vignettes', gs_quality =
> > 'printer')"
> > cp vignettes/*.pdf* inst/doc
> > Rscript -e "devtools::document()"
> > mkdir inst/extdata/sources_vignettes
> &...