rPython-win icon indicating copy to clipboard operation
rPython-win copied to clipboard

rPython for Windows

Results 21 rPython-win issues
Sort by recently updated
recently updated
newest added

> install("C:/Users/Noman Khalid/Documents/rPython") > Installing rPython > "C:/PROGRA~1/R/R-33~1.1/bin/x64/R" --no-site-file --no-environ \ > --no-save --no-restore --quiet CMD INSTALL "C:/Users/Noman \ > Khalid/Documents/rPython" --library="C:/Users/Noman \ > Khalid/Documents/R/win-library/3.3" --install-tests - installing _source_ package...

I'm trying to install rPython on Windows 7, failed by "No module named site". My environment configuration is: Python 3.6.3 is installed under `"C:\Program Files\Python\Python36"` which is default location. Rtools...

I tried to install with python 2.7 and python 3.6 ..but not hope. The uninstall everything. But while install with anaconda its works instantly !! Dont know the reason ..but...

I edited the configure.win file ... ``` #!/bin/sh echo 'PKG_LIBS=-LC:/Users/jvadams/AppData/Local/Programs/Python/Python36-32/libs -lpython36' > src/makevars.win echo 'PKG_CFLAGS=-I"C:/Users/jvadams/AppData/Local/Programs/Python/Python36-32/include"' >> src/makevars.win ``` Then I tried to install rPython-win from within R ``` > devtools::install("C:/JVA/Software/rPython")...

Hello! rPython-win seems to have a lof of potential and it is really fast! However, I have run into a few issues that I figured I'd tell you about. I...

Hello, I tried to install rPython following the instructions given in the README file of this GitHub repository. I am using Windows 10, R.3.3.0, Python 2.7 (stored in "C:/Python27"). When...

Hi, I (think) I followed all the steps required to install rPython on a Windows server.. but I'm getting the following error. Please help. Thank you. > install("C:/rPython") Installing rPython...

Hello, when trying to install rPython on my windows 7 computer with R 3.3.1, i have the error "python36.ddl is missing on your computor". Can you help me for this...

Hi, I ma using Anaconda and edited config.win file accordingly. But when I trying to install rPython, it says "Package is not available for R-version 3.2.4". Could you kindly tell...

- updated docs, including need for options(rPython.paths=list(...)) - added .onLoad logic to add PYTHONHOME, PYTHONPATH, and update PATH (only if rPython.paths is set correctly) - removed references to devtools (will...