prrd (version 0.0.6)

summariseQueue: Summarisse results from a reverse-dependency check

Description

Summarise results from (potentially parallel) reverse-dependency check

Usage

summariseQueue(package, directory, dbfile = "", extended = FALSE,
  foghorn = FALSE)

Value

NULL, invisibly

Arguments

package

A character variable denoting a package

directory

A character variable denoting a directory

dbfile

A character variable for an optional override which, if present, is used over ‘package’ and ‘directory’.

extended

A boolean variable to select extended analysis of failures, default is FALSE which skips this.

foghorn

A boolean variable to invoke the foghorn to retrieve and review CRAN result status, default is FALSE which skips this.

Author

Dirk Eddelbuettel