knitr::opts_chunk$set(
  comment = "#>",
  tidy = FALSE,
  error = FALSE,
  fig.width = 8,
  fig.height = 8)

pkgapi

Map Function Calls

Linux Build Status Windows Build status CRAN RStudio mirror downloads Coverage Status

Create the map of function calls in a package, including calls to imported packages.

Installation

Once on CRAN, install the package as usual:

install.packages("pkgapi")

Usage

library(pkgapi)

License

MIT © Gábor Csárdi, Kirill Müller



r-pkgs/functionmap2 documentation built on March 10, 2020, 3:57 p.m.