HaskellR icon indicating copy to clipboard operation
HaskellR copied to clipboard

The full power of R in Haskell.

Results 30 HaskellR issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.1 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Using R 4.1.3 i can `cabal build inline-r-0.10.5`. Using latest R 4.2.0 (that also is on stable ArchLinux), I get on `cabal build inline-r-0.10.5`: ``` Configuring library for inline-r-0.10.5.. Preprocessing...

On Fedora (35; but I had the same issue back on 33), I get the following error when trying to build inline-r without nix: ``` error: /usr/bin/ld.gold: error: .stack-work/dist/x86_64-linux-tinfo6/Cabal-3.4.1.0/build/Foreign/R_hsc_make.o: requires...

Dear all I had try to plot on H as blow ``` Prelude H.Prelude> let a=[1.0,2.0,3.0,5.0,6.0,7.0,3.0,2.0,1.0]::[Double] Prelude H.Prelude> [r|plot(a_hs)|] 0x00007fa538849d78 ``` The plot will show as a new exec application....

bug

It would be useful to view/pretty-print the SEXP structure returned by [r|expr|] using hexp. In particular, the R parse tree could be viewed using [r|parse(expr)|].

I assume that this feature has been discussed before, but it would be nice to have a simple conversion to and from data frames.

I've managed to get data into Haskell using the insight gained from reading this issue: https://github.com/tweag/HaskellR/issues/294 This prints to terminal fine in the REPL, however, I'm using `inline-r`in compiled source...

when this cell from the ihaskell-inline-r tutorial notebook ```haskell import qualified H.Prelude as H H.initialize H.defaultConfig ``` is executed, the kernel crashes with an `unhandled ELF relocation` error. ``` [I...

Time and date values are very common primitive type for statistical data. It would be very useful to have support for UTCTime values in HaskellR. I've been able to pass...

enhancement

Benchmark run have failed for no known reason, see: https://circleci.com/gh/tweag/HaskellR/1185