Skip to content

CRAN dependency extraction tool

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

sellorm/cranalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cranalysis

lifecycle

Overview

The goal of cranalysis is to provide a few handy functions to analyse CRAN's PACKAGES file. Initially this is focused on providing a list of package dependencies for a given list of packages. This was hastily thrown together and needs quite a lot more work to make it robust and introduce some tests etc.

Installation

You can install the development version of cranalysis from GitHub with:

# install.packages("devtools")
devtools::install_github("sellorm/cranalysis")

Example

Update the cached PACKAGES.rds file:

update_cache()

Then get a list of imports for a given list of packages:

get_imports(c("plumber", "rmarkdown", "shiny"))

About

CRAN dependency extraction tool

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages