Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heavywatal/tekkamaki
- Owner: heavywatal
- License: mit
- Created: 2018-10-11T14:13:37.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T13:31:07.000Z (10 months ago)
- Last Synced: 2024-03-16T00:12:07.920Z (8 months ago)
- Language: R
- Homepage: https://heavywatal.github.io/tekkamaki/
- Size: 6.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```