Skip to content

Instantly share code, notes, and snippets.

@BroVic
Last active October 11, 2022 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BroVic/bcaceeb8afff1be3de810729bf71a48f to your computer and use it in GitHub Desktop.
Save BroVic/bcaceeb8afff1be3de810729bf71a48f to your computer and use it in GitHub Desktop.
Script for installing RQDA
install.packages("remotes")
remotes::install_github("BroVic/RQDAassist", ref = "apple")
RQDAassist::install()
@BroVic
Copy link
Author

BroVic commented Apr 24, 2022

Okay, this could mean that the Gtk+ is not installed and/or seen by the system. There are 2 things you can do before we conclude that the installation failed:

  1. Restart R Studio (i.e. close and relaunch).
  2. Run library(RGtk2) again. If it prompts for Gtk+ to be installed again, then know that the last one failed. If it returns the prompt without any output whatsoever, GTk+ was properly installed and you can try RQDAassist::install() one last time.

If this fails, then I will have to review the code to see how to overcome the hurdle.

Thanks for your help so far.

@obroma
Copy link

obroma commented May 4, 2022

/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

@obroma
Copy link

obroma commented May 4, 2022

library(gWidgets)
options(guiToolkit="RGtk2")
win <- gwindow("test")
glabel("test label", container = win)

gedit("test text field", container = win)

guiWidget of type: gEditRGtk for toolkit: guiWidgetsToolkitRGtk2
R(9523,0x7fff76be1960) malloc: *** error for object 0x4024000000000000: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug
Abort trap: 6

@obroma
Copy link

obroma commented May 9, 2022

Hello are avaliable

@obroma
Copy link

obroma commented May 9, 2022

I have like 1.30 Minute

@obroma
Copy link

obroma commented May 9, 2022

Hpoe it is okay by you

@obroma
Copy link

obroma commented Oct 11, 2022 via email

@BroVic
Copy link
Author

BroVic commented Oct 11, 2022

Hi, I'm sorry I don't quite understand...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment