Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bioconductor installation issue for R 3.6.0 #167

Closed
colearendt opened this issue Aug 23, 2019 · 1 comment
Closed

Bioconductor installation issue for R 3.6.0 #167

colearendt opened this issue Aug 23, 2019 · 1 comment

Comments

@colearendt
Copy link

https://community.rstudio.com/t/rstudio-connect-packrat-chokes-on-bioconductor-packages/36706

This community thread discusses changes to R 3.6.0, for which:

Bioconductor packages need to be installed using BiocManager::install().

Similar issue within packrat: rstudio/packrat#573

@kevinushey
Copy link
Collaborator

This should already be handled in renv:

renv/R/bioconductor.R

Lines 34 to 47 in 729e33e

# try both BiocManager, BiocInstaller to get Bioc repositories
getters <- list(
BiocManager = function() {
BiocManager <- asNamespace("BiocManager")
BiocManager$repositories()
},
BiocInstaller = function() {
BiocInstaller <- asNamespace("BiocInstaller")
BiocInstaller$biocinstallRepos()
}
)

Please file a reprex if you see that's not the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants