tweag / HaskellR

The full power of R in Haskell.

Home Page:https://tweag.github.io/HaskellR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The HaskellR project

Continuous integration

The HaskellR project provides an environment for efficiently processing data using Haskell or R code, interchangeably. HaskellR allows Haskell functions to seamlessly call R functions and vice versa. It provides the Haskell programmer with the full breadth of existing R libraries and extensions for numerical computation, statistical analysis and machine learning.

Getting Started & Documentation

All documentation is available on the HaskellR website.

Developing HaskellR

This project uses Stack. See the stack documentation for further information on how to build, run tests and benchmarks, or build the API documentation. You can do all of that at once with

$ stack build --test --haddock --bench

Optionally, pass in the --nix flag to all commands if you have the Nix package manager installed. Nix can populate a local build environment including all necessary system dependencies without touching your global filesystem. Use it as a cross-platform alternative to Docker.

License

Copyright (c) 2013-2015 Amgen, Inc. Copyright (c) 2015-2022 Tweag I/O Limited.

All rights reserved.

HaskellR is free software, and may be redistributed under the terms specified in the LICENSE file.

About

The full power of R in Haskell.

https://tweag.github.io/HaskellR

License:Other


Languages

Language:Haskell 82.1%Language:R 10.5%Language:Nix 2.0%Language:Jupyter Notebook 1.7%Language:Batchfile 1.3%Language:C 1.1%Language:Shell 0.6%Language:Makefile 0.6%Language:Dockerfile 0.1%Language:Rez 0.0%