johnmchambers / XRJulia

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

fix julia connection on Windows platform #1

Closed vh-d closed 7 years ago

vh-d commented 7 years ago

The two fixes allow connecting to Julia on Windows platform. Tested on Windows 7 64-bit and Windows Server 2008. For some reason the establishing the connection takes some time, though.

johnmchambers commented 7 years ago

Merged, thanks. Seems fine, but not having a Windows installation, taking this somewhat on faith.

On Aug 18, 2016, at 12:30 AM, Václav Hausenblas notifications@github.com<mailto:notifications@github.com> wrote:

The two fixes allows connecting to Julia on Windows platform. Tested on Windows 7 64-bit. For some reason the establishing the connection takes some time, though.


You can view, comment on, or merge this pull request online at:

https://github.com/johnmchambers/XRJulia/pull/1

Commit Summary

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/johnmchambers/XRJulia/pull/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABPfygSJBcA-_RGP_CU4iTQLoGMmuZaQks5qhAougaJpZM4JnNXw.

vh-d commented 7 years ago

Running the basicEval.R in XRJulia/tests on Windows gives the same values and/or errors as running on Linux except that some error messages on Linux are more verbose, but that may be on Julia side.

Hopefully, the package will get more attention and more testers soon.