-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test H and inline-r on windows in CI #397
Comments
I installed under Windows using several recent versions of R (up to and including 4.2.2) |
Here is more info on the problem. I'm using Windows 11, with ghc 9.2.5, and R-4.2.2. Following the instructions at tweag.github.io/HaskellR, H installs without problems, but An error occurred while trying to parse the R code. The stderr of the R interpreter was: Googling for the error string results in about 500,000 results. The problem arises because a string with Windows-style backslashes is provided, as in read.csv("C:\Users\bob\test.csv"). The work-around is to use forward slashes, or escapes, In a different scenario, if I do not clone the files from the HaskellR repository, and simply issue the stack install command <no location info>: error: <interactive>:21:1: error: <interactive>:21:32: error: |
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.
The text was updated successfully, but these errors were encountered: