JamesYang007 / adelie-r

R package wrapping the Python package adelie.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adelie-R

Installation

  1. After cloning the repository, run the following command to pull the Python package as well:

    git submodule update --init --recursive
  2. Start an R session in the terminal:

    R
  3. Install devtools if you do not have it already:

    install.packages("devtools")
  4. (MacOS users only) adelie requires OpenMP to be available. For those who are using gcc, there is nothing to do. For those using clang, we recommend installing OpenMP through Homebrew. To install Homebrew, follow the instructions here. Once Homebrew is installed, run the following to install OpenMP:

    brew install libomp
  5. Install adelie using devtools:

    library(devtools)
    install()

About

R package wrapping the Python package adelie.

License:MIT License


Languages

Language:R 53.5%Language:C++ 46.5%