R 3.6.1 Crashes when I load RQDA library on macOS 10.14.5. I get the following Traceback :
library(RQDA) Loading required package: RSQLite Loading required package: gWidgetsRGtk2 Loading required package: RGtk2 Loading required package: gWidgets Loading required package: cairoDevice Loading required package: DBI
Use 'RQDA()' to start the programme.
* caught segfault * address 0x0, cause 'memory not mapped'
Traceback:
 1: .RGtkCall("S_gtk_tree_store_set_value", object, iter, column,     value, PACKAGE = "RGtk2")
 2: method(obj, ...)
 3: store$SetValue(iter$iter, column = 0, items[j, 1])
 4: .leftBracket<-(*tmp*, x@toolkit, i, j, ..., value = value)
 5: .leftBracket<-(*tmp*, x@toolkit, i, j, ..., value = value)
 6: [<-(*tmp*, , value = list(items = c("blue", "white", "aliceblue",
Appreciate any help
ACSF