R Under development (unstable) (2026-02-14 r89420 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(sunburstShinyWidget) Loading required package: shiny > > test_check("sunburstShinyWidget") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [1] "chart_data$eventCohorts" [1] "chart_data$eventCohorts" [1] "input$sunburst_plot_chart_colors" [1] "chart_data$eventCohorts" [1] "chart_data$eventCohorts" [1] "chart_data$eventCohorts" [1] "chart_data$eventCohorts" [1] "input$sunburst_plot_pathway_group_datatable" [1] "chart_data$eventCohorts" [1] "input$sunburst_plot_pathway_group_datatable" [1] "chart_data$eventCohorts" [1] "input$sunburst_plot_pathway_group_datatable" 149: stop 148: observe 147: 145: valueFunc 126: func 124: f 123: Reduce 114: do 113: hybrid_chain 112: observeEvent(list(input$sunburst_plot_pathway_group_datatable, event_codes_and_btns())) 111: contextFunc 110: env$runWith 97: ctx$run 96: run 77: flushCallback 76: FUN 75: lapply 74: ctx$executeFlushCallbacks 73: .getReactiveEnvironment()$flush 72: shiny:::flushReact 71: private$flush 70: self$setInputs 69: session$setInputs 68: eval_bare 65: quasi_capture 64: expect_condition_matching_ 63: expect_warning 62: rlang::eval_tidy [test-mod-sunburst.R#343] 36: testServer 35: eval [test-mod-sunburst.R#326] 34: eval 25: test_code 24: test_that 23: eval [test-mod-sunburst.R#323] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check [1] "chart_data$eventCohorts" [ FAIL 0 | WARN 0 | SKIP 1 | PASS 131 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • sample_chartData not available (1): 'test-widget.R:44:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 131 ] > > proc.time() user system elapsed 6.35 0.71 7.09