Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Interface to an R process |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 1.1 |
SHA1 sum: | a63b7ddd78aa26d95c32b6beb5e11ae3d5f7a8e6 |
Author: | Nicos Angelopoulos http://stoics.org.uk/~nicos |
Home page: | http://stoics.org.uk/~nicos/sware/r_session |
Download URL: | http://stoics.org.uk/~nicos/sware/packs/r_session/r_session-*.tgz |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
1.0.0 | 24bf9b052c49417172ef92d3ab3b4b6c2f8a4422 | 1 | https://github.com/JanWielemaker/r_session/archive/V1.0.0.zip |
1.1 | a63b7ddd78aa26d95c32b6beb5e11ae3d5f7a8e6 | 15 | http://stoics.org.uk/~nicos/sware/packs/r_session/r_session-1.1.tgz |
This package provides library(r_session)
that allows for communicating
with The R Project for Statistical
Computing. This package has been developed
by Nicos Angelopoulos and has
been part of the SWI-Prolog default packages for several years as
library('R')
.
This library has been superseeded by the real pack, which provides a much faster and robust interface to R by embedding the R dynamic library in Prolog using the foreign library interface. Still, the process based approach can come handy:
Documentation about this pack is in doc/r_session.html
and a simple
demo is in examples/r_demo.pl
.
Pack contains 38 files holding a total of 328K bytes.