GithubHelp home page GithubHelp logo

rocalabern / rpython-win Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cjgb/rpython-win

0.0 2.0 0.0 53 KB

rPython for Windows

License: GNU General Public License v2.0

R 59.43% Shell 2.71% M4 21.33% Python 0.34% C 16.19%

rpython-win's Introduction

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)
  • Download the package as a zip file (see "Download Zip" button to the right of this page).
  • Unzip the package and rename the directory as rPython (not rPython-win).
  • If needed, edit the configure.win file inside the directory. By default, it contains the lines
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.

Note: Modified for Anaconda Python.

rpython-win's People

Contributors

cjgb avatar rocalabern avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.