This commit is contained in:
Vítor Santos Costa 2016-01-20 22:39:10 +00:00
parent e8f87d2875
commit a249156989

View File

@ -10,6 +10,16 @@
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
/**
@file real.pl
@author Nicos Angelopoulos
@author Vitor Santos Costa
@version 1:0:4, 2013/12/25, sinter_class
@license Perl Artistic License
*/
:- module(real, [ :- module(real, [
start_r/0, start_r/0,
end_r/0, end_r/0,
@ -64,7 +74,7 @@
%:- set_prolog_flag(double_quotes, string ). %:- set_prolog_flag(double_quotes, string ).
/** <module> An interface to the R statistical software. /** @defgroup libReal An interface to the R statistical software.
@ingroup packages @ingroup packages
#### Introduction #### Introduction
@ -269,10 +279,6 @@ logical :-
#### Info #### Info
@author Nicos Angelopoulos
@author Vitor Santos Costa
@version 1:0:4, 2013/12/25, sinter_class
@license Perl Artistic License
@see http://stoics.org.uk/~nicos/sware/real @see http://stoics.org.uk/~nicos/sware/real
@see pack(real/examples/for_real) @see pack(real/examples/for_real)
@see pack(real/doc/real.html) @see pack(real/doc/real.html)