This is an R interface to tumopp, a tumor growth simulator in C++.
Requirements
- Unix-like OS (macOS, Linux, etc.)
- C++17 compiler (clang++ >= Apple LLVM 12, g++ >= 8)
- CMake (>= 3.18.0)
Installation
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.
update.packages()
devtools::install_github("heavywatal/rigraphlite")
devtools::install_github("heavywatal/rtumopp")
Basic usage
See “Get started” page.
Available parameters are listed in the API document of C++ tumopp.