pkgDepTools

Package Dependency Tools

This package provides tools for computing and analyzing dependency relationships among R packages. It provides tools for building a graph-based representation of the dependencies among all packages in a list of CRAN-style package repositories. There are also utilities for computing installation order of a given package. If the RCurl package is available, an estimate of the download size required to install a given package and its dependencies can be obtained.

Author Seth Falcon
Maintainer Seth Falcon

To install this package, start R and enter:

    source("http://bioconductor.org/biocLite.R")
    biocLite("pkgDepTools")

Vignettes (Documentation)

Package Downloads

pkgDepTools.pdf
Source pkgDepTools_1.4.1.tar.gz
Windows binary pkgDepTools_1.4.1.zip
OS X binary pkgDepTools_1.4.1.tgz

Details

biocViews
Depends methods, graph, RBGL
Suggests Biobase, Rgraphviz, RCurl
Imports graph, RBGL
SystemRequirements
License GPL2
URL
dependsOnMe
suggestsMe