R Under development (unstable) (2024-11-05 r87288 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(S7) > > test_check("S7") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 84 | PASS 515 ] ══ Skipped tests (84) ══════════════════════════════════════════════════════════ • On CRAN (84): 'test-S3.R:2:3', 'test-S3.R:20:3', 'test-S3.R:25:3', 'test-S3.R:36:3', 'test-S3.R:48:3', 'test-S3.R:54:3', 'test-S3.R:60:3', 'test-S3.R:67:3', 'test-S4.R:37:3', 'test-base.R:4:3', 'test-base.R:12:3', 'test-class-spec.R:192:3', 'test-external-generic.R:25:3', 'test-external-generic.R:100:3', 'test-class.R:17:5', 'test-class.R:28:5', 'test-class.R:32:5', 'test-class.R:47:5', 'test-class.R:54:5', 'test-class.R:76:5', 'test-class.R:82:5', 'test-class.R:104:5', 'test-class.R:110:5', 'test-class.R:120:5', 'test-class.R:131:5', 'test-class.R:148:5', 'test-class.R:157:5', 'test-class.R:171:5', 'test-class.R:229:3', 'test-class.R:252:3', 'test-constructor.R:46:3', 'test-constructor.R:59:3', 'test-constructor.R:66:3', 'test-constructor.R:87:3', 'test-convert.R:12:3', 'test-generic-spec.R:11:3', 'test-inherits.R:13:3', 'test-inherits.R:17:3', 'test-generic.R:2:3', 'test-generic.R:21:3', 'test-generic.R:44:3', 'test-generic.R:52:3', 'test-generic.R:61:3', 'test-method-introspect.R:13:5', 'test-method-introspect.R:30:5', 'test-method-introspect.R:49:5', 'test-method-dispatch.R:132:3', 'test-method-dispatch.R:163:3', 'test-method-dispatch.R:180:3', 'test-method-dispatch.R:223:3', 'test-method-dispatch.R:241:3', 'test-method-register.R:11:5', 'test-method-register.R:69:5', 'test-method-register.R:78:5', 'test-method-register.R:89:5', 'test-method-register.R:116:5', 'test-method-register.R:121:5', 'test-method-register.R:149:3', 'test-method-register.R:164:3', 'test-method-register.R:174:3', 'test-special.R:7:3', 'test-super.R:33:5', 'test-super.R:43:5', 'test-union.R:2:3', 'test-union.R:31:3', 'test-property.R:8:5', 'test-property.R:55:5', 'test-property.R:60:5', 'test-property.R:79:5', 'test-property.R:220:5', 'test-property.R:227:5', 'test-property.R:234:5', 'test-property.R:257:3', 'test-property.R:310:3', 'test-property.R:327:3', 'test-property.R:355:3', 'test-property.R:383:3', 'test-valid.R:12:3', 'test-valid.R:39:3', 'test-valid.R:52:3', 'test-zzz.R:3:3', 'test-zzz.R:9:3', 'test-zzz.R:22:3', 'test-zzz.R:35:3' [ FAIL 0 | WARN 0 | SKIP 84 | PASS 515 ] > > proc.time() user system elapsed 3.64 0.15 7.92