Learn R Programming

funspotr (version 0.0.5)

spot_pkgs_from_description: 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)

Value

Character vector of packages.

Arguments

DESCRIPTION_path

Path to DESCRIPTION file

Examples

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

Run the code above in your browser using DataLab