Downloadliste

Projektbeschreibung

RPy is a very simple, yet robust, Python interface to the R Programming Language. It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All the errors from the R language are converted to Python exceptions. Any module that later were installed on the R system can easily be used from within Python, without introducing any changes.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-07-28 21:17
0.4.6

Eine einzige RPY installieren können nun mit mehreren Versionen von R. R Logische Objekte der Arbeit (TRUE / FALSE) werden nun in python Boolean-Objekte abgebildet werden. Es gibt eine neue VECTOR_CONVERSION Modus. R-Source-Header werden nicht mehr benötigt. Es gibt viele Bugfixes.
Tags: Minor bugfixes
A single Rpy install can now work with multiple versions of R. R Logical objects (TRUE/FALSE) are now mapped into python Boolean objects. There is a new VECTOR_CONVERSION mode. R source headers are no longer needed. There are many bugfixes.

2003-02-15 22:12
0.3.1

Diese Version behebt viele Memory Leaks. Es behebt auch Faden und Callback-Synchronisation, die Segmentierung Fehler verursacht hatte.
Tags: Major bugfixes
This release fixes many memory leaks. It also fixes thread and callback synchronization, which had caused segmentation faults.

2002-11-22 04:39
0.3

Neue Features wie der Umgang mit der R-Ereignis-Schleife und anpassbare I / O aus der R-Interpreter, besser SIGINT Management und Updates für unkritische, aber ärgerliche Bugs (Faktoren und falsche I / O). Eine Windows-Version wird zusätzlich zur Linux-und Unix-Unterstützung zur Verfügung.
Tags: Major feature enhancements
New features such as the handling of the R event loop and customizable I/O from the R interpreter, better SIGINT management, and fixes for non-critical but annoying bugs (factors and wrong I/O). A Windows version is available in addition to Linux and Unix support.

2002-04-15 13:55
0.2

Diese Version behebt viele Bugs, die schwere Python segfaults verursacht. Die Umwandlung-System wurde überarbeitet, erlaubt die Konvertierung benutzerdefinierte Funktionen und R. Unterstützung für die Umstellung auf Numerische Arrays wurde hinzugefügt. Die Dokumentation wurde ebenfalls verbessert und Beispiele sind im Preis inbegriffen.
Tags: Major bugfixes
This release fixes many severe bugs which caused Python segfaults. The conversion system has been reworked to allow user defined conversion functions from and to R. Support for conversion to Numeric arrays was added. The documentation was also enhanced and examples are included.

Project Resources