Re: [Rd] markdown vignette with the vignette command

2014-08-22 Thread Leo Lahti
I followed the instructions in http://cran.r-project.org/web/packages/knitr/vignettes/knitr-markdown.html - add *.Rmd files under the vignettes directory - add VignetteBuilder: knitr to the DESCRIPTION file - specify the vignette engine \VignetteEngine{knitr::knitr} in the Rmd files (i

Re: [Rd] markdown vignette with the vignette command

2014-08-22 Thread Duncan Murdoch
On 22/08/2014 8:06 AM, Leo Lahti wrote: Solved, thanks! Could you post a short description of the solution, in case this problem arises for anyone else? These posts are archived, and can be a useful resource for others. Duncan Murdoch On Fri, Aug 22, 2014 at 1:04 PM, Duncan Murdoch mail

Re: [Rd] markdown vignette with the vignette command

2014-08-22 Thread Leo Lahti
Solved, thanks! Leo On Fri, Aug 22, 2014 at 1:04 PM, Duncan Murdoch wrote: > On 22/08/2014, 6:09 AM, Leo Lahti wrote: > > Dear list, > > > > we have a markdown vignette for our package in vignette/vignette.md > > > > This is not visible from within R with the vignette(package = > "mypackage")

Re: [Rd] markdown vignette with the vignette command

2014-08-22 Thread Duncan Murdoch
On 22/08/2014, 6:09 AM, Leo Lahti wrote: > Dear list, > > we have a markdown vignette for our package in vignette/vignette.md > > This is not visible from within R with the vignette(package = "mypackage") > command. > > I assume the reason is that the vignette function only shows PDF vignettes.

[Rd] markdown vignette with the vignette command

2014-08-22 Thread Leo Lahti
Dear list, we have a markdown vignette for our package in vignette/vignette.md This is not visible from within R with the vignette(package = "mypackage") command. I assume the reason is that the vignette function only shows PDF vignettes. Is there any way to circumvent this and display markdown