Skip to contents

R-CMD-check 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++17 compiler (clang++ >= Apple clang 11.0, g++ >= 9.1)
  • CMake

Installation

install.packages("pak")
pak::pak("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()
pak::pak("heavywatal/rigraphlite")
pak::pak("heavywatal/rtumopp")

Basic usage

See “Get started” page.

Available parameters are listed in the API document of C++ tumopp.