Skip to content

Instantly share code, notes, and snippets.

@thirdwing
Created June 19, 2017 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thirdwing/39327792f735a109cff55bbb7705d5fa to your computer and use it in GitHub Desktop.
Save thirdwing/39327792f735a109cff55bbb7705d5fa to your computer and use it in GitHub Desktop.
library(devtools)
pkg <- devtools:::load_pkg_description(".", create = NA)
parsed <- lapply(pkg, parse_deps)
tags <- c(parsed$imports$name, parsed$depends$name)
library(miniCRAN)
pkgDep(tags, suggests = FALSE, enhances = FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment