RCP: 0.8.0, R error startup messages
Simplify R startup messages when:
- The R executable path is empty
- The R executable path point to a non-existing file
- The R executable path don’t point a file
- The R executable path point a non executable file
- R was not started using the The R executable path
See externalized messages :
RCoreMessages.error_rservePathNotSet
RCoreMessages.bind(RCoreMessages.error_cantFindRServeInPath,
pathToRExecutable)
RCoreMessages.bind(RCoreMessages.error_RservePathNotPointingAFile,
pathToRExecutable)
RCoreMessages.bind(RCoreMessages.error_cantExecuteRServe,
pathToRExecutable)
RCoreMessages.bind(RCoreMessages.rserveNotStartedUsingTheP0Path,
pathToRExecutable)
(from redmine: issue id 2752, created on 2020/01/30 by Matthieu Decorde)