Skip to content

Instantly share code, notes, and snippets.

@Non-Contradiction
Created March 22, 2018 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Non-Contradiction/67a2b740706e7e7697504a7997707fa5 to your computer and use it in GitHub Desktop.
Save Non-Contradiction/67a2b740706e7e7697504a7997707fa5 to your computer and use it in GitHub Desktop.
dll_file <- system("julia -e \'print(Libdl.dlpath(\"libjulia\"))\'", intern = TRUE)
JuliaCall:::juliacall_initialize(dll_file)
JuliaCall:::juliacall_cmd('print("1\n")')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment