Skip to content

904 teal_data in teal_module #2021

904 teal_data in teal_module

904 teal_data in teal_module #2021

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Unit Tests Summary failed Nov 20, 2023 in 0s

5 errors, 1 fail, 190 pass in 11s

    1 files    18 suites   11s ⏱️
196 tests 190 ✔️ 0 💤 1  5 🔥
367 runs  361 ✔️ 0 💤 1  5 🔥

Results for commit 7d371d3.

Annotations

Check failure on line 0 in module_nested_tabs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

.datasets_to_data_accepts_a_reactiveVal_as_trigger_data_input (module_nested_tabs) with error

teal.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data) ('test-module_nested_tabs.R:400:3')
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data)
Backtrace:
     ▆
  1. ├─testthat::expect_silent(...) at test-module_nested_tabs.R:400:3
  2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
  3. │   ├─testthat (local) .capture(...)
  4. │   │ ├─withr::with_output_sink(...)
  5. │   │ │ └─base::force(code)
  6. │   │ ├─base::withCallingHandlers(...)
  7. │   │ └─base::withVisible(code)
  8. │   └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
  9. └─shiny::isolate(.datasets_to_data(module, datasets, trigger_data))
 10.   ├─shiny::..stacktraceoff..(...)
 11.   └─ctx$run(...)
 12.     ├─promises::with_promise_domain(...)
 13.     │ └─domain$wrapSync(expr)
 14.     ├─shiny::withReactiveDomain(...)
 15.     │ └─promises::with_promise_domain(...)
 16.     │   └─domain$wrapSync(expr)
 17.     │     └─base::force(expr)
 18.     └─env$runWith(self, func)
 19.       └─shiny (local) contextFunc()
 20.         └─shiny::..stacktraceon..(expr)

Check warning on line 0 in module_nested_tabs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

.datasets_to_data_throws_error_if_trigger_data_is_not_a_reactiveVal_function (module_nested_tabs) failed

teal.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`shiny::isolate(.datasets_to_data(module, datasets, trigger_data))` threw an error with unexpected message. ('test-module_nested_tabs.R:412:3')
`shiny::isolate(.datasets_to_data(module, datasets, trigger_data))` threw an error with unexpected message.
Expected match: "Must inherit from class 'reactiveVal', but has class 'numeric'."
Actual message: "unused argument (trigger_data)"
Backtrace:
     ▆
  1. ├─testthat::expect_error(...) at test-module_nested_tabs.R:412:3
  2. │ └─testthat:::quasi_capture(...)
  3. │   ├─testthat (local) .capture(...)
  4. │   │ └─base::withCallingHandlers(...)
  5. │   └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
  6. └─shiny::isolate(.datasets_to_data(module, datasets, trigger_data))
  7.   ├─shiny::..stacktraceoff..(...)
  8.   └─ctx$run(...)
  9.     ├─promises::with_promise_domain(...)
 10.     │ └─domain$wrapSync(expr)
 11.     ├─shiny::withReactiveDomain(...)
 12.     │ └─promises::with_promise_domain(...)
 13.     │   └─domain$wrapSync(expr)
 14.     │     └─base::force(expr)
 15.     └─env$runWith(self, func)
 16.       └─shiny (local) contextFunc()
 17.         └─shiny::..stacktraceon..(expr)

Check failure on line 0 in module_nested_tabs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

.datasets_to_data_returns_data_which_is_filtered (module_nested_tabs) with error

teal.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data) ('test-module_nested_tabs.R:427:3')
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data)
Backtrace:
     ▆
  1. └─shiny::isolate(.datasets_to_data(module, datasets, trigger_data)) at test-module_nested_tabs.R:427:3
  2.   ├─shiny::..stacktraceoff..(...)
  3.   └─ctx$run(...)
  4.     ├─promises::with_promise_domain(...)
  5.     │ └─domain$wrapSync(expr)
  6.     ├─shiny::withReactiveDomain(...)
  7.     │ └─promises::with_promise_domain(...)
  8.     │   └─domain$wrapSync(expr)
  9.     │     └─base::force(expr)
 10.     └─env$runWith(self, func)
 11.       └─shiny (local) contextFunc()
 12.         └─shiny::..stacktraceon..(expr)

Check failure on line 0 in module_nested_tabs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

.datasets_to_data_returns_only_data_requested_by_modules_datanames (module_nested_tabs) with error

teal.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data) ('test-module_nested_tabs.R:440:3')
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data)

Check failure on line 0 in module_nested_tabs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

.datasets_to_data_returns_tdata_object (module_nested_tabs) with error

teal.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data) ('test-module_nested_tabs.R:448:3')
Error in `.datasets_to_data(module, datasets, trigger_data)`: unused argument (trigger_data)

Check failure on line 0 in tdata

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

_unnamed_ (tdata) with error

teal.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error: 'new_teal_data' is not an exported object from 'namespace:teal.data' ('test-tdata.R:227:1')
Error: 'new_teal_data' is not an exported object from 'namespace:teal.data'