<<

NAME

UCS::R::RSPerl - RSPerl-based implementation of R backend

SYNOPSIS

  use UCS::R::RSPerl;
  ## exports Start(), Stop() and Exec() functions into current namespace
  ## as well as LoadVector() and DumpVector()

DESCRIPTION

This module should only be used implicitly through UCS::R, which loads the UCS::R::RSPerl implementation if available, and falls back on the inefficient UCS::R::Expect implementation otherwise.

Note that use UCS::R::RSPerl will fail if RSPerl support is not available, causing the compilation of the Perl script to abort.

COPYRIGHT

Copyright (C) 2004-2005 Stefan Evert.

This software is provided AS IS and the author makes no warranty as to its use and performance. You may use the software, redistribute and modify it under the same terms as Perl itself.

<<