Re: [Rd] Bug report for sealClass() in Core-maintained package "methods"

2018-10-26 Thread Gower, Adam
Thanks very much for the clarification, Duncan - I appreciate it. Will do. Best, Adam -Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Friday, October 26, 2018 9:30 PM To: Gower, Adam; r-devel@r-project.org Subject: Re: [Rd] Bug report for sealClass() in

Re: [Rd] Bug report for sealClass() in Core-maintained package "methods"

2018-10-26 Thread Gower, Adam
Hello, I was just reminded from a comment in some code that I had submitted this 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

[Rd] Bug report for sealClass() in Core-maintained package "methods"

2017-06-19 Thread Gower, Adam
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")) > isSealedClass("foo") [1] FALSE > sealClass("foo") Error in list2env(list(), NULL, )