File: buildDepGraph.R

package info (click to toggle)
r-bioc-graph 1.60.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,076 kB
  • sloc: ansic: 842; makefile: 12; sh: 3
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
pkgInstOrder <- function() {
    .Defunct("getInstallOrder", package="pkgDepTools")
}

buildRepDepGraph <- function() {
    .Defunct("makeDepGraph", package="pkgDepTools")
}