IBMPredictiveAnalytics / STATS_R33_CONFIGURATION

This extension provides the IBM SPSS Statistics R Configuration tool to assist with the installation of IBM SPSS Statistics - Integration Plug-in for R3.3.
Apache License 2.0
0 stars 0 forks source link

Cannot add R path. #3

Open slaweklezala opened 3 years ago

slaweklezala commented 3 years ago

Defining R path in SPSS 25 fails: STATS R33 CONFIGURATION R_HOME="C:\Program Files\R\R-3.3.3". java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:508) at com.ibm.statistics.plugin.Extension.processcmd(Unknown Source) at STATS_R33_CONFIGURATION.Run(STATS_R33_CONFIGURATION.java:22) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:508) at com.ibm.statistics.plugin.Extension.main(Unknown Source) Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 at java.lang.String.substring(String.java:2715) at CheckREnv.getRMajor(CheckREnv.java:108) at CheckREnv.(CheckREnv.java:11) at HandlePlugin.doInstall(HandlePlugin.java:24) at STATS_R33_CONFIGURATION.exec(STATS_R33_CONFIGURATION.java:33) ... 11 more