.. contents:: :depth: 3.0 .. Dependencies ============ Software Dependencies --------------------- | **R** >= 2.15 | **Python** >= 2.7 Package Dependencies -------------------- R-packages (all available on `cran `_): + **pack** + **methods** + **R6** + **stats** Linux Dependencies ------------------ On Linux the *Python Development Headers* are needed to link Python to R. On **Debian** and Debian-based Linux distributions (including **Ubuntu** and other derivatives) the *Python Development Headers* can be installed by typing the following into the terminal. .. code:: bash apt-get install python-dev For **Red Hat Enterprise Linux** , **Fedora**, and other **Red Hat Linux-based** distributions, use the following for installation. .. code:: bash yum install python-devel Windows Dependencies -------------------- There are no additional dependencies on Windows, for more information see the `Installation `_ section.