On Mon, 6 Dec 2021 19:33:25 -0500 Brian Lunergan <[email protected]> wrote:
> Running R 4.1.2 on Linux Mint 19.3. > configure: error: GTK version 2.8.0 required Thanks for mentioning your GNU/Linux distro! You need the libgtk2.0-dev APT package installed in order to build the RGtk2 R package from source. Alternatively, if you use the distro-built R (installed via APT), you can install the r-cran-rgtk2 APT package and avoid building the RGtk2 package from source. Ask in the R-SIG-Debian mailing list if your problems continue. -- Best regards, Ivan ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

