Learn R Programming

pkgDepTools (version 1.38.0)

Package Dependency Tools

Description

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.

Copy Link

Version

Version

1.38.0

License

GPL-2

Maintainer

Seth Falcon

Last Published

February 15th, 2017

Functions in pkgDepTools (1.38.0)

makeDepGraph

Create a graph representing R package dependencies
makePkgUrl

Create a URL for a Package in a CRAN-Style Repository
getInstallOrder

List package dependencies in install order
basicInstallOrder

Complete Installation Order of a Given Package
getDownloadSize

Get Size in MB of a URL Using RCurl
pkgDepTools-package

Package Dependency Tools
cleanPkgField

Clean Packages Names from a DESCRIPTION File Field
parseContentLength

Parse HTTP Response Header for Content Length