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
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
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
> #
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)
4 matches
Mail list logo