Re: [R] Issue building from source on RHEL7

2023-01-05 Thread Ivan Krylov
On Thu, 5 Jan 2023 17:49:34 + Stéphane Plaisance wrote: > The instruction on Posit are almost identical to those in R except > they add a version folder to be able to instyall multiple R's in > parallel. I do not think this is the reason. You're right. I don't currently see anything in Posit

Re: [R] Issue building from source on RHEL7

2023-01-05 Thread Stéphane Plaisance
Thanks Ivan, The instruction on Posit are almost identical to those in R except they add a version folder to be able to instyall multiple R's in parallel. I do not think this is the reason. I apparently fixed my 4.1.3 issue by adding a symlink R in /usr/lib64/ pointing to /opt/R/${R_VERSION}/l

Re: [R] Issue building from source on RHEL7

2023-01-05 Thread Ivan Krylov
On Thu, 5 Jan 2023 08:23:52 + Stéphane Plaisance wrote: > I finally went for the build from source as detailed on the RStudio > site (https://docs.posit.co/resources/install-r-source/). The official installation manual can be found at

[R] Issue building from source on RHEL7

2023-01-05 Thread Stéphane Plaisance
Dear, After trying other methods, I finally went for the build from source as detailed on the RStudio site (https://docs.posit.co/resources/install-r-source/). I did the following as per the info on the Posit page: sudo yum-builddep R export R_VERSION=4.2.2 curl -O https://