Maël Lefeuvre

Results 1 issues of Maël Lefeuvre

**Describe the issue or bug** Attempting to import the r package [`archive`](https://github.com/r-lib/archive) using `rpy2-v3.5.16` raises an `rpy2.rinterface_lib.embedded.RRuntimeError` exception. ```python from rpy2.robjects.packages import importr archive = importr('archive') ``` Note that: -...

bug