An open API service indexing awesome lists of open source software.

https://github.com/igraph/igraph.r2cdocs

Link C docs for the igraph package
https://github.com/igraph/igraph.r2cdocs

Last synced: about 1 year ago
JSON representation

Link C docs for the igraph package

Awesome Lists containing this project

README

          

# igraph.r2cdocs

The goal of igraph.r2cdocs is to help us link C docs from the manual pages of
the R functions that calls them.

This package will therefore only be useful for developers of the R igraph package.

Context: https://github.com/igraph/rigraph/issues/1317

## Installation

You can install the development version of igraph.r2cdocs like so:

``` r
pak::pak("igraph/igraph.r2cdocs")
```