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
- Host: GitHub
- URL: https://github.com/igraph/igraph.r2cdocs
- Owner: igraph
- License: other
- Created: 2024-08-30T12:22:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T15:58:14.000Z (about 1 year ago)
- Last Synced: 2025-03-01T21:29:48.729Z (about 1 year ago)
- Language: R
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```