[Bioc-devel] ndexr fails on vignette build on windows

2019-09-26 Thread Florian J. Auer
Hi everyone, my package ndexr produces some errors while building the vignette, but only in the Windows build. In particular, the error message shows: Quitting from lines 76-78 (ndexr-vignette.Rmd) Error: processing vignette 'ndexr-vignette.Rmd' failed with diagnostics: argument is of length

Re: [Bioc-devel] Reference manual as HTML

2019-09-26 Thread Martin Maechler
> Martin Morgan > on Wed, 25 Sep 2019 21:10:24 + writes: > Our recollection is that there is no 'flag' in R CMD build to create HTML rather than PDF vignettes; without that it would be non-trivial to create html output, e.g., links across pages. (I *think* the installed

Re: [Bioc-devel] Reference manual as HTML

2019-09-26 Thread Laurent Gatto
My experience with pkgdown is very positive. As mentioned by Stuart, I use travis to automatically build the webpage after a successful check and serve it as a gh-page. I find it particularly useful as it displays the devel version of the vignettes and individual manual pages, which often come

Re: [Bioc-devel] Reference manual as HTML

2019-09-26 Thread Pages, Herve
and let's not forget the rdrr site that provides HTML versions of all R package man pages in the known world: https://rdrr.io/bioc/DESeq2/man/DESeq.html Unfortunately the links across man pages are not clickable :-/ H. On 9/26/19 06:19, Martin Maechler wrote: >> Martin Morgan >>

Re: [Bioc-devel] Reference manual as HTML

2019-09-26 Thread Laurent Gatto
But it has been badly out-of-data in the past, not sure devel is available and buggy (examples don't run, despite the Run button and outdated installation instructions still using `source("https://bioconductor.org/biocLite.R;)`) Laurent From: