Skip to contents

R build status Codecov CRAN Status Badge

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

Requirements

  • Unix-like OS (macOS, Linux, etc.)
  • C++14 compiler (clang++ >= Apple LLVM 8.1, g++ >= 5.3)
  • CMake (>= 3.13.0)

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.