Bug #2752

RCP: 0.8.0, R error startup messages

Added by Matthieu Decorde almost 4 years ago. Updated almost 4 years ago.

Status:New Start date:01/30/2020
Priority:Normal Due date:
Assignee:- % Done:

80%

Category:Stats / R Spent time: -
Target version:TXM 0.8.1

Description

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)

History

#1 Updated by Matthieu Decorde almost 4 years ago

  • Description updated (diff)
  • % Done changed from 0 to 80

Also available in: Atom PDF