HaskellR
HaskellR copied to clipboard
The full power of R in Haskell.
**Describe the bug** First I ran into https://github.com/tweag/HaskellR/issues/374 Then trying to fix that, I cloned the repo and tried to build it and got: ``` > cabal build inline-r --minimize-conflict-set...
Allows for the building of HaskellR with `cabal`. In addition to the creation of a `cabal.project` file, this PR renames the `examples` and `IHaskell` directories so they match the name...
This is an experiment to remove the type argument of SEXPs using Liquid Haskell as explained in #389. Build with ``` stack build --flag inline-r:liquidhaskell inline-r ``` It relies on...
**Describe the bug** ``` [nix-shell:~/Packages/HaskellR]$ stack --nix exec -- H Language.R.Interpreter: Cannot increase stack size limit.Try increasing your stack size limit manually:$ launchctl limit stack 67104768$ ulimit -s 65532 ***...
Language.R.HExp.HExp has a wrong comment: "Because this is in fact a GADT, the use of named record fields is not possible here. Named record fields give rise to functions for...
`inline-r` currently uses the Haskell type system to catch some programming mistakes at compile time. Because producing these compile time errors has a cost in complexity of the API presented...
Tuturial branch includes HaskellR/examples/tutorial/tutorial.hs HaskellR/examples/tutorial/lifting.hs HaskellR/IHaskell/examples/tutorial.ipynb HaskellR/installwin.bat HaskellR/data (output directory for tutorial) The last file installs under Windows after getting config info from R. Added R packages to shell.nix. Added...
**Describe the bug** R only renders part of a plot, requiring the addition of dev.flush() after the plot command in a quasiquote. A related issue is that the module Language.R.Event...
**Is your feature request related to a problem? Please describe.** One might expect that when a mutable vector is passed to a quasiquote, that the R code in the quasiquote...