Skip to content

tweag/HaskellR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The HaskellR project

Circle CI

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

If you wish to work on HaskellR itself or any of its constituent packages, you'll need stack. Once installed, check out the official source repository using

# Equivalent to git clone https://github.com/tweag/HaskellR
$ hub clone tweag/HaskellR

Then, you can build all the packages in the project using

$ stack setup
$ stack build

or indeed run all the tests with stack test and build the API documentation using stack haddock. You can spawn an H interactive prompt using

$ stack exec H

License

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

All rights reserved.

About

Tweag I/O

HaskellR is maintained by Tweag I/O.

Have questions? Need help? Tweet at @tweagio.