inline-r-0.9.1: Seamlessly call R from Haskell and vice versa. No FFI required.
Foreign.R.Error
Description
Exception type wrapping errors thrown by the R runtime.
data RError Source #
Constructors
Instances
Methods
showsPrec :: Int -> RError -> ShowS #
show :: RError -> String #
showList :: [RError] -> ShowS #
toException :: RError -> SomeException #
fromException :: SomeException -> Maybe RError #
displayException :: RError -> String #