5

I tried to install rattle and RGtk2. I used

install.packages(
  "https://cran.microsoft.com/snapshot/2021-12-15/bin/windows/contrib/4.1/RGtk2_2.20.36.2.zip",
  repos = NULL
)

to install RGtk2.

Then I received an error message saying

Error in install.packages : package ‘RGtk2’ not installed because it is not built for UCRT

I wonder how can I solve this problem? Thanks~

djhurio
  • 5,437
  • 4
  • 27
  • 48
Shirley wang
  • 51
  • 1
  • 2

3 Answers3

3

My solution is going back with R-4.1.0

Steps:

General Grievance
  • 4,555
  • 31
  • 31
  • 45
0

Graham has been testing and rewriting some of the instructions. https://rattle.togaware.com/ has a new instructions to install and run on a previous R version. There is also a Rattle 5.5.2 out a day ago, with some fixes.

Regards Tony

  • I see the same error in R 4.2.1 with the current instructions, for windows. There's no silent, all user installer? – js2010 Feb 13 '23 at 15:33
0

Install RGtk2: https://rattle.togaware.com/

from above link, shows the following error

install.packages("https://access.togaware.com/RGtk2_2.20.36.2.tar.gz", repos=NULL)

#> installation of package ‘C:/Users/sales.co/AppData/Local/Temp/RtmpGmK8Uq/downloaded_packages/RGtk2_2.20.36.2.tar.gz’ had non-zero exit status

Martin Gal
  • 16,640
  • 5
  • 21
  • 39
  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 04 '23 at 17:28