-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Greetings.
I'm using SPSS 27 and I smoothly installed R 3.6.3 and SPSS R-plugin.
However, when I tried the final step that locate R-plugin of SPSS to its directory,
there was something wrong with the following msg from SPSS:
STATS R36 CONFIGURATION R_HOME="C:\Program Files\R\R-3.6.3".
Warning in install.packages(pkg, lib = .libPaths()[1], repos = NULL, type = .Platform$pkgType) :
'lib = "C:/Program Files/R/R-3.6.3/library"' is not writable
Error in install.packages(pkg, lib = .libPaths()[1], repos = NULL, type = .Platform$pkgType) :
unable to install packages
Execution halted
Warning in install.packages(pkg, lib = .libPaths()[1], repos = NULL, type = .Platform$pkgType) :
'lib = "C:/Program Files/R/R-3.6.3/library"' is not writable
Error in install.packages(pkg, lib = .libPaths()[1], repos = NULL, type = .Platform$pkgType) :
unable to install packages
Execution halted
java.io.FileNotFoundException: C:\Users\b9202\OneDrive\��辣\R\win-library\3.6\spss270\spssxdcfg.ini (蝟餌絞�銝����楝敺��)
at java.io.FileInputStream.open(FileInputStream.java:212)
at java.io.FileInputStream.(FileInputStream.java:152)
at IniHandler.loadIniHandler(IniHandler.java:222)
at IniHandler.loadIniFile(IniHandler.java:20)
at IniHandler.loadIniFile(IniHandler.java:26)
at HandlePlugin.changeXDConfigFile(HandlePlugin.java:214)
at HandlePlugin.doInstall(HandlePlugin.java:58)
at STATS_R36_CONFIGURATION.exec(STATS_R36_CONFIGURATION.java:38)
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_R36_CONFIGURATION.Run(STATS_R36_CONFIGURATION.java:26)
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)
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_R36_CONFIGURATION.Run(STATS_R36_CONFIGURATION.java:26)
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.NullPointerException
at HandlePlugin.changeXDConfigFile(HandlePlugin.java:215)
at HandlePlugin.doInstall(HandlePlugin.java:58)
at STATS_R36_CONFIGURATION.exec(STATS_R36_CONFIGURATION.java:38)
... 11 more
May you help me how can I fix it ?
Thanks very much !