You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like there's an issue with node trying to run the R executable somehow. Only things I've found out so far are that the error -8 is ENOEXEC, causes of which are usually a missing shebang or a missing +x flag (the latter of which seems impossible in our case, given R actually runs correctly for all previous tasks and the tests themselves).
The text was updated successfully, but these errors were encountered:
See this PR and notably this failed run.
It seems like there's an issue with node trying to run the R executable somehow. Only things I've found out so far are that the
error -8
isENOEXEC
, causes of which are usually a missing shebang or a missing+x
flag (the latter of which seems impossible in our case, given R actually runs correctly for all previous tasks and the tests themselves).The text was updated successfully, but these errors were encountered: