Skip to content

Package: Interactively explore R packages and functions dependencies

Notifications You must be signed in to change notification settings

jcrodriguez1989/packageexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Explorer

Interactively explore functions dependencies.

Installation

packageexplorer is currently only available as a GitHub package. To install it run the following from an R console:

if (!require("remotes"))
  install.packages("remotes")
remotes::install_github("jcrodriguez1989/packageexplorer")

Usage

library("packageexplorer")
explore(c("package:packageexplorer", "base::library"), include_deps = TRUE)
## Going to explore packages:
##   packageexplorer 
## Going to explore functions:
##   base::library

About

Package: Interactively explore R packages and functions dependencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages