Control: reopen -1

Now fails with the following:

> test_check("rcmdcheck")
── 1. Failure: print message displays informative output (@test-comparison.R#35) `{ ... }` has changed from known value recorded in 'comparison-newly-failing.txt'.
1/19 mismatches
x[4]: "-- R CMD check comparison --------------------------- minimal 1.0.0 / 1.0
x[4]: .0 ----"
y[4]: "── R CMD check comparison ─────────────────────────── minimal 1.0.0 / 1.0
y[4]: .0 ────"

── 2. Failure: install log is captured (@test-parse.R#29) ───────────────────── `print(check)` has changed from known value recorded in 'parse-install-fail.txt'.
2/23 mismatches
x[1]: "-- R CMD check results ----------------------------------- RSQLServer 0.3
x[1]: .0 ----"
y[1]: "── R CMD check results ─────────────────────────────────── RSQLServer 0.3
y[1]: .0 ────"

x[7]: "-- Install failure ------------------------------------------------------
x[7]: -------"
y[7]: "── Install failure ──────────────────────────────────────────────────────
y[7]: ───────"

── 3. Failure: test failures are captured (@test-parse.R#46) ────────────────── `print(check)` has changed from known value recorded in 'parse-test-fail.txt'.
2/43 mismatches
x[1]: "-- R CMD check results ---------------------------- dataonderivatives 0.3
x[1]: .0 ----"
y[1]: "── R CMD check results ──────────────────────────── dataonderivatives 0.3
y[1]: .0 ────"

x[11]: "-- Test failures ------------------------------------------------- testth
x[11]: at ----"
y[11]: "── Test failures ───────────────────────────────────────────────── testth
y[11]: at ────"

══ testthat results ═══════════════════════════════════════════════════════════
OK: 53 SKIPPED: 3 FAILED: 3
1. Failure: print message displays informative output (@test-comparison.R#35)
2. Failure: install log is captured (@test-parse.R#29)
3. Failure: test failures are captured (@test-parse.R#46)

Error: testthat unit tests failed

Reply via email to