python.version.request: 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.