SAP Predictive Analytics - JRI interface issue #278
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@aaronkrech it looks like a permission issue - you don't seem to have permission to install packages in the library you are using. You should install it into your own personal library instead. You really want to use the CRAN binary version, because compiling Java from sources is non-trivial on Windows (you need tools, JDK, etc.) - and it is not necessary. Microsoft provides an archive of binaries MRAN Timemachine, so for R 3.4.4 the following was the binary at the time which you could try: https://cran.microsoft.com/snapshot/2018-04-01/bin/windows/contrib/3.4/rJava_0.9-9.zip Note that you still have to fix your permission issues fist. You can also use the above as a mirror by using install.packages("rJava", repos="https://cran.microsoft.com/snapshot/2018-04-01") |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

@aaronkrech it looks like a permission issue - you don't seem to have permission to install packages in the library you are using. You should install it into your own personal library instead.
You really want to use the CRAN binary version, because compiling Java from sources is non-trivial on Windows (you need tools, JDK, etc.) - and it is not necessary.
Microsoft provides an archive of binaries MRAN Timemachine, so for R 3.4.4 the following was the binary at the time which you could try:
https://cran.microsoft.com/snapshot/2018-04-01/bin/windows/contrib/3.4/rJava_0.9-9.zip
Note that you still have to fix your permission issues fist. You can also use the above as a mirror by using