Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R 4.2 Added check for no class(x)== #358

Closed
ddsjoberg opened this issue Apr 24, 2022 · 0 comments · Fixed by #359
Closed

R 4.2 Added check for no class(x)== #358

ddsjoberg opened this issue Apr 24, 2022 · 0 comments · Fixed by #359
Labels
bug Something isn't working issue Used for project filtering
Milestone

Comments

@ddsjoberg
Copy link
Collaborator

FYI R 4.2 was released on April 22, and they have added an additional check for using inherits(strata, "list") instead of class(strata) == "list", for example. All these calls will need to be updated. While updating, note that inherits(x, c("a", "b")) is equivalent to inherits(x, "a") | inherits(x, "b").

@ddsjoberg ddsjoberg added bug Something isn't working issue Used for project filtering labels Apr 24, 2022
@ddsjoberg ddsjoberg added this to the v0.3.0 milestone Apr 24, 2022
@ddsjoberg ddsjoberg mentioned this issue Apr 24, 2022
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working issue Used for project filtering
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant