firstlvldep: First Level Dependencies

Description Usage Arguments Examples

View source: R/firstlvldep.R

Description

This function returns all first level packag dependencies from a package on github.

Usage

1
firstlvldep(githublink = NULL, localdir = NULL, includeRootPkg = F)

Arguments

githublink

A link to the package repository or directly to the description file

localdir

A directory to a locally stored package or directly to a DESCRIPTION file

includeRootPkg

Whether the output should be a list which also includes the name of the original package that is inspected

Examples

1
firstlvldep("https://github.com/tidyverse/ggplot2")

falo0/dstr documentation built on May 25, 2019, 4:26 p.m.