Learn R Programming

GRANCore (version 0.2.7)

contrib.url: contrib.url A generic for contrib.url so that available.packages et al can interact with GRANRepository objects.

Description

contrib.url A generic for contrib.url so that available.packages et al can interact with GRANRepository objects.

Usage

contrib.url(repos, type = getOption("pkgType"))

# S4 method for GRANRepository contrib.url(repos, type = getOption("pkgType"))

Arguments

repos

A repository to extract the contrib url from

type

The type of package repository it is

Examples

Run this code
# NOT RUN {
repo = GRANRepository(GithubManifest("gmbecker/fastdigest"), basedir = tempdir())
contrib.url(repo)
# }

Run the code above in your browser using DataLab