Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

basicInstallOrder (Package: pkgDepTools) : Complete Installation Order of a Given Package

Helper function to return the complete install order of a given package.
● Data Source: BioConductor
● Keywords: utilities
● Alias: basicInstallOrder
● 0 images

cleanPkgField (Package: pkgDepTools) : Clean Packages Names from a DESCRIPTION File Field

Given the value from a field like 'Depends' in a package's DESCRIPTION file, return a character vector of package names with the version restrictions stripped and R removed.
● Data Source: BioConductor
● Keywords: utilities
● Alias: cleanPkgField
● 0 images

getDownloadSize (Package: pkgDepTools) : Get Size in MB of a URL Using RCurl

Returns the size in MB of the specified URL. Uses RCurl to parse the HTTP headers for Content-Length.
● Data Source: BioConductor
● Keywords: utilities
● Alias: getDownloadSize
● 0 images

getInstallOrder (Package: pkgDepTools) : List package dependencies in install order

This function uses a dependency graph created with makeDepGraph to list all (recursive) dependencies of a given package in an order suitable for installation.
● Data Source: BioConductor
● Keywords: utilities
● Alias: getInstallOrder
● 0 images

makeDepGraph (Package: pkgDepTools) : Create a graph representing R package dependencies

Given a list of CRAN-style repository URLs, this function creates a graph instance representing dependencies between packages in the repositories.
● Data Source: BioConductor
● Keywords: utilities
● Alias: makeDepGraph
● 0 images

makePkgUrl (Package: pkgDepTools) : Create a URL for a Package in a CRAN-Style Repository

Given a CRAN-style package repository meta data matrix as returned by available.packages, return a character vector of complete URLs for each package.
● Data Source: BioConductor
● Keywords: utilities
● Alias: makePkgUrl
● 0 images

parseContentLength (Package: pkgDepTools) : Parse HTTP Response Header for Content Length

Given a string containing an HTTP response header, extract the "Content-Length" header and convert it to a numeric value. If no such header is found, return NA.
● Data Source: BioConductor
● Keywords: utilities
● Alias: parseContentLength
● 0 images

pkgDepTools-package (Package: pkgDepTools) :

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.
● Data Source: BioConductor
● Keywords: package
● Alias: pkgDepTools, pkgDepTools-package
● 0 images