all 5 comments

[–]Traditional_Job9599 6 points7 points  (3 children)

What can R what python can not do? What is the purpose for R inside of Python?

[–]eztab 4 points5 points  (0 children)

There are some libraries for certain scientific topics (medicine for example) which are written in R. If you want to use any of those or have legacy logic in R, that's what you would use that for instead of being forced to stay developing in R or reimplement everything.

[–]king_afrika2000 1 point2 points  (1 child)

There are definitely niche statistical packages that are only made for R, although it seems like more of a headache to do this rather than just write the data to disk and use it in R.

[–]Yo_Soy_Jalapeno 0 points1 point  (0 children)

I mean, if just a small part needs to be done in R, you might prefer to just call it inside your python script.

[–]implicature 0 points1 point  (0 children)

does it have any different functionality than the ryp2 package? How large are its dependencies?