spot_pkgs_from_description: Spot package dependencies from DESCRIPTION file

View source: R/spot-pkgs.R

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

funspotr documentation built on Nov. 22, 2023, 1:09 a.m.