On May 5, 2011, at 1:07 PM, Steve Lianoglou wrote:
On Wed, May 4, 2011 at 9:24 AM, Barry Rowlingson
wrote:
On Wed, May 4, 2011 at 2:21 PM, Hadley Wickham
wrote:
Any hints as to what to search for?
For recursive objects, search for recursive objects.
Awesome :-)
And completely OT bu
On Wed, May 4, 2011 at 9:24 AM, Barry Rowlingson
wrote:
> On Wed, May 4, 2011 at 2:21 PM, Hadley Wickham wrote:
>
>> Any hints as to what to search for?
>
> For recursive objects, search for recursive objects.
Awesome :-)
And completely OT but strangely related -- in case you've never
stumbled
Fortune!
On Wed, May 4, 2011 at 11:24 PM, Barry Rowlingson <
b.rowling...@lancaster.ac.uk> wrote:
> On Wed, May 4, 2011 at 2:21 PM, Hadley Wickham wrote:
>
> > Any hints as to what to search for?
>
> For recursive objects, search for recursive objects.
>
> Barry
>
>
On Wed, May 4, 2011 at 8:24 AM, Barry Rowlingson
wrote:
> On Wed, May 4, 2011 at 2:21 PM, Hadley Wickham wrote:
>
>> Any hints as to what to search for?
>
> For recursive objects, search for recursive objects.
Well, I was hoping Luke was meaning discussions about computing on the
language more
On Wed, May 4, 2011 at 2:21 PM, Hadley Wickham wrote:
> Any hints as to what to search for?
For recursive objects, search for recursive objects.
Barry
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
> I never use is.recursive/is.atomic because the definition they use for
> an object to be recursive doesn't usually coincide with what I am
> interested in. (If you want to know what that definition is you can
> look at the source code, coerce.c:1790.) In computing on the language I
> would want o
I never use is.recursive/is.atomic because the definition they use for
an object to be recursive doesn't usually coincide with what I am
interested in. (If you want to know what that definition is you can
look at the source code, coerce.c:1790.) In computing on the language I
would want one notion
Thanks to you both for reminding me about those important recursive objects!
Hadley
On Wed, May 4, 2011 at 7:49 AM, peter dalgaard wrote:
>
> On May 4, 2011, at 14:35 , Kenn Konstabel wrote:
>
>> On Wed, May 4, 2011 at 3:26 PM, Hadley Wickham wrote:
>>> Hi all,
>>>
>>> Does anyone have a compreh
On May 4, 2011, at 14:35 , Kenn Konstabel wrote:
> On Wed, May 4, 2011 at 3:26 PM, Hadley Wickham wrote:
>> Hi all,
>>
>> Does anyone have a comprehensive list of recursive-type objects in R?
>> is.recursive defines them as by exclusion: "most types of objects are
>> regarded as recursive, exce
On Wed, May 4, 2011 at 3:26 PM, Hadley Wickham wrote:
> Hi all,
>
> Does anyone have a comprehensive list of recursive-type objects in R?
> is.recursive defines them as by exclusion: "most types of objects are
> regarded as recursive, except for vector types, ‘NULL’ and symbols
> (as given by ‘as
Hi all,
Does anyone have a comprehensive list of recursive-type objects in R?
is.recursive defines them as by exclusion: "most types of objects are
regarded as recursive, except for vector types, ‘NULL’ and symbols
(as given by ‘as.name’)." I think this that means recursive objects
are:
* list
11 matches
Mail list logo