Skip to content

Instantly share code, notes, and snippets.

@eyberg
Created December 19, 2021 21:32
Show Gist options
  • Save eyberg/b2a3c987b322ad2ca4b13e2aaeafa8ec to your computer and use it in GitHub Desktop.
Save eyberg/b2a3c987b322ad2ca4b13e2aaeafa8ec to your computer and use it in GitHub Desktop.
➜ r ops pkg load R_3.4.4 -c config.json -a hi.r
booting /Users/eyberg/.ops/images/R ...
en1: assigned 10.0.2.15
[1] "Hello World!"
Warning message:
system call failed: Function not implemented
exit status 1
➜ r cat config.json
{
"Files": ["hi.r"]
}
➜ r cat hi.r
print("Hello World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment