Skip to content

🦀 R interface to tumopp

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

heavywatal/rtumopp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R interface to tumopp

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 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.

About

🦀 R interface to tumopp

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published