| Did you know ... | Search Documentation: |
| Packs (add-ons) for SWI-Prolog |
| Title: | Simple interface to R |
|---|---|
| Rating: | Not rated. Create the first rating! |
| Latest version: | 0.4 |
| SHA1 sum: | 53cd6dbdf1f11d5a958fae18e10dc8d8f184a5ea |
| Author: | Matthias Gondan <Matthias.Gondan@psy.ku.dk> |
No reviews. Create the first review!.
| Version | SHA1 | #Downloads | URL |
|---|---|---|---|
| 0.4 | 53cd6dbdf1f11d5a958fae18e10dc8d8f184a5ea | 18 | https://github.com/mgondan/rologpp.git |
install.packages('Rcpp', 'RInside')assert(prolog_pack:environment('R_LIBS_USER', X) :- getenv('R_LIBS_USER', X)). (This is needed if you installed the R packages in a local "user" directory)
SWI> pack_install(rologp). (Please note that rologp is written with only one p)
SWI> use_module(library(rologp)).
SWI> r_eval(2+2, X).
Pack contains 6 files holding a total of 51.3K bytes.