.. _f-installcustomR: module ``installcustom.install_custom_R`` ========================================= Short summary +++++++++++++ module ``pymyinstall.installcustom.install_custom_R`` Various functions to install `R `_. :githublink:`%|py|5` Functions +++++++++ +----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==================================================================================+=======================================================================================================+ | :func:`get_R_version ` | returns the version of installed R, we only focus on the x64 version | +----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ | :func:`install_R ` | Install `R `_. It does not do it a second time if it is already installed. | +----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ | :func:`IsRInstalled ` | | +----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.installcustom.install_custom_R :members: :special-members: __init__ :show-inheritance: