spot_pkgs_from_description {funspotr}R Documentation

Spot package dependencies from DESCRIPTION file

Description

Given explicit path to DESCRIPTION file return package dependencies therein. Inspiration: blogdown#647.

Usage

spot_pkgs_from_description(DESCRIPTION_path)

Arguments

DESCRIPTION_path

Path to DESCRIPTION file

Value

Character vector of packages.

Examples

funspotr::spot_pkgs_from_description(
  "https://raw.githubusercontent.com/brshallo/animatrixr/master/DESCRIPTION"
)

[Package funspotr version 0.0.4 Index]