get_dep_table: Get Dependency Table

Description Usage Arguments Value Examples

View source: R/get_dep_table.R

Description

Get a Table of the Dependencies

Usage

1
2
3
4
5
get_dep_table(
  path = "DESCRIPTION",
  dependencies = c("Depends", "Imports", "LinkingTo", "Suggests"),
  limit_compare = FALSE
)

Arguments

path

Path to DESCRIPTION file

dependencies

List of dependencies to parse

limit_compare

only keep rows where a comparison operator is found

Value

A data.frame of

name

name of the package

compare

comparison operator

version

version of the package

Examples

1
2

muschellij2/ghtravis documentation built on April 1, 2021, 5:22 p.m.