inline-r-1.0.1: Seamlessly call R from Haskell and vice versa. No FFI required.
Copyright(C) 2013 Amgen Inc.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Foreign.R.Embedded

Description

Bindings for R/Rembedded.h, containing entry points for running an instance of R embedded within another program.

Synopsis

Documentation

initEmbeddedR :: Int -> Ptr CString -> IO () Source #

Initialize R.