Skip to content
Prev 14406 / 15075 Next

arm downloads appear broken

I've tried several (4.2 branches.pkg, R-GUI8191 dmg .... R installs fine,
but attempts to the load rattle fail. If I missed some obvious
configuration switch, feel free to point me at the FM! ;>
Seems to me that the downloads marked arm64 should only suck in
arm64-compatible dependencies..

. library(rattle)
Loading required package: tibble
Loading required package: bitops
Rattle: A free graphical interface for data science with R.
Version 5.5.1 Copyright (c) 2006-2021 Togaware Pty Ltd.
Type 'rattle()' to shake, rattle, and roll your data.
Loading required package: RGtk2
Error in library.dynam("RGtk2", pkgname, libname) :
  shared object ?RGtk2.so? not found
Authorization required, but no authorization protocol specified

Need GTK+ ? (Restart R after installing)

1: Install GTK+
2: Do not install GTK+

Selection: 1
trying URL 'http://r.research.att.com/libs/GTK_2.24.17-X11.pkg'''

Which consistently seems to load the *INTEL* version of GTK, so of course
it installs, but fails to run, and tries to install again. Loop forever.