Last data update: 2014.03.03

R: Creates a mock dependency - corresponding to a real package -...
mock_dependencyR Documentation

Creates a mock dependency - corresponding to a real package - for use in testing and experimentation.

Description

Creates a mock dependency - corresponding to a real package - for use in testing and experimentation.

Usage

mock_dependency(name = "tempdisagg", repos = getOption("repos"))

Arguments

name

the name of the package dependency

repos

the repositories to use for the contrib.url path

Value

list with the name and version of the dependency

Results