Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

A rpy única instalação pode agora trabalhar com várias versões de objetos R. R lógico (TRUE / FALSE) são mapeados em python objetos Boolean. Há um modo VECTOR_CONVERSION novo. R cabeçalhos fonte não são mais necessários. Há muitas correções.
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

Esta versão corrige muitos vazamentos de memória. Ele também corrige lista de discussão e sincronização de retorno, o que causou falhas de segmentação.
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

Novos recursos como a manipulação do ciclo de eventos e personalizável R / S do R intérprete, melhor gestão de SIGINT, e correções de bugs não críticos, mas irritantes (fatores e eu errado / O). A versão para Windows está disponível além do Linux e Unix apoio.
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

Esta versão corrige vários erros graves que causaram segfaults Python. O sistema de conversão foi reformulado para permitir ao usuário definir as funções de conversão de e para o R. Suporte de conversão para arrays numéricos foi adicionado. A documentação também foi reforçada e os exemplos estão incluídos.
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