Build Status Build status Project Status: Active codecov

Automatically obtain source code for all packages which depend on a given R package, either by opening github sites in browser, or downloading .tar.gz files.

Installation

devtools::install_github ('mpadge/rdeps')
devtools::load_all ('.', export_all=FALSE)
#devtools::document ('.')
#devtools::check ('.')
#devtools::build_vignettes ()
#testthat::test_package ('.')

Usage

get_rdeps ('httr')

For those dependencies which have associated URLs, these can be automatically opened with

get_rdeps ('httr', fmt='url')

or the .tar.gz files of all packages which depend on the nominated pakcage can be automatically downloaded with

get_rdeps ('httr', fmt='tar')


mpadge/rdeps documentation built on May 23, 2019, 6:24 a.m.