--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.
To post to this group, send email to rattle...@googlegroups.com.
Visit this group at https://groups.google.com/group/rattle-users.
For more options, visit https://groups.google.com/d/optout.
Thanks for the report. Could you tryand see if that fixes the issue. Thanks.
> install.packages("rattle", repos="http://rattle.togaware.com")
Regards,
Graham
Graham - I get the same error message running the latest versions of R and rattle installed from CRAN. I was unable to install rattle directly from togaware.com

--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users...@googlegroups.com.
Hi Graham
1) libgtk2.0-dev libxml2-dev (Directly from packages.ubuntu.com/)
2) R-CRAN (Directly from https://cran.r-project.org/bin/linux/ubuntu/xenial/)
3) Install.packages("rattle", dependencies=TRUE)
4) Rattle run!!
4) Some packages gave me "error" and there were solved individually
--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.
Regards,
Graham
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users...@googlegroups.com.
I sorry, I don't have any idea about Ramon said @@
rattle( useGtkBuilder = TRUE)Dear colleagues,
the following steps work on windows 8.1 32-bit/x64 & 10 x64 :
using R 3.4 x64 (or 32-bit)
install RStudio Desktop 1.0.143
download locally https://cran.r-project.org/bin/windows/contrib/3.3/RGtk2_2.20.31.zip
In the Rstudio do:
install.packages("c:/downloads/RGtk2_2.20.31.zip", repos = NULL, type = "win.binary")
library(RGtk2)
install.packages("rattle", dep=TRUE)
library("rattle")
rattle()
(this installs rattle version 4.1)
Alternatively
Install R 3.3.3 https://mran.microsoft.com/download/ (only x64) (I didn't manage to use 3.3.2 or 3.3.3 R directly)
install RStudio 1.0.143
donwload locally: https://cran.r-project.org/bin/windows/contrib/3.3/RGtk2_2.20.31.zip
within Rstudio
install.packages("c:/downloads/RGtk2_2.20.31.zip", repos = NULL, type = "win.binary")
library(RGtk2)
(a window popup gtk+ you agree YES INSTALL) // ignore any failure messages
install.packages("rattle", repos = "http://rattle.togaware.com", type = "source")
library("rattle")
rattle()
this will install rattle version 5.0.10
enjoy
Best
Vangelis
--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "rattle-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rattle-users/VRnqiXD6nRA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rattle-users+unsubscribe@googlegroups.com.