Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "real"

Title:Integrative statistics with R
Rating:Not rated. Create the first rating!
Latest version:2.3
SHA1 sum:f9654a65e16a6a8be72d5c0b40b8e23c4cf40aca
Author:Nicos Angelopoulos http://stoics.org.uk/~nicos
Vitor Santos Costa http:/www.dcc.fc.up.pt/~vsc
Maintainer:Nicos Angelopoulos http://stoics.org.uk/~nicos
Packager:Nicos Angelopoulos http://stoics.org.uk/~nicos
Home page:http://stoics.org.uk/~nicos/sware/real
Download URL:http://stoics.org.uk/~nicos/sware/packs/real/real-*.tgz

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
0.0.8c6d5d8ade2fedfef9e9db618b3fc40728f3402bf3http://bioinformatics.nki.nl/~nicos/real-0.0.8.tgz
0.1.080a8a5cb7f1acd894912fa9523427b0f41a7275c30http://bioinformatics.nki.nl/~nicos/sware/packs/real/real-0.1.0.tgz
0.1.23870c2ae35ddc8215f623128b31e56928ff98e735http://stoics.org.uk/~nicos/sware/packs/real/real-0.1.2.tgz
1.0.05ef8a6e97a27fb550f5738cf7e37e1db07a706041http://stoics.org.uk/~nicos/sware/packs/real/real-1.0.0.tgz
1.0.20c009ecb3ad35c599e2c2fba171dea56601c9b3f1http://stoics.org.uk/~nicos/sware/packs/real/real-1.0.2.tgz
1.0.4a60f7c4e3d703c1ea761eed094869828236db81d17http://stoics.org.uk/~nicos/sware/packs/real/real-1.0.4.tgz
1.1.05b51c774169a0e674248bac4796389b1db4059bc20http://stoics.org.uk/~nicos/sware/packs/real/real-1.1.0.tgz
https://github.com/So-Cool/packages-real/releases/download/1.1.0/real-1.1.0.tgz
1.2d98b6c7e197d79844eebfe5333f081d9b12bbe1624http://stoics.org.uk/~nicos/sware/packs/real/real-1.2.tgz
1.3fdf6c5792a62eeff170ebeb31b16749cb7ed5a3f14http://stoics.org.uk/~nicos/sware/packs/real/real-1.3.tgz
1.4e090d52acec98f4e183d0621359a343b452510fd51http://stoics.org.uk/~nicos/sware/packs/real/real-1.4.tgz
1.5c8cc0f5fe0137a1fa39f499371612e650fb8a5c439http://stoics.org.uk/~nicos/sware/packs/real/real-1.5.tgz
2.0ecd904064a5dc55ba6100847d21fa92b3c460bc3214http://stoics.org.uk/~nicos/sware/packs/real/real-2.0.tgz
2.1a08f86af3dc86e952b862f47c86b50ebe3dc000a141http://stoics.org.uk/~nicos/sware/packs/real/real-2.1.tgz
2.2016a9545429ecebae5070400afae4450dbc2667c1https://stoics.org.uk/~nicos/sware/packs/real/real-2.2.tgz
2.3f9654a65e16a6a8be72d5c0b40b8e23c4cf40aca32https://stoics.org.uk/~nicos/sware/packs/real/real-2.3.tgz

Real 2.0

Real is a c-based interface for connecting R to Prolog. See the documentation at doc/html/real.html for more information. There is also a paper [1] and a user's guide in doc/guide.pdf.

Real works on current versions of SWI and YAP. As of version 1.1 there is support for using Real on SWI web-servers.

Licence

This software can be distributed under the MIT licence (see prolog/real.pl).

INSTALL

To install stable versions:

SWI-Prolog

?- pack_intall( real ).

Yap install Yap itself with configure --with-R

See doc/guide.pdf for further details on stable versions.

Git access

To get the latest git version goto

git clone https://github.com/nicos-angelopoulos/real

To install developmental versions do:

SWI-Prolog (a)

Install last stable real with ?- pack_install( real ).

replace the pack/real directory with the clone from git repository and do

?- pack_rebuild( real ). % to force SWI to build from sources.

SWI-Prolog (b) clone real into pl-devel/packages/real add this to your build script export EXTRA_PKGS="real" build SWI from sources as per usual

Yap replace $YAP/packages/real with the development version you downloaded and rebuilt Yap with

configure --with-R

Test

SWI

?- [pack('pack/real/examples/for_real')]. ?- for_real.

Yap ?- [examples/for_real]. ?- for_real.

Thanks, Samer Abdallah, for web support improvements.

Jan Wielemaker, for reimplenting the C-interface of the prototype for v1.0, for dots in identifiers (without flags) and web-support.

Primary reference: [1]

Advances in integrative statistics for logic programming Nicos Angelopoulos, Samer Abdallah and Georgios Giamas International Journal of Approximate Reasoning, (IJAR) Volume 78, November 2016, pages 103-115. http://dx.doi.org/10.1016/j.ijar.2016.06.008

[2] Integrative functional statistics in logic programming Nicos Angelopoulos, Vitor Costa Santos, Joao Azevedo, Jan Wielemaker, Rui Camacho and Lodewyk Wessels In Practical Aspects of Declarative Languages (PADL'13) January, 2013. Rome, Italy. http://stoics.org.uk/~nicos/pbs/padl2013-real.pdf


Nicos Angelopoulos 2013-2017

Version 1.0- with Vitor Santos Costa: December, 2012.

Contents of pack "real"

Pack contains 44 files holding a total of 1.2M bytes.