R Under development (unstable) (2026-02-25 r89481 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-20260226014432-6ivtq6ay" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-l86jvb3y" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-zlqfyaox" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-zikf709n" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-zwkycnfj" v Evidence table created: 1 row i Run context created: "R4S-20260226014433-srt4q8g6" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-kqnv7878" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-fbe1iziq" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-9e2ql560" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-n4nyqipx" v Evidence table created: 3 rows i Run context created: "R4S-20260226014433-5b4e67lz" v Evidence table created: 5 rows i Run context created: "R4S-20260226014433-rs4g7as5" 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 2.09 0.35 2.43