[R-pkg-devel] Seamless way for a CRAN-bound package to depend on a Bioconductor package?

2017-07-28 Thread Pavel Krivitsky
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

Re: [R-pkg-devel] Seamless way for a CRAN-bound package to depend on a Bioconductor package?

2017-07-28 Thread Dirk Eddelbuettel
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

[R-pkg-devel] Problems runing a example (shiny App) within a package

2017-07-28 Thread Kévin A . S . R .
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