-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'm having trouble trying to install PCSF according to the instructions:
source("http://bioconductor.org/biocLite.R")
Error: With R version 3.5 or greater, install Bioconductor packages using BiocManager; see https://bioconductor.org/install
biocLite("topGO")
Error in biocLite("topGO") : could not find function "biocLite"
install.packages("devtools", dependencies=TRUE)
devtools::install_github("IOR-Bioinformatics/PCSF", repos=BiocInstaller::biocinstallRepos(),
dependencies=TRUE, type="source", force=TRUE)
Downloading GitHub repo IOR-Bioinformatics/PCSF@master
Error: Failed to install 'PCSF' from GitHub:
there is no package called ‘BiocInstaller’
The installation should occur through BiocManager instead of biocLite as it's deprecated.
Metadata
Metadata
Assignees
Labels
No labels