duncantl / CodeDepends

Analysis of R code for reproducible research and code view
http://www.omegahat.net/CodeDepends
89 stars 16 forks source link

Dependency package ‘graph’ was removed from the CRAN repository #47

Open mabuimo opened 1 year ago

mabuimo commented 1 year ago

Dependency package ‘graph’ was removed from the CRAN repository, as a result CodeDepends cannot be loaded.

sbanders1 commented 1 year ago

Had the same issue. As a temporary workaround, I downloaded the source listed at the bottom here: https://bioconductor.org/packages/release/bioc/html/graph.html

devtools::install_git("https://git.bioconductor.org/packages/graph")