You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BiocManager delegates to remotes::install_github() to install github packages.
The remotes package offers to update Bioc-hosted packages to their github version, which is counter to the BiocManager goal of providing a consistent and tested set of packages. Perhaps remotes::install_github(update=FALSE).
BiocManager delegates to remotes::install_github() to install github packages.
The remotes package offers to update Bioc-hosted packages to their github version, which is counter to the BiocManager goal of providing a consistent and tested set of packages. Perhaps
remotes::install_github(update=FALSE)
.See https://stat.ethz.ch/pipermail/bioc-devel/2019-January/014560.html
@seandavi
The text was updated successfully, but these errors were encountered: