search for: do_esoftversion

Displaying 4 results from an estimated 4 matches for "do_esoftversion".

2019 Nov 21
3
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
Hi, I am trying to build a more recent version (3.6.1 or 3.5.3) of R on Ubuntu 18.04 LTS. I have installed build-deps with: sudo apt-get build-dep r-base and I ran ./configure During "make", I get the following error: platform.o: In function `do_eSoftVersion': /home/user/Desktop/R-3.6.1/src/main/platform.c:3129: undefined reference to `u_getVersion_58' /home/user/Desktop/R-3.6.1/src/main/platform.c:3130: undefined reference to `u_versionToString_58' util.o: In function `resetICUcollator': /home/user/Desktop/R-3.6.1/src/main/util.c:202...
2019 Nov 22
0
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
...of R on > Ubuntu 18.04 LTS. Are you aware you can get up-to-date binaries either from PPA or CRAN: sudo add-apt-repository ppa:marutter/rrutter sudo apt-get install r-base-dev > and I ran ./configure > During "make", I get the following error: > platform.o: In function `do_eSoftVersion': > /home/user/Desktop/R-3.6.1/src/main/platform.c:3129: undefined reference > to `u_getVersion_58' Such linking errors indicate you are not linking against the correct library that you compiled against. In this case, there seems to be a version conflict because you compiled against...
2019 Nov 24
2
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
...Are you aware you can get up-to-date binaries either from PPA or CRAN: > > sudo add-apt-repository ppa:marutter/rrutter > sudo apt-get install r-base-dev > >> and I ran ./configure >> During "make", I get the following error: >> platform.o: In function `do_eSoftVersion': >> /home/user/Desktop/R-3.6.1/src/main/platform.c:3129: undefined reference >> to `u_getVersion_58' > Such linking errors indicate you are not linking against the correct > library that you compiled against. In this case, there seems to be a > version conflict because...
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...e", do_pipe, 0, 11, 3, {PP_FUNCALL, PREC_FN, 0}}, {"fifo", do_fifo, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}}, {"gzfile", do_gzfile, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}}, @@ -983,7 +983,7 @@ FUNTAB R_FunTab[] = {"eSoftVersion",do_eSoftVersion, 0, 11, 0, {PP_FUNCALL, PREC_FN, 0}}, {"curlVersion", do_curlVersion, 0, 11, 0, {PP_FUNCALL, PREC_FN, 0}}, {"curlGetHeaders",do_curlGetHeaders,0, 11, 3, {PP_FUNCALL, PREC_FN, 0}}, -{"curlDownload",do_curlDownload, 0, 11, 5, {PP_FUNCALL, PREC_FN, 0}}, +{"curlDown...