README.md

rPython-win

This is rPython for Windows. If you are on Linux/Mac, you can install it from CRAN.

Installation

install.packages("devtools")
library(devtools)
echo 'PKG_LIBS=-LC:/python27/libs -lpython27'  > src/makevars.win
echo 'PKG_CFLAGS=-I"C:/Python27/include"'     >> src/makevars.win

and you should edit them to point to the path where you installed Python. In the default configuration it is assumed that the Python version is 2.7 and that it is installed in C:/Python27. Change it according to your Python installation. * Install the package running install("path/to/rPython"). For instance, I run

install("C:/Users/carlos/Downloads/rPython")

Issues

rPython on Windows is mostly experimental and has only been tested on one Windows box. Please, contact the maintainer (me) if you find any issues on your platform.



cjgb/rPython-win documentation built on May 13, 2019, 7:32 p.m.