Questions tagged [rgtk2]
15 questions
16
votes
7 answers
R fails after installing GTK and RGtk2
I've installed R3.0 on my Mountain Lion Mac and after some trial and error the version of GTK suggested by http://r.research.att.com/ for R3.0: GTK+ 2.24.17 framework.
I load the package into R3.0 and run one of the demo. I see (for an instant)…

Enzo
- 2,543
- 1
- 25
- 38
3
votes
4 answers
Problem with installing RQDA package since it was archived 20/05/2020
I receive an error when installing RQDA on Windows 10.
I had run RQDA successfully, then a package wouldn't load and I deleted and tried to reinstall RQDA with these instructions: http://rqda.r-forge.r-project.org/.
Since then, I receive errors…

Jaz
- 31
- 1
- 2
2
votes
2 answers
How do I resolve the following error while opening a ".rattle" file? "Error in .RGtkCall("S_gtk_file_chooser_dialog_new_with_backend
I have R Version 3.5.2, RStudio Version 1.1.463, and Rattle Version 5.2.5. on 2 Windows 10 machines.
After launching Rattle successfully I click on the "Open" button to attempt to open a .rattle file. After clicking the open button I get the…

Dave Arnold
- 21
- 3
1
vote
0 answers
How can I resolve the error with RGtk2 and run Rattle via Docker on Mac?
I have been trying to get Rattle installed on my Mac, but got lots of different issues during days of attempt.
I have then discovered the possibility to do it via Docker (https://hub.docker.com/r/kayon/rattle) - which magically worked on an Apple…

samoyowu
- 11
- 1
1
vote
1 answer
RStudio1.2.1335 quits when calling rattle() ver 2.5.0 due to RGtk2 2.20.36 using Mojave
A fatal error occurs when I installed RGtk2 2.20.36 on RStudio version 1.2.1335. I followed the steps recommended on Installing Rattle on macOS using HomeBrew.
ProductName: Mac OS X
ProductVersion: 10.14.5
BuildVersion: 18F132
Traceback:
1:…

ACSF
- 21
- 2
1
vote
0 answers
Rattle: ‘RGtk2Extras’ not available
I am trying to get Rattle set up on my computer for a master's course I'm taking.
I am running Windows 10 and have R version 3.6, RStudio version 1.2.1335, and Rattle version 5.2 installed.
Using the following code I tried to install Rattle with all…

Katherine B.
- 11
- 2
1
vote
0 answers
How to show "R console content" in the developed graphical user interface (GUI)
I have developed a graphical user interface (GUI) in R using gWidgets. Here is some lines of the code:
library(gWidgets)
library(rattle)
library(RGtk2)
library(tcltk)
## Draw main window:
main_win <- gwindow("Advanced FFDFS: 4-day & 8-day forest…

Canada2015
- 187
- 1
- 12
1
vote
1 answer
Error message installing Rattle for R on macOS 10.14.1
My R console is 3.5.1. I want to install the rattle package on my Mac Mojave 10.14.1. I realize that you have to install RGtk2 first but still got error messaging even when loaded "from source"
> install.packages("RGtk2")
--- Please select a CRAN…

Bob Hoyt
- 61
- 4
- 9
0
votes
0 answers
Problems with Rattle and RGtk2 installation
I have followed the instructions at https://rattle.togaware.com/ for installing R4.1.3 and RGtk2. Here are the issues I am facing:
(1) When I try to load RGtk2 with the command ">library(RGtk2)", I get this message:
Error: package ‘RGtk2’ was built…

sxm2872
- 1
0
votes
2 answers
Problem in installing rattle package in R : both with RGtk2 and R version
Trying to install rattle package after several years, I faced several unexpected and weird errors. Using the latest version of R, RGtk2 package could not be installed and when back to previous versions, I got such an error for version 3.5 to…

Eilia
- 11
- 1
- 3
- 17
0
votes
1 answer
Is there a way to acces the clicked value of a gcheckboxgroup (gwidgets2RGtk2)
I want to build a GUI where it is possible to click on a variable to take a look at at some data, and then decide via checkbox if you want to use it or not.
Using use.table = T i can make the different values of the checkboxgroup clickable/markable…

Christian Ka
- 40
- 5
0
votes
1 answer
Problem installing RGtk2 in Arch Linux (Manjaro)
I need to install RGtk2 on mu Manjaro i3 laptop. When I install this package, I get the following error:
In file included from ./RGtk2/pango.h:22,
from RGtk2/gtk.h:5,
from RGtkDataFrame.h:1,
…

Peter Prevos
- 413
- 4
- 12
0
votes
1 answer
Allowing user to select multiple values from a list with RGtk2 in R?
I am creating a fairly simple GUI in R that creates figures of different data analysis based on values selected by a user. I am having trouble figuring out how to enable a user to select multiple values from a list. The method I am working on is…

c_river
- 1
- 2
0
votes
0 answers
Error in gtkText() : could not find function "gtkText"
I installed R 3.4.4 version for Windows. I'm studying RGtk package but I can't to execute the instruction
gtkText()
Obviously, I installed the package:
install.packages("RGtk2", depen = T, type = "source")
library(RGtk2)
After the command
textx <-…

Mark
- 1,577
- 16
- 43
0
votes
1 answer
How to retrieve checkbox state in gWidgets2tcltk (works in gWidgets2RGtk2)
The basic problem seem to be that I can't retrieve the state of a widget from an internal function.
I am trying to make my package developed using gWidgets2RGtk2 compatible with gWidgets2tcltk. The package includes a graphical user interface…

Oskar Hansson
- 331
- 4
- 15