johnmchambers / XRJulia

XR-style Interface to Julia (from "Extending R")
33 stars 2 forks source link

Resolved erroneous system calls on Win10 #25

Closed waidschrat closed 11 months ago

waidschrat commented 5 years ago

The system() calls from JuliaXR resulted in error messages on my Win10 machine due to syntax issues in cmd with double quotes. Thus I revised to JuliaCMD function (besides some minor changes in the doc and adding a function to check for the Sockets package in Julia).