Displaying 3 results from an estimated 3 matches for "loadvignettebuilder".
2016 May 03
2
vignette/knitr help
I need some help understanding a problem running the tests on the
'digest' package. Initially, I got the message that the 'knitr' package
was needed to run vignettes:
Running vignettes for package ?digest?
Error in loadVignetteBuilder(vigns$pkgdir) :
vignette builder 'knitr' not found
So I installed the knitr package and all its dependents (?mime?,
?stringi?, ?magrittr?, ?evaluate?, ?formatR?, ?highr?, ?markdown?,
?stringr?, ?yaml?) . Now I get some different warnings:
Running vignettes for package ?digest?
Run...
2016 May 03
0
vignette/knitr help
...dan <mick.jordan at oracle.com>:
> I need some help understanding a problem running the tests on the 'digest'
> package. Initially, I got the message that the 'knitr' package was needed to
> run vignettes:
>
> Running vignettes for package ?digest?
> Error in loadVignetteBuilder(vigns$pkgdir) :
> vignette builder 'knitr' not found
>
> So I installed the knitr package and all its dependents (?mime?, ?stringi?,
> ?magrittr?, ?evaluate?, ?formatR?, ?highr?, ?markdown?, ?stringr?, ?yaml?) .
> Now I get some different warnings:
>
> Running vignett...
2013 Jul 17
1
SweaveParseOptions, quoted commas, and knitr vignettes
I haven't figured it out entirely, but it looks like there are a
couple of small glitches with knitr-based vignettes and
SweaveParseOptions.
I posted the tarball of a package with a knitr vignette with (as far
as I can tell) everything properly coded in the DESCRIPTION file
(VignetteBuilder: knitr, Suggests: knitr) and the vignette itself
(%\VignetteEngine{knitr::knitr}). When Windows