spot_pkgs_from_DESCRIPTION: Spot package dependencies from DESCRIPTION file

spot_pkgs_from_descriptionR 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"
)

brshallo/funspotr documentation built on Jan. 4, 2024, 10:08 a.m.