Re: [Bioc-devel] BiocStyle issue

2016-11-24 Thread Andrzej Oleś
In case someone is wondering: The patch has also been applied in release. Any packages currently failing with the error Error: processing vignette 'x.Rmd' failed with diagnostics: unused arguments (self_contained, lib_dir, output_dir) Execution halted should recover with BiocStyle v.2.2.1

Re: [Bioc-devel] BiocStyle issue

2016-11-23 Thread Andrzej Oleś
Dear all, the compatibility issue with rmarkdown 1.2 have been resolved in https://github.com/Bioconductor-mirror/BiocStyle/commit/307ad19 Guangchuang, thank you for the heads up on the problem. Even though I was aware of the incompatibility with rmarkdown release candidate, I couldn't address it

Re: [Bioc-devel] BiocStyle issue

2016-11-22 Thread Yu, Guangchuang
I found the issue was filed by yihui half month ago on github, https://github.com/Bioconductor/BiocStyle/issues/18, and the solution is quite intuitive by removing those un-supported paramters (self_contained, lib_dir, output_dir). Hope it will be fixed soon. On Wed, Nov 23, 2016 at 2:25 PM, Leon

Re: [Bioc-devel] BiocStyle issue

2016-11-22 Thread Leonardo Collado Torres
Guangchuang, you can see at https://github.com/Bioconductor/BiocStyle/issues/19 (the main github repo for this package) that this issue is already been reported and will be addressed asap by BiocStyle's maintainer. On Tue, Nov 22, 2016 at 9:46 PM, Yu, Guangchuang wrote: > > Dear all, > > I recomp

[Bioc-devel] BiocStyle issue

2016-11-22 Thread Yu, Guangchuang
Dear all, I recompile my package and it throw the following error when building vignettes: unused arguments (self_contained, lib_dir, output_dir) I search ?opts_knit, and couldn't find these parameters. In ?opts_knit, I find *self.contained* instead of *self_contained*. I remove the dependenc