Displaying 2 results from an estimated 2 matches for "sealclass".
2018 Oct 26
2
Bug report for sealClass() in Core-maintained package "methods"
...is bug report last year, but it does not appear to have been addressed in R 3.5.0.
Can this please be fixed, or is there a specific reason that it cannot be addressed?
Thanks,
Adam
From: Gower, Adam
Sent: Monday, June 19, 2017 11:56 AM
To: 'r-devel at r-project.org'
Subject: Bug report for sealClass() in Core-maintained package "methods"
Hello,
I have found that I cannot use sealClass() without specifying the 'where' argument.
I have found this issue in R 3.2.3 and R 3.4.0.
For example:
> setClass("foo", slots=c(name="character", age="integer&quo...
2018 Oct 27
0
Bug report for sealClass() in Core-maintained package "methods"
...r-project.org/bugs.html page suggests that reports here
are sufficient, but it's wrong. Usually they are not.
Duncan Murdoch
> Thanks,
> Adam
>
> From: Gower, Adam
> Sent: Monday, June 19, 2017 11:56 AM
> To: 'r-devel at r-project.org'
> Subject: Bug report for sealClass() in Core-maintained package "methods"
>
> Hello,
>
> I have found that I cannot use sealClass() without specifying the 'where' argument.
> I have found this issue in R 3.2.3 and R 3.4.0.
> For example:
>> setClass("foo", slots=c(name="char...