NCEAS and rOpenSci are eager to integrate the C++ version of YW into an R package
that will wrap YW functionality to make it easily available to R users, and for use into
our own R packages. No repo has been setup for this yet.
One of the restrictions of distributing an R package (via CRAN) is that
no pre-compiled libraries can be included with the R package (no pre-compiled YW C++)
library. The build process for the R package in CRAN howwever, can perform all the linking
(sqlite, XSB).
So, it would be very helpful to have 'source' releases available that could be used by the R package.