On 2021-12-07 6:44 a.m., Ivan Krylov wrote:
> On Mon, 6 Dec 2021 19:33:25 -0500
> Brian Lunergan 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
One possibility is to make graph a Suggests: dependency, and preface any code
using it (or, e.g., in an .onLoad function) with
if (!requireNamespace("graph", quietly = TRUE))
stop(
"install the Bioconductor 'graph' package using these commands\n\n",
## standard Bioconductor pack
On Mon, 6 Dec 2021 19:33:25 -0500
Brian Lunergan 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. Alternati
Hi Brian,
I have never tried Rattle but I did a quick search and found this link
which might give some clues.
https://book.huihoo.com/data-mining-desktop-survival-guide/Installing_GTK.html
Good luck,
Eric
On Tue, Dec 7, 2021 at 1:29 PM Brian Lunergan wrote:
>
> Evening folks:
>
> Hope I'm in t
Evening folks:
Hope I'm in the right place to ask this.
Running R 4.1.2 on Linux Mint 19.3. I do have R Commander and R Studio
in place and working, so I'm not without choices for a GUI to use R.
However, I wanted to try out the Rattle interface.
The package installs OK, but it apparently needs
5 matches
Mail list logo