Displaying 2 results from an estimated 2 matches for "agow".
Did you mean:
ago
2018 Oct 26
2
Bug report for sealClass() in Core-maintained package "methods"
...ere'.
This then throws an error in the subsequent line
assignClassDef(Class, classDef, where)
For this reason, the abovementioned line should instead read:
if (missing(where)) where <- findClass(Class, unique = "sealing the class", where = where)[[1]]
Thanks very much,
Adam Gower
agower at bu.edu<mailto:agower at bu.edu>
[[alternative HTML version deleted]]
2018 Oct 27
0
Bug report for sealClass() in Core-maintained package "methods"
...he subsequent line
> assignClassDef(Class, classDef, where)
>
> For this reason, the abovementioned line should instead read:
> if (missing(where)) where <- findClass(Class, unique = "sealing the class", where = where)[[1]]
>
> Thanks very much,
> Adam Gower
> agower at bu.edu<mailto:agower at bu.edu>
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>