Skip to content

R package wrapping the Python package adelie.

License

Unknown, MIT licenses found

Licenses found

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

JamesYang007/adelie-r

Repository files navigation

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.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published