Displaying 6 results from an estimated 6 matches for "r_s4_extends_table".
2016 Jun 25
2
strange behavior in 'inherits' check for loaded S4 object
...seems to go away if the 's4inherits' package
explicitly exports the class -- however, you could imagine this class
normally being internal to the package, and so it may be undesirable
to export it.
I checked a bit into the C code, and IIUC the check here looks up the
class hierarchy in the R_S4_extends_table object defined in
'attrib.c', so it seems like that mapping is potentially not getting
constructed with the full hierarchy (although hopefully someone with
more knowledge of the S4 internals + interaction with S3 can
elaborate).
(FWIW, this was distilled from a case where S3 dispatch on a...
2016 Jul 29
2
strange behavior in 'inherits' check for loaded S4 object
...>> explicitly exports the class -- however, you could imagine this class
>> normally being internal to the package, and so it may be undesirable
>> to export it.
>>
>> I checked a bit into the C code, and IIUC the check here looks up the
>> class hierarchy in the R_S4_extends_table object defined in
>> 'attrib.c', so it seems like that mapping is potentially not getting
>> constructed with the full hierarchy (although hopefully someone with
>> more knowledge of the S4 internals + interaction with S3 can
>> elaborate).
>>
>> (FWIW, t...
2016 Jul 29
0
strange behavior in 'inherits' check for loaded S4 object
...s4inherits' package
> explicitly exports the class -- however, you could imagine this class
> normally being internal to the package, and so it may be undesirable
> to export it.
>
> I checked a bit into the C code, and IIUC the check here looks up the
> class hierarchy in the R_S4_extends_table object defined in
> 'attrib.c', so it seems like that mapping is potentially not getting
> constructed with the full hierarchy (although hopefully someone with
> more knowledge of the S4 internals + interaction with S3 can
> elaborate).
>
> (FWIW, this was distilled from a...
2016 Jul 31
2
strange behavior in 'inherits' check for loaded S4 object
...however, you could imagine this class normally being
>>>> internal to the package, and so it may be undesirable to
>>>> export it.
>>>>
>>>> I checked a bit into the C code, and IIUC the check here
>>>> looks up the class hierarchy in the R_S4_extends_table
>>>> object defined in 'attrib.c', so it seems like that
>>>> mapping is potentially not getting constructed with the
>>>> full hierarchy (although hopefully someone with more
>>>> knowledge of the S4 internals + interaction with S3 can
>&g...
2016 Jul 30
0
strange behavior in 'inherits' check for loaded S4 object
...however, you could imagine this class normally being
>>> internal to the package, and so it may be undesirable to
>>> export it.
>>>
>>> I checked a bit into the C code, and IIUC the check here
>>> looks up the class hierarchy in the R_S4_extends_table
>>> object defined in 'attrib.c', so it seems like that
>>> mapping is potentially not getting constructed with the
>>> full hierarchy (although hopefully someone with more
>>> knowledge of the S4 internals + interaction with S3 can
&g...
2016 Aug 02
0
strange behavior in 'inherits' check for loaded S4 object
...imagine this class normally being
>>>>> internal to the package, and so it may be undesirable to
>>>>> export it.
>>>>>
>>>>> I checked a bit into the C code, and IIUC the check here
>>>>> looks up the class hierarchy in the R_S4_extends_table
>>>>> object defined in 'attrib.c', so it seems like that
>>>>> mapping is potentially not getting constructed with the
>>>>> full hierarchy (although hopefully someone with more
>>>>> knowledge of the S4 internals + interaction wi...