contriburl: contrib.url A generic for contrib.url so that...

Description Usage Arguments Examples

Description

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

Usage

1
2
3
4
5
contrib.url(repos, type = getOption("pkgType"))

## S4 method for signature '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

1
2
repo = GRANRepository(GithubManifest("gmbecker/fastdigest"), basedir = tempdir())
contrib.url(repo)

gmbecker/GRANCore documentation built on Nov. 6, 2019, 7:22 p.m.