Re: [Bioc-devel] Runnable examples

2020-08-07 Thread Octavio Morante Palacios
SEE package which is also a shiny app ( > https://github.com/iSEE/iSEE/blob/master/R/iSEE-main.R < > https://github.com/iSEE/iSEE/blob/master/R/iSEE-main.R>) for some ideas. > > But maybe you can do something like, > > #’ @examples > if (interactive()) {

[Bioc-devel] Runnable examples

2020-08-06 Thread Octavio Morante Palacios
Hi all, I have recently developed a shinyApp useful for DNA methylation analysis. I would like to upload it to Bioconductor. I have executed BiocCheck and I have an error that I don't know how to resolve. "At least 80% of man pages documenting exported objects must have runnable examples." My pa