GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Statistics::R::Legacy(3) User Contributed Perl Documentation Statistics::R::Legacy(3)

Statistics::R::Legacy - Legacy methods for Statistics::R

Do not use this module directly. Use Statistics::R instead.

This module contains legacy methods for Statistics::R. They are provided solely so that code that uses older versions of Statistics::R does not crash with recent version. Do not use these methods in new code!

Some of these legacy methods simply had their name changed, but some others were changed to do nothing and return only single value because it did not make sense to keep these methods as originally intended anymore.

startR()
This is the same thing as start().
stopR()
This is the same thing as stop().
restartR()
This is the same thing as restart().
Rbin()
This is the same thing as bin().
start_sharedR() / start_shared()
Use the shared option of new() instead.
send / read() / receive()
Use run() instead.
lock()
Does nothing anymore.
unlock()
Does nothing anymore.
is_blocked() / is_locked()
Return 0.
error()
Return the empty string.
clean_up()
Does nothing anymore.

Statistics::R

Florent Angly <florent.angly@gmail.com> (2011 rewrite)

Graciliano M. P. <gm@virtuasites.com.br> (original code)

Florent Angly <florent.angly@gmail.com>

Brian Cassidy <bricas@cpan.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

All complex software has bugs lurking in it, and this program is no exception. If you find a bug, please report it on the CPAN Tracker of Statistics::R: <http://rt.cpan.org/Dist/Display.html?Name=Statistics-R>

Bug reports, suggestions and patches are welcome. The Statistics::R code is developed on Github (<http://github.com/bricas/statistics-r>) and is under Git revision control. To get the latest revision, run:

   git clone git@github.com:bricas/statistics-r.git
2014-08-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.