<<

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 not be used directly. Import UCS::R instead, which will automatically load an available backend (UCS::R::RSPerl, UCS::R::Statistics, or UCS::R::Expect) as determined during the installation process.

Note that use UCS::R::RSPerl will fail if RSPerl is not available or does not function properly, 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.

<<