Skip to content

green ci

green ci #250

GitHub Actions / Unit Tests Summary failed Aug 28, 2024 in 0s

2 errors, 50 pass in 14s

  1 files  ±0    8 suites  ±0   14s ⏱️ ±0s
 52 tests ±0   50 ✅ ±0  0 💤 ±0  0 ❌ ±0  2 🔥 ±0 
354 runs  ±0  352 ✅ ±0  0 💤 ±0  0 ❌ ±0  2 🔥 ±0 

Results for commit 6ccdff9. ± Comparison against earlier commit 831c4da.

Annotations

Check failure on line 0 in matrix_form

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

matrix_form_works_with_and_without_indentation (matrix_form) with error

formatters.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `summarize(., `all obs` = round(mean(Petal.Length), 2))`: could not find function "summarize" ('test-matrix_form.R:4:3')
Error in `summarize(., `all obs` = round(mean(Petal.Length), 2))`: could not find function "summarize"
Backtrace:
    ▆
 1. ├─... %>% dplyr::mutate(Petal.Length = "Mean") at test-matrix_form.R:4:3
 2. └─dplyr::mutate(., Petal.Length = "Mean")

Check failure on line 0 in print

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

toString_works_with_and_without_indentation (print) with error

formatters.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `rename(., A = mean_petal_length.A, B = mean_petal_length.B, C = mean_petal_length.C)`: could not find function "rename" ('test-print.R:5:3')
Error in `rename(., A = mean_petal_length.A, B = mean_petal_length.B, C = mean_petal_length.C)`: could not find function "rename"
Backtrace:
    ▆
 1. ├─... %>% dplyr::mutate(Petal.Length = "Mean") at test-print.R:5:3
 2. └─dplyr::mutate(., Petal.Length = "Mean")