powered by
contrib.url A generic for contrib.url so that available.packages et al can interact with GRANRepository objects.
contrib.url(repos, type = getOption("pkgType"))# S4 method for GRANRepository contrib.url(repos, type = getOption("pkgType"))
# S4 method for GRANRepository contrib.url(repos, type = getOption("pkgType"))
A repository to extract the contrib url from
The type of package repository it is
# NOT RUN { repo = GRANRepository(GithubManifest("gmbecker/fastdigest"), basedir = tempdir()) contrib.url(repo) # }
Run the code above in your browser using DataLab