Re: [R-sig-Fedora] Installing R from source in Fedora -- "minimal package list"

2022-11-08 Thread Martin Maechler
> Iñaki Ucar > on Mon, 7 Nov 2022 19:37:14 +0100 writes: > On Mon, 7 Nov 2022 at 17:36, Tom Callaway wrote: >> >> The Requires on R-core-devel are not in any way intended to prep an >> environment to build R (they are intended to provide the minimum >>

Re: [R-sig-Fedora] Installing R from source in Fedora -- "minimal package list"

2022-11-07 Thread Iñaki Ucar
On Mon, 7 Nov 2022 at 17:36, Tom Callaway wrote: > > The Requires on R-core-devel are not in any way intended to prep an > environment to build R (they are intended to provide the minimum > requirements for the R header files to work). > > To do what you want, your best bet is to pull down the

Re: [R-sig-Fedora] Installing R from source in Fedora -- "minimal package list"

2022-11-07 Thread Tom Callaway
The Requires on R-core-devel are not in any way intended to prep an environment to build R (they are intended to provide the minimum requirements for the R header files to work). To do what you want, your best bet is to pull down the R.spec file:

[R-sig-Fedora] Installing R from source in Fedora -- "minimal package list"

2022-11-07 Thread Martin Maechler
As R Develeoper, I've tried to install R in a fedora podman container, starting from plain fedora dnf install R-core-devel dnf install emacs-ess dnf install subversion cd /usr/local mkdir -p .../R cd .../R svn checkout https://svn.r-project.org/R/trunk R-devel mkdir -p inst/R-devel cd