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
The problem here is that summary.mle2 is not exported by bbmle. However, the code with the line above loads without errors, passes CRAN checks and works in a way that's completely compatible with the expectations. Unless you try to load the package again in the same R session:
> load_all()
Loading sads
### Loads with no errors
> load_all()
Loading sads
Error in reconcilePropertiesAndPrototype(name, slots, prototype, superClasses, (from sads-classes.R#32) :
no definition was found for superclass “summary.mle2” in the specification of class “summary.sads”
The text was updated successfully, but these errors were encountered:
The summary.mle2 is back to haunt us. As of sads v0.3.1, the summary of the fitsad and fitrad classes are done with
The problem here is that summary.mle2 is not exported by bbmle. However, the code with the line above loads without errors, passes CRAN checks and works in a way that's completely compatible with the expectations. Unless you try to load the package again in the same R session:
The text was updated successfully, but these errors were encountered: