inline-r-1.0.0.0.0.0.0.1

Synopsis

Seamlessly call R from Haskell and vice versa. No FFI required.

Description

For up to date Haddock documentation, please see <http://www.stackage.org/package/inline-r>.

Author

Mathieu Boespflug, Facundo Dominguez, Alexander Vershilov

Maintainer

Mathieu Boespflug <m@tweag.io>

License

BSD-3-Clause

Source
https://github.com/tweag/HaskellR
Commit hash
53ce6887d8043252a068bc0a7db438abd4cfdc52
Subdir
inline-r
Timestamp

2023-01-03T13:59:37Z

Revisions

None

Dependencies
library inline-r:
  • ["base >=4.7 && <5","aeson >=0.6 && <2.2","bytestring >=0.10 && <0.12","containers >=0.5 && <0.7","data-default-class >=0.1.2.0 && <0.2","deepseq >=1.3 && <1.5","exceptions >=0.6 && <1.1","heredoc >=0.2 && <0.3","inline-c >=0.6 && <0.10","mtl >=2.1 && <2.3","pretty >=1.1 && <1.2","primitive >=0.5 && <0.8","process >=1.2 && <1.7","reflection >=2 && <2.2","setenv >=0.1.1 && <0.2","template-haskell >=2.8 && <2.20","temporary >=1.2 && <1.4","text >=0.11 && <2.1","th-lift >=0.6 && <0.9","th-orphans >=0.8 && <0.14","transformers >=0.3 && <0.6","vector >=0.10 && <0.14"]

if !os(windows)

  • unix >=2.6 && <2.8

if !impl(ghc <9)

  • singletons >=3 && <3.1
  • singletons-th >=3 && <3.2

if impl(ghc <9)

  • singletons >=2.7 && <3
test-suite bench-qq:
  • ["inline-r","base >=4.6 && <5","criterion >=0.8 && <1.7","filepath >=1.3 && <1.5","process >=1.2 && <1.7","template-haskell >=2.8 && <2.20"]
test-suite bench-hexp:
  • ["inline-r","base >=4.6 && <5","criterion >=0.8 && <1.7","primitive >=0.5 && <0.8","vector >=0.10 && <0.14","singletons >=2.7 && <3.1"]