Skip to content

182 introduce @verified slot in teal_data class #440

182 introduce @verified slot in teal_data class

182 introduce @verified slot in teal_data class #440

GitHub Actions / Unit Tests Summary failed Nov 15, 2023 in 0s

2 errors, 1 skipped, 397 pass in 14s

       1 files  ±0       29 suites  ±0   14s ⏱️ -1s
   400 tests ±0     397 ✔️  - 2  1 💤 ±0  0 ±0  2 🔥 +2 
1 142 runs  ±0  1 139 ✔️  - 2  1 💤 ±0  0 ±0  2 🔥 +2 

Results for commit 609bd5b. ± Comparison against earlier commit 02b5d39.

Annotations

Check failure on line 0 in teal_data

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 5 runs with error: empty_teal_data_returns_empty_code_id_wartnings_and_messages_and_valid_TRUE (teal_data)

teal.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `eval_bare(expr, quo_get_env(quo))`: no slot of name "valid" for this object of class "teal_data" ('test-teal_data.R:46:3')
Error in `eval_bare(expr, quo_get_env(quo))`: no slot of name "valid" for this object of class "teal_data"
Backtrace:
    ▆
 1. └─testthat::expect_identical(teal_data()@valid, TRUE) at test-teal_data.R:46:3
 2.   └─testthat::quasi_label(enquo(object), label, arg = "object")
 3.     └─rlang::eval_bare(expr, quo_get_env(quo))

Check failure on line 0 in teal_data

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

non_empty_data_in_teal_data_returns_valid_FALSE (teal_data) with error

teal.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `eval_bare(expr, quo_get_env(quo))`: no slot of name "valid" for this object of class "teal_data" ('test-teal_data.R:50:3')
Error in `eval_bare(expr, quo_get_env(quo))`: no slot of name "valid" for this object of class "teal_data"
Backtrace:
    ▆
 1. └─testthat::expect_identical(teal_data(IRIS = iris)@valid, FALSE) at test-teal_data.R:50:3
 2.   └─testthat::quasi_label(enquo(object), label, arg = "object")
 3.     └─rlang::eval_bare(expr, quo_get_env(quo))