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

test failure

bergmark opened this issue · comments

From the stackage nightly build:

> /tmp/stackage-build8/inline-r-0.9.0.0$ dist/build/test-qq/test-qq
test-qq: R Runtime Error: Error: attempt to apply non-function

I cannot reproduce. Here's what I did:

# Run Stackage debian-bootstrap.sh script inside a ubuntu:xenial Docker image
$ stack unpack inline-r
$ cd inline-r-0.9.0.0
$ stack init --resolver nightly
$ stack test
$ echo $?
0

Anything I'm missing?

Sorry, I'll try to reproduce.

Closing in favour of #259