| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| JuliaConnectoR.pdf | 2026-01-09 | 185.6 kB | |
| JuliaConnectoR_1.1.5.tar.gz | 2026-01-09 | 85.9 kB | |
| README.md | 2026-01-09 | 735 Bytes | |
| v1.1.5 source code.tar.gz | 2026-01-09 | 95.4 kB | |
| v1.1.5 source code.zip | 2026-01-09 | 128.7 kB | |
| Totals: 5 Items | 496.3 kB | 0 | |
Small improvements and upgrades:
-
juliaSetupOk()now actively attempts to start the Julia connection. If startup fails (for example because required Julia packages such asTables.jlare unavailable), tests fail gracefully (without error or warning but informative message), in line with CRAN policy on unavailable external resources. -
The
startJuliaServer()example has been updated to reflect the new behavior offuture::future(), which disallows establishing new connections. The example now demonstrates how to set up the Julia connection before callingfuture::future(). -
CI/testing update: Tests now run on Julia 1.10 and 1.12.
-
Documentation update: now uses the current Flux version in the example.