Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heavywatal/tekkamaki

🐟 R interface to tekka
https://github.com/heavywatal/tekkamaki

Last synced: 7 days ago
JSON representation

🐟 R interface to tekka

Awesome Lists containing this project

README

        

# tekkamaki

[![R-CMD-check](https://github.com/heavywatal/rigraphlite/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/heavywatal/rigraphlite/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/heavywatal/tekkamaki/graph/badge.svg?token=IRpj1vyfrZ)](https://codecov.io/gh/heavywatal/tekkamaki)

R interface to [tekka](https://github.com/heavywatal/tekka).

## Requirements

- Unix-like OS (macOS, Linux, etc.)
- C++17 compiler (clang++ >= Apple LLVM 12, g++ >= 8)
- [CMake](https://cmake.org/) (>= 3.15.0)

## Installation

```r
# install.packages("devtools")
devtools::install_github("heavywatal/tekkamaki")
```