Hi,
I am experiencing the same error. I use R 3.5.1 with no anaconda. I replayed the R integration script as proposed. Unfortunately, the error still occurs. Here are the last few lines of the log output:
Package not installed: dplyr
No version requested for httr considering installed version OK:1.4.0
No version requested for gtools considering installed version OK:3.8.1
Package not installed: IRkernel
Error: at least one package failed to install required version
In addition: Warning messages:
1: In install.packages(toInstall, "/home/dataiku/dss/code-envs/R/R_test2/R.lib", :
installation of package ‘pillar’ had non-zero exit status
2: In install.packages(toInstall, "/home/dataiku/dss/code-envs/R/R_test2/R.lib", :
installation of package ‘htmltools’ had non-zero exit status
3: In install.packages(toInstall, "/home/dataiku/dss/code-envs/R/R_test2/R.lib", :
installation of package ‘tidyselect’ had non-zero exit status
4: In install.packages(toInstall, "/home/dataiku/dss/code-envs/R/R_test2/R.lib", :
installation of package ‘tibble’ had non-zero exit status
5: In install.packages(toInstall, "/home/dataiku/dss/code-envs/R/R_test2/R.lib", :
installation of package ‘repr’ had non-zero exit status
6: In install.packages(toInstall, "/home/dataiku/dss/code-envs/R/R_test2/R.lib", :
installation of package ‘dplyr’ had non-zero exit status
7: In install.packages(toInstall, "/home/dataiku/dss/code-envs/R/R_test2/R.lib", :
installation of package ‘IRkernel’ had non-zero exit status
Execution halted
Also, when I try to remove the coding environment, I get a warning:
"Jupyter support removal failed
ERR_CODEENV_JUPYTER_SUPPORT_REMOVAL_FAILED
Couldn't find kernel spec(s): r-dku-venv-r_test2"
Any other Idea besides replaying the R integration script?
Thanks