python_version_request: Check if rPython comes with the correct Python version

View source: R/steadyStates.R

python_version_requestR Documentation

Check if rPython comes with the correct Python version

Description

rPython is liked against a certain Python version found on the system. If Python code called from R requires a specific Python version, the rPython package needs to be reinstalled. This functions helps to do this in one line.

Usage

python_version_request(version)

Arguments

version

character indicating the requested Python version

Value

TRUE if rPython is linked against the requested version. Otherwise, the user is asked if rPython should be reinstalled with the correctly linked Python version.


dkaschek/dMod documentation built on May 9, 2024, 2:07 a.m.