We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried following the Quick Tour directions. Everything worked up until the r.eval line:
r.eval
> r.eval('rnorm(10)', function(err,a) { if (err === null) { console.log(a) } else {console.log(err) }}) undefined > [ 'ERROR FROM R SERVER: ERR_inv_cmd 65538 67 16 [object ArrayBuffer]', 67 ] [ 'ERROR FROM R SERVER: ERR_inv_cmd 65538 67 16 [object ArrayBuffer]', 67 ]
I'm on node 4.2, OS X 10.10, and R 3.1.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried following the Quick Tour directions. Everything worked up until the
r.eval
line:I'm on node 4.2, OS X 10.10, and R 3.1.3
The text was updated successfully, but these errors were encountered: