Skip to content

Missing rpy2 (optional) dependency? #873

@mschilli87

Description

@mschilli87

Please make sure these conditions are met

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of pertpy.
  • (optional) I have confirmed this bug exists on the main branch.

Report

pertpy.tl.Milo().da_nhoods (conditionally) imports from rpy2:

import rpy2.robjects as ro
from rpy2.robjects import numpy2ri, pandas2ri
from rpy2.robjects.conversion import localconverter
from rpy2.robjects.vectors import FloatVector

However, this (optional) dependency is not specified in pyproject.toml (and thus not installed by the Conda recipe).

Versions

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions