rpy2
rpy2 copied to clipboard
Interface to use R from Python
**Describe the issue or bug** Our Linux distribution (NixOS) started seeing `rpy2` test failures under Python 3.11.9 after upgrading to R 4.4.0. The following test case, minimized from `tests/Interface/test_embedded.py:test_parse_error_when_evaluating`, segfaults...
When importing rpy2.robjects I get the following error message: import rpy2.robjects as objects (the first print is due to: print(os.system('R --version')) R version 4.4.0 (2024-04-24) -- "Puppy Cup" Copyright (C)...
**Describe the issue or bug**  A clear and concise description of what the issue or bug is. Please note that this to report demonstrated or suspected issues or bugs...
**Describe the issue or bug** I noticed some test cases failed on riscv64: ``` =========================== short test summary info ============================ FAILED rpy2/tests/rinterface/test_na.py::test_R_to_NAComplex - assert False FAILED rpy2/tests/rinterface/test_vector_complex.py::test_init_from_seqr - as... FAILED...
**Describe the issue or bug** When using rpy2 to execute R code that involves connecting to a MySQL database using the RMySQL package, I encounter an OSError indicating that the...
When we turn on pandas2ri.activate(), grid.unit gives an error. Here is the code. This happens in rpy2 version 3.5.16, running in python 3.11.6 ```python from plotnine.data import mtcars import rpy2.robjects.lib.ggplot2...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
First of all, many thanks for developing and maintaining this very useful library **Short description of the issue:** It seems that starting from `rpy2 >= 3.6`, the library depends on...