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
* Refactor `method-dispatch.c`
* (try to) run rchk in CI
* refactor `method_call_`
* rewrite rchk action
* remove unused `is_missing()` C function.
* print rchk.log in CI
* pass generic dispatch args as named arg to methods
* use `APPEND_NODE` helper
* use `CALLDEF` macro
* remove `PRCODE` and `SET_PRVALUE` usage
* add `class_missing` dispatch tests
* copyedit comment
* avoid unnecessary allocation
* fix/enable commented test case
* add tests
* minor edits
* swap arg order in `APPEND_NODE()` helper
* convert `expect_error()` test to `expect_snapshot()`
* add snapshot varient for R version < 4.3
0 commit comments