RPy2 Refactor #21
Labels
priority:normal
state:in-progress
This is being worked on
subsystem:python
Relates to Python files
subsystem:R
Relates to R files
type:development
This is an issue with MADRID backend
Description
Implementation of the
r2py
package is not great for the following reasonsimport ...
), the entirety of the "linked" R file is imported as well. This causes slow importsFixes
To fix this, it would be ideal to place the
r2py
code into its own class, capable of loading any R file required. A possible function signature could appear as follows:Impacts
The following Python files are currently impacted
The text was updated successfully, but these errors were encountered: