This commit is contained in:
Vitor Santos Costa
2017-05-08 18:55:34 +01:00
parent 6e7846e210
commit 3e3893ceff
9 changed files with 456 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
The R Prolog Progrmming Interface {#real}
===================================
@file real.pl
@file real.md
@author Nicos Angelopoulos
@author Vitor Santos Costa
@version 1:0:4, 2013/12/25, sinter_class
@@ -9,6 +9,7 @@ The R Prolog Progrmming Interface {#real}
@ingroup packages
+ @ref realpl
This library enables the communication with an R process started as a shared library.
It is the result of the efforts of two research groups that have worked in parallel.

View File

@@ -949,3 +949,5 @@ prolog:message( r_root ) -->
:- initialization(start_r, now).
:- initialization( set_prolog_flag( double_quotes, string) ).
@}