Skip to content

Releases: tweag/HaskellR

v1.0.1

22 May 16:16
Compare
Choose a tag to compare
  • Populates R_LIBS environment variable when starting R (#393)
  • Maps backslashes to forwardslashes in temp file names under Windows (#399)
  • Relaxes upper bounds for GHC 9.6
  • Fixes imports for compatibility with mtl-2.3 (#414)

v1.0.0

11 Nov 17:03
Compare
Choose a tag to compare
  • Support for R >= 4.2.
  • Support for GHC 9 and GHC 9.2.
  • Breaking change: remove unhexp, pokeInfo, mark and named.
  • Breaking change: HExp no longer has a Storable instance.
  • Breaking change: some fields of SEXPInfo have been removed.
  • Breaking change: Special and Primitive constructors of HExp no longer carry any information. R-4.2 makes these forms completely opaque.
  • Process quasiquotes using an instance of the R interpreter in a separate process. This improves support on macOS.

v0.10.5

11 Nov 17:05
Compare
Choose a tag to compare
  • Support aeson >= 2

v0.10.2

11 Nov 17:06
Compare
Choose a tag to compare
  • MonadFail instance to R.

v0.10

11 Nov 17:07
v0.10
Compare
Choose a tag to compare
  • inline-r supports running on FreeBSD
  • Fixed Lock system during QQ-generation
  • Support for new vector API.

v0.9.2: Bump version to 0.9.2

11 Nov 17:07
v0.9.2
Compare
Choose a tag to compare
  • GHC 8.4 compatibility
  • Add Literal instance for 'Text'