-
Notifications
You must be signed in to change notification settings - Fork 40
Test run returns > options(error=expression(NULL)) on Ubuntu #15
Comments
Hi @ukebako, I haven't tested the code in ubuntu, so there might be problems as you describe. Feel free to contributed to the repository by submitting a pull request if you find a robust and cross-platform solution to what you've discovered. |
Same problem here. @ukebako did you eventually solve the issue? |
Actually adding \n at the end of expression was enough for me. I just grab what I need from the output. |
Thanks, @ukebako , the "\n" trick did work for me except the leading "options(error=expression(NULL))". |
I commented out line 45 in
|
ohkay . how to make it work on fedora 24 too? |
Hi.
I run the following code:
On my Mac it works as expected, but when I run it on Ubuntu server it returns just
UPDATE
I've found out that there's something wrong with end of line.
If i run something like this:
then it returns both 'options(...' and the result of the operation in the returning string
The text was updated successfully, but these errors were encountered: