README.md

R interface to tumopp

R build status Codecov CRAN Status Badge

This is an R interface to tumopp, a tumor growth simulator in C++.

Requirements

Installation

install.packages("devtools")
devtools::install_github("r-lib/remotes")  # until #719 is released
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.



heavywatal/rtumopp documentation built on March 30, 2024, 11:08 a.m.