https://github.com/r-lib/pkgapi
Create a map of functions for an R package - WORK IN PROGRESS!
https://github.com/r-lib/pkgapi
r
Last synced: about 1 month ago
JSON representation
Create a map of functions for an R package - WORK IN PROGRESS!
- Host: GitHub
- URL: https://github.com/r-lib/pkgapi
- Owner: r-lib
- License: other
- Created: 2016-11-28T03:02:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T18:08:17.000Z (12 months ago)
- Last Synced: 2025-04-24T06:02:22.931Z (about 1 month ago)
- Topics: r
- Language: R
- Homepage:
- Size: 33.2 KB
- Stars: 71
- Watchers: 8
- Forks: 12
- Open Issues: 16
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - r-lib/pkgapi - Create a map of functions for an R package - WORK IN PROGRESS! (R)
README
```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.height = 8)
```# pkgapi
> Map Function Calls
[](https://travis-ci.org/r-lib/pkgapi)
[](https://ci.appveyor.com/project/gaborcsardi/pkgapi)
[](http://www.r-pkg.org/pkg/pkgapi)
[](http://www.r-pkg.org/pkg/pkgapi)
[](https://codecov.io/github/r-lib/pkgapi?branch=master)Create the map of function calls in a package, including calls to imported
packages.## Installation
Once on CRAN, install the package as usual:
```{r eval = FALSE}
install.packages("pkgapi")
```## Usage
```{r}
library(pkgapi)
```## License
MIT © [Gábor Csárdi](https://github.com/gaborcsardi),
[Kirill Müller](https://github.com/krlmlr)