inline-r-0.9.1: Seamlessly call R from Haskell and vice versa. No FFI required.

Copyright(C) 2013 Amgen Inc.
Safe HaskellNone
LanguageHaskell2010

Language.R.Debug

Contents

Description

Debugging facilities, in particular to analyze the internal structure of a SEXP as structured JSON.

This module is intended to be imported qualified.

Documentation

Orphan instances

ToJSON SEXPTYPE Source # 

Methods

toJSON :: SEXPTYPE -> Value

toEncoding :: SEXPTYPE -> Encoding

toJSONList :: [SEXPTYPE] -> Value

toEncodingList :: [SEXPTYPE] -> Encoding

ToJSON SEXPInfo Source # 

Methods

toJSON :: SEXPInfo -> Value

toEncoding :: SEXPInfo -> Encoding

toJSONList :: [SEXPInfo] -> Value

toEncodingList :: [SEXPInfo] -> Encoding

ToJSON a => ToJSON (Complex a) Source # 

Methods

toJSON :: Complex a -> Value

toEncoding :: Complex a -> Encoding

toJSONList :: [Complex a] -> Value

toEncodingList :: [Complex a] -> Encoding

ToJSON (SomeSEXP s) Source # 

Methods

toJSON :: SomeSEXP s -> Value

toEncoding :: SomeSEXP s -> Encoding

toJSONList :: [SomeSEXP s] -> Value

toEncodingList :: [SomeSEXP s] -> Encoding

ToJSON (SEXP s a) Source # 

Methods

toJSON :: SEXP s a -> Value

toEncoding :: SEXP s a -> Encoding

toJSONList :: [SEXP s a] -> Value

toEncodingList :: [SEXP s a] -> Encoding