Re: [R-pkg-devel] Sweave vignette and bibtex

2021-01-06 Thread Jeff Newmiller
Sheepish grins may be good for character building, but MREs are good for solving problems. You can choose which you want first! ;-) On January 6, 2021 9:50:13 AM PST, Jarrod Hadfield wrote: >Dear Duncan and Michael, > >Thank you for the quick replies. When trying to generate a reproducible >

Re: [R-pkg-devel] Sweave vignette and bibtex

2021-01-06 Thread Jarrod Hadfield
Dear Duncan and Michael, Thank you for the quick replies. When trying to generate a reproducible example I realised I'd done something embarassingly stupid and the problem is now resolved. Kind Regards, Jarrod On 06/01/2021 17:06, Michael Dewey wrote: This email was sent to you by

Re: [R-pkg-devel] Sweave vignette and bibtex

2021-01-06 Thread Michael Dewey
Dear Jarrod It works for me with Sweave so perhaps we need some more details. Michael On 06/01/2021 11:20, Jarrod Hadfield wrote: Hi, I have a Sweave vignette in a package I have written. When building, the citations are not put into the pdf - perhaps because two passes of the tex file are

Re: [R-pkg-devel] Sweave vignette and bibtex

2021-01-06 Thread Duncan Murdoch
On 06/01/2021 6:20 a.m., Jarrod Hadfield wrote: Hi, I have a Sweave vignette in a package I have written. When building, the citations are not put into the pdf - perhaps because two passes of the tex file are required but only one is executed. Is there a way to force two passes of the tex file?

[R-pkg-devel] Sweave vignette and bibtex

2021-01-06 Thread Jarrod Hadfield
Hi, I have a Sweave vignette in a package I have written. When building, the citations are not put into the pdf - perhaps because two passes of the tex file are required but only one is executed. Is there a way to force two passes of the tex file? Kind Regards, Jarrod The University of