To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("pkgDepTools")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 2.14
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 <seth at userprimary.net>
Citation (from within R,
enter citation("pkgDepTools")):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("pkgDepTools")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("pkgDepTools")
| R Script | How to Use pkgDepTools | |
| Reference Manual |
| biocViews | GraphAndNetwork, Infrastructure, Software |
| Version | 1.30.0 |
| In Bioconductor since | BioC 1.9 (R-2.4) |
| License | GPL-2 |
| Depends | methods, graph, RBGL |
| Imports | graph, RBGL |
| Suggests | Biobase, Rgraphviz, RCurl, BiocInstaller |
| System Requirements | |
| URL | |
| Depends On Me | |
| Imports Me | |
| Suggests Me |
Follow Installation instructions to use this package in your R session.
| Package Source | pkgDepTools_1.30.0.tar.gz |
| Windows Binary | pkgDepTools_1.30.0.zip (32- & 64-bit) |
| Mac OS X 10.6 (Snow Leopard) | pkgDepTools_1.30.0.tgz |
| Mac OS X 10.9 (Mavericks) | pkgDepTools_1.30.0.tgz |
| Browse/checkout source | (username/password: readonly) |
| Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!