Re: [R] [R-pkgs] formatR: farewell to ugly R code... Problem with too old ver. of Gtk

2010-04-18 Thread Yihui Xie
Sorry, I was thinking about GTK+ and RGtk2, then they got mixed up in my mind to the strange animal "RGtk+"... I noticed a few users had troubles with installing RGtk2, so I removed the strict dependence on 'gWidgetsRGtk2' in the next version of 'formatR' (0.1-4). Users can specify other types of

Re: [R] [R-pkgs] formatR: farewell to ugly R code... Problem with too old ver. of Gtk

2010-04-18 Thread Prof Brian Ripley
On Sun, 18 Apr 2010, Brian Lunergan wrote: Yihui Xie wrote: This is an announcement of the release of an R package 'formatR', which can help us format our R code to make it more human-readable. If you have ugly (I mean unformatted) R code like this: # rotation of the word "Animation" # in a l

Re: [R] [R-pkgs] formatR: farewell to ugly R code... Problem with too old ver. of Gtk

2010-04-18 Thread Brian Lunergan
Yihui Xie wrote: > This is an announcement of the release of an R package 'formatR', > which can help us format our R code to make it more human-readable. If > you have ugly (I mean unformatted) R code like this: > > # rotation of the word "Animation" > # in a loop; change the angle and color > #

[R] [R-pkgs] formatR: farewell to ugly R code

2010-04-16 Thread Yihui Xie
This is an announcement of the release of an R package 'formatR', which can help us format our R code to make it more human-readable. If you have ugly (I mean unformatted) R code like this:  # rotation of the word "Animation" # in a loop; change the angle and color # step by step for (i in 1:360)