Re: [R-pkg-devel] Best practices for vignettes

2015-07-27 Thread Lenth, Russell V
Thanks. This helped me learn a few things... 1. buildVignettes() operates on an installed package. So in RStudio, I do "build and reload" and it copies the vignette sources to the right place. Unfortunately, it does not also copy the associated .bib file, and it erases the one already there. So

Re: [R-pkg-devel] Best practices for vignettes

2015-07-27 Thread Dirk Eddelbuettel
On 27 July 2015 at 12:50, Henrik Bengtsson wrote: | Have a look at tools::buildVignette() - it builds a vignette the same | way as R CMD build does it. It's a good start for troubleshooting. Seconded. | /Henrik | | On Mon, Jul 27, 2015 at 1:31 AM, Lenth, Russell V | wrote: | > Thanks, Dirk.

Re: [R-pkg-devel] Best practices for vignettes

2015-07-27 Thread Henrik Bengtsson
Have a look at tools::buildVignette() - it builds a vignette the same way as R CMD build does it. It's a good start for troubleshooting. /Henrik On Mon, Jul 27, 2015 at 1:31 AM, Lenth, Russell V wrote: > Thanks, Dirk. Well, I tried this (after suitable modification), and what it > does is crea