https://github.com/heavywatal/rtumopp
🦀 R interface to tumopp
https://github.com/heavywatal/rtumopp
rcpp simulation tumor
Last synced: about 1 year ago
JSON representation
🦀 R interface to tumopp
- Host: GitHub
- URL: https://github.com/heavywatal/rtumopp
- Owner: heavywatal
- License: other
- Created: 2016-03-25T06:16:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T06:55:10.000Z (about 1 year ago)
- Last Synced: 2025-04-17T21:24:14.472Z (about 1 year ago)
- Topics: rcpp, simulation, tumor
- Language: R
- Homepage: https://heavywatal.github.io/rtumopp/
- Size: 2.81 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R interface to tumopp
[](https://github.com/heavywatal/rtumopp/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/heavywatal/rtumopp)
[](https://cran.r-project.org/package=rtumopp)
This is an R interface to [tumopp](https://github.com/heavywatal/tumopp),
a tumor growth simulator in C++.
## Requirements
- Unix-like OS (macOS, Linux, etc.)
- C++17 compiler (clang++ >= Apple LLVM 12, g++ >= 8)
- [CMake](https://cmake.org/) (>= 3.18.0)
## Installation
```r
install.packages("devtools")
devtools::install_github("heavywatal/rtumopp")
```
R packages are updated at random times.
Please try to check updates once in a while and use the latest versions.
```r
update.packages()
devtools::install_github("heavywatal/rigraphlite")
devtools::install_github("heavywatal/rtumopp")
```
## Basic usage
See ["Get started" page](https://heavywatal.github.io/rtumopp/articles/tumopp.html).
Available parameters are listed in
[the API document of C++ tumopp](https://heavywatal.github.io/tumopp/group__params.html).