I’m using a .ipynb notebook as source for my Vignette, so I created a Vignette engine inside my package to build it.
That one registers a the necessary extensions, and R CMD build obediently creates a vignette from the .ipynb file.
Yet R CMD BiocCheck still says REQUIRED: vignette sources in vignettes/ directory
. should I ignore that when submitting my package, or will the bioconductor people have to fix that check beforehand?
I did forward this to the Bioc-devel mailing list, and would appreciate discussion tehre.
Thanks!
About building: Idk how your build process works, but locally, if IPython is installed,
R CMD build
works (it will callipython nbconvert
, in the futurejupyter nbconvert
).I’ll discuss on the mailing list, and will probably fix this bug soon.