Skip to content

[R-pkg-devel] Bioconductor reverse dependency checks for a CRAN package

1 message · Ivan Krylov

#
On Tue, 30 Jan 2024 16:24:40 +0000
Martin Morgan <mtmorgan.xyz at gmail.com> wrote:

            
That's great to know, thanks! I think I will use BiocManager::install
for now, both because it uses the correct repositories and because it
doesn't forcibly reinstall the packages I am asking for. With bspm, I
can run BiocManager::install(all_the_dependencies) and have the system
perform the least amount of work required to reach the desired state.