Skip to content

Installation of PCSF fails #8

@moldach

Description

@moldach

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions