Dear All,
There is a Bioconductor package (S4Vectors) whose functionality I want
to use in one of my packages, which I usually submit to CRAN.
At this time, install.packages() does not automatically fetch
dependencies from Bioconductor as far as I can tell, though it can be
told to do so via setR
On 28 July 2017 at 12:42, Pavel Krivitsky wrote:
| Dear All,
|
| There is a Bioconductor package (S4Vectors) whose functionality I want
| to use in one of my packages, which I usually submit to CRAN.
|
| At this time, install.packages() does not automatically fetch
| dependencies from Bioconduct
Problems running a example (shiny App) within a package
#main code
runclt = function(){
shiny::runApp(system.file("shinyCLT", package="CLT"))
}
#example
\examples{
runclt()
}
#Problem
R CMD check breaks in "checking examples ..." and don't complete the tests.
How to solve it
Link