Skip to contents

R-CMD-check codecov

R interface to tekka.

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/tekkamaki")

The code above tries to find and use an installed tekka in your system. If it is too old or not found, the latest version will be installed.

To use a bleeding edge (HEAD) or some specific revision, set the environment variable TEKKA_GIT_TAG before installation:

Sys.setenv(TEKKA_GIT_TAG = "HEAD")

The installation of tekka and tekkamaki can be checked with the following commands:

tekkamaki::tekka_path()
tekkamaki::tekka_version()
sessioninfo::session_info("tekkamaki")

Please include these information when you report issues.