R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(r4subrisk) > > test_check("r4subrisk") i Run context created: "R4S-20260220200554-jwm5pyo3" v Evidence table created: 5 rows i Run context created: "R4S-20260220200554-xpuw5uhn" v Evidence table created: 5 rows i Run context created: "R4S-20260220200554-xirhqjl7" v Evidence table created: 5 rows i Run context created: "R4S-20260220200554-d3yxo7vv" v Evidence table created: 5 rows i Run context created: "R4S-20260220200554-5vbk6ru1" v Evidence table created: 1 row i Run context created: "R4S-20260220200554-ije9oxhe" v Evidence table created: 5 rows i Run context created: "R4S-20260220200554-j8bbjh9y" v Evidence table created: 5 rows i Run context created: "R4S-20260220200554-v3u8q2f6" v Evidence table created: 5 rows i Run context created: "R4S-20260220200554-l8tpchgr" v Evidence table created: 5 rows i Run context created: "R4S-20260220200555-u9ha4oza" v Evidence table created: 3 rows i Run context created: "R4S-20260220200555-0x26zip1" v Evidence table created: 5 rows i Run context created: "R4S-20260220200555-di3jwx3f" v Evidence table created: 2 rows i Risk Register: 4 risk(s), 4 open i Critical: 0, High: 1, Mean RPN: 25.5 # A tibble: 4 x 11 risk_id description category probability impact detectability owner mitigation * 1 R001 Missing SD~ data_qu~ 4 5 2 2 R002 Unmapped A~ traceab~ 3 4 3 3 R003 Inconsiste~ documen~ 2 3 4 4 R004 Label mism~ data_qu~ 1 2 1 # i 3 more variables: status , rpn , risk_level i Risk Score Summary i Overall risk score: 0.204 (0=none, 1=max) i Mean RPN: 25.5, Max RPN: 40 i Total risks: 4 i high: 1 i low: 1 i medium: 2 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 96 ] > > proc.time() user system elapsed 1.82 0.32 2.17