############################# RTOOLS documentation ############################# `rtools `_ is a python package that provides utilities related to the R language. It is mostly built upon RPY2. It is attended to simplify life of developers who are using R packages from python. **rtools** is used by: * `cellnopt.wrapper `_ to provide python interface to `cellnopt `_ R packages * `pymeigo `_, a python interface to MEIGOR, an optimisation toolbox written in R. .. _installation: Installation ################## **rtools** is available on `PyPi `_. The following command should install **rtools** and its dependencies automatically:: pip install rtools .. note:: How to `Install pip `_ User guide ################## .. toctree:: :maxdepth: 2 :numbered: quickstart.rst References ################## .. toctree:: :maxdepth: 2 :numbered: references ChangeLog.txt ################### .. toctree:: :maxdepth: 2 :numbered: ChangeLog