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

The documentation does not show examples of calling Haskell functions from R, but there are some examples [in the tests](https://github.com/tweag/HaskellR/blob/master/inline-r/tests/test-qq.hs). Maybe the tests could be linked for this and other...

**Describe the bug** Library information on Hackage and Stackage is out-of-date. For example, inline-r Control.Monad.R does not appear. **To Reproduce** Just look at Hackage or Stackage. **Expected behavior** Up-to-date documentation....

**Describe the bug** When building under Windows with the latest version of R installed (R-4.3.0) there are error messages while building H, namely, H > ghci9.2.5.exe: addLibrarySearchPath: c:\Program Files\R\R-4.2.2\bin\x64 (Win32...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 7.0.2.2 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies

**Describe the bug** Under Ubuntu Linux, H can be started with stack --nix exec H But if I modify H/H.ghci and use stack --nix exec ghci -- -ghci-script H/H.ghci there...

**Describe the bug** With some hacking I managed to get H to start in GNU Emacs, but the output is buffered, so not seen. A typical session in Emacs looks...

bug

The tests introduced in https://github.com/tweag/HaskellR/pull/394 can likely be moved into the main test suite. Instead of producing a test binary for each, consider using `process` to set the environment variable...

enhancement

Currently, we don't test H in CI. This ticket is about producing some simple test for H and running it in CI together with the tests for inline-r on Windows.

A bunch of bindings using `capi` FFI were changed in #379 to use `ccall`instead. This does no checking of the types of the C functions which will cause undefined behavior...