File: README.md

package info (click to toggle)
r-cran-intergraph 2.0-4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: sh: 13; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# `intergraph`: Coercion Routines for Network Data Objects

<!-- badges: start -->
[![R-CMD-check](https://github.com/mbojan/intergraph/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mbojan/intergraph/actions/workflows/R-CMD-check.yaml)
[![](https://www.r-pkg.org/badges/version/intergraph)](https://www.r-pkg.org/pkg/intergraph)
[![CRAN
status](https://www.r-pkg.org/badges/version/intergraph)](https://CRAN.R-project.org/package=intergraph)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/intergraph)](https://www.r-pkg.org/pkg/intergraph)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.19148.svg)](https://dx.doi.org/10.5281/zenodo.19148)
[![Codecov test coverage](https://codecov.io/gh/mbojan/intergraph/branch/master/graph/badge.svg)](https://app.codecov.io/gh/mbojan/intergraph?branch=master)
<!-- badges: end -->

This is an R package implementing methods for converting network data objects
between classes defined in other packages. Currently supported classes:
network, igraph.

See projects web page on [mbojan.github.io/intergraph](https://mbojan.github.io/intergraph/).



# Install

Install stable version from CRAN or development version with

```r
remotes::install_github("mbojan/intergraph")
```


# License

GPL-3.