cran.meta.dependancies.graph: Creates a .html package report for many packages at once.

Description Usage Arguments Value Examples

Description

Creates a .html package report for many packages at once.

Usage

1
2
cran.meta.dependancies.graph(cran.packs = as.list(installed.packages()[,
  1]), reports.directory = NULL)

Arguments

cran.packs

list containing packages to build dependancies If a single package is passed then a HTML report is generated and displayed in the browser using pkgnet.

reports.directory

if the reports directory is left NULL and running interactivly then user is prompted for a directory, if NULL and not runnig interactivly uses current working directory

Value

an igraph of the dependancy graph for supplied package list. Graph installed package, except some package For report details See: https://cran.r-project.org/web/packages/pkgnet/vignettes/pkgnet-intro.html

Examples

1
2
3
packs <- installed.packages()[,1]
packs.filtered <- dplyr::setdiff(packs,packs['evalCranMeta'] )
cran.meta.dependancies.graph(packs.filtered)

seakintruth/evalCranMeta documentation built on July 3, 2019, 4:49 p.m.