tweag / HaskellR

The full power of R in Haskell.
https://tweag.github.io/HaskellR
Other
584 stars 47 forks source link

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

Open ConnorBaker opened 1 year ago

ConnorBaker commented 1 year ago

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 as part of each test.

facundominguez commented 1 year ago

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