Skip to content

Installation issue due to graph package not on CRAN #34

Description

@lepennec

Hi,
I would like to report that I had an issue updating CodeDepends on Linux: it requires graph which is not available on CRAN. I was able to update CodeDepends by installing the graph package from BioConductor:

source("https://bioconductor.org/biocLite.R")
biocLite("graph")

Not sure it is the best way.

I assume this is related to #30.

Thnk your for your work,

Erwan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions