Re: [R-pkg-devel] dependency on a bioconductor package

2018-10-05 Thread Morgan, Martin
                            CRAN                              BioCsoft                          "https://cloud.r-project.org"; "http://www.bioconductor.org/packages/release/bioc";                                                BioCann    

Re: [R-pkg-devel] dependency on a bioconductor package

2018-10-05 Thread Morgan, Martin
(don't forget to 'reply all', so that others may benefit / contribute to the conversation). You or one of the packages your package depends on must Depend: or Import: BiocInstaller. If it is your package, then you should no longer do so. If it is one of the packages your package depends on, th

Re: [R-pkg-devel] dependency on a bioconductor package

2018-10-05 Thread Morgan, Martin
BiocInstaller has been replaced by the CRAN package BiocManager; the appropriate way to install Bioconductor packages is BiocManager::install(). See the vignette at https://cran.r-project.org/web/packages/BiocManager/vignettes/BiocManager.html Martin On 10/5/18 5:36 AM, maia...@alumni.uv.es