tweag / HaskellR

The full power of R in Haskell.

Home Page:https://tweag.github.io/HaskellR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inline-r: move `R_LIBS` tests into main testsuite

ConnorBaker opened this issue · comments

The tests introduced in #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 as part of each test.

If they depend on H, perhaps they will need to be migrated to the H package.