Categories: None [Edit]
galaaz
Galaaz brings the full R ecosystem to Ruby developers. Galaaz 2.0 runs Ruby on JRuby and
talks to standard GNU R—the same R you use with CRAN and Bioconductor—in a separate
process. A bridge handles requests, results, and typing so you can drive R from Ruby
(for example calling R functions, loading packages, and working with R objects) without
giving up multithreaded JRuby for application code.
Like RinRuby, rpy2, or reticulate, Galaaz is a cross-language bridge; unlike embedding a
second interpreter in one VM, using GNU R means compiled R packages and Bioconductor work
as usual. Large tables can optionally flow through Apache Arrow on the R side when you use
the helpers described in the project documentation.
You need both JRuby and a working GNU R installation in PATH for the bridge to run.
Build the native gatekeeper after install with: make -C ext/new_bridge all
Total
Ranking: 52,411 of 196,125
Downloads: 22,554
Daily
Ranking: 20,011 of 196,106
Downloads: 5
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | putfire |