The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.09

  • Changes in the new() method:
    • it automatically calls start()
    • it has the 'shared' option to start a shared bridge
  • More portable filenames (RT #70391)
  • Added convenience methods:
    • run() replaces send() and read() and checks for errors (RT #70361)
    • get() fetches the values in an R vector (RT #70361)
    • set() assigns values to an R vector
  • Fixed a bug in the unlock() method
  • Removed the R() and error() methods and renamed some other. These changes should be transparent and backward compatible
  • Maintenance: many more unit tests, synopsis clarification, POD work, script touchups, small code cleanups, version numbering, better README generation, Git and bug tracker URLs

Modules

Controls the R interpreter through Perl.
Implements a communication bridge between Perl and R.