search for: deanattali

Displaying 7 results from an estimated 7 matches for "deanattali".

Did you mean: daattali
2015 Jun 30
2
Defining a `show` function breaks the print-ing of S4 object -- bug or expected?
...ion that `show` would be namespaced and therefore should not break. I'm wondering if this is intended behaviour, or if this is a problem. My intuition, and Hadley agreed on Twitter, is that defining a `show` method should not have such a grave effect on printing S4 objects. Thanks --- http://deanattali.com [[alternative HTML version deleted]]
2015 Jul 12
2
Why no support for 3-digit HEX colours?
...in R, is there a strong reason not to accept 3-character HEX codes? In CSS and many other languages, a colour of "#ABC" is automatically converted to "#AABBCC", and I was wondering if R could support that as well, or if it was a conscious decision to not support it. --- http://deanattali.com [[alternative HTML version deleted]]
2015 Aug 03
2
'vapply' not returning list element names when returned element is a length-1 list
...> [[2]] > [[2]]$foo > [1] "bar" > > [[3]] > [[3]]$foo > [1] "bar" I'm not sure if this is intentional or a bug, but it's made my life more difficult on several occasions and I don't see any reason it would behave like this. Thanks --- http://deanattali.com [[alternative HTML version deleted]]
2015 Jul 08
5
Graphical User Interface (GUI)
I'd like to create a user interface for my R code and have only seen mostly older posts on the subject. I'm not looking for an IDE for development, but something that the end user of the software would use. So something that would involve displaying buttons, listboxes, and drop down menus to a user that will facilitate various actions. I doubt there is anything Visual Studio-like that
2015 Jun 30
0
Defining a `show` function breaks the print-ing of S4 object -- bug or expected?
...d therefore should not break. > I'm wondering if this is intended behaviour, or if this is a problem. My > intuition, and Hadley agreed on Twitter, is that defining a `show` method > should not have such a grave effect on printing S4 objects. > > Thanks > > --- > http://deanattali.com > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- http://had.co.nz/
2015 Jul 08
0
Graphical User Interface (GUI)
Isn't this exactly what Shiny is meant for? http://shiny.rstudio.com/ --- http://deanattali.com On 8 July 2015 at 11:43, vthokienj <vthokiesvt at vt.edu> wrote: > I'd like to create a user interface for my R code and have only seen mostly > older posts on the subject. > I'm not looking for an IDE for development, but something that the end user > of the softwar...
2015 Jun 30
2
Defining a `show` function breaks the print-ing of S4 object -- bug or expected?
...t;> I'm wondering if this is intended behaviour, or if this is a problem. My >> intuition, and Hadley agreed on Twitter, is that defining a `show` method >> should not have such a grave effect on printing S4 objects. >> >> Thanks >> >> --- >> http://deanattali.com >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > > >