Peter
Peter

Reputation: 355

Install rPython under windows

I tried to install rPython under windows with install.packages("rPython"). However I am getting an error that the package does not exist.

Warning in install.packages :
  package ‘rPython’ is not available (for R version 3.2.5)

In the installation doc of the package I can only find this:

WINDOWS SYSTEMS
===============
On a Windows system, the package can only be installed from source at this time. Details to come.

Is there a work-around to work with Python in R?

Upvotes: 5

Views: 3616

Answers (1)

hyunwoo jeong
hyunwoo jeong

Reputation: 1624

Try 'rPython-win' if you use windows. rPython works in Linux.

https://github.com/cjgb/rPython-win

Upvotes: 5

Related Questions