First time here? Check out the FAQ!
answered 2021-08-21 11:40:23 +0100
If you're not planning to use R at all, you can disable it in the build with a configure option:
$ make configure $ ./configure --disable-r $ make -s V=0 # or just `make` if you prefer verbose