You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
Does anyone know a reason why a qw object would not be an S4 object?
We're getting a lot of errors:
Error in as.mcens(x) :
trying to get slot "remark.codes" from an object (class "qw") that is not an S4 object
Error in format.qw(x[[i]], ..., justify = justify) :
trying to get slot "reporting.level" from an object (class "qw") that is not an S4 object
So, it's like the class name "qw" was retained, but the guts of the object (the slots) got erased somehow.