Closed andreped closed 2 years ago
I got this same error too. Reinstallation of R and rpy2 didn't help. I hope it can be fixed soon.
I get the same traceback. It seems the cmprsk
package is outdated.
my apologies for the late reply. I didn't see it until now. I've use version rpy2==2.9.4
I created the package. I've quite outdated at the moment as rpy version is currently 3.5 which means they've made backwards incompatible changes.
I'll try to update the dependencies of package to date
@OmriTreidel Patient as always. Still relevant for me in my studies. Will be great to get this finally working :]
It seems like rpy2 has made many breaking changes. @andreped were you able to run it using rpy2 2.9 ?
This issue was caused due to change in version of rpy2. version 0.1.0 requires rpy2 version less than 3. The cmprsk
package is now version 1.0.0 and requires rpy2 greater than 3 so this issue is resolved.
It seems like rpy2 has made many breaking changes. @andreped were you able to run it using rpy2 2.9 ?
Just had the time to return back to this work. Just tested the new version and everything seems to be working, at least for my setup using Python 3.7.9 on Win10.
Great work!
After further analysis of the rpy2.rinterface object, using dir I get:
As 'INTSXP' cannot be found in this list, I'm guessing that they have renamed it to something else (?)... Is there a specific version of rpy2 one should use, or is there something else wrong?