Package check result: OK Changes to worse in reverse depends: Package: GauPro Check: tests New result: ERROR Running ‘testthat.R’ [130s/131s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 3049 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:1333:3'): Wide range Z ──────────── mean(abs((e1$Z - e1$pred(e1$X))/e1$Z)) is not strictly less than 0.1. Difference: 0.868 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 3049 ] Error: Test failures Execution halted Package: nflplotR Check: examples New result: ERROR Running examples in ‘nflplotR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: gt_render_image > ### Title: Render 'gt' Table to Temporary png File > ### Aliases: gt_render_image > > ### ** Examples > > ## Don't show: > if (identical(Sys.getenv("_R_CHECK_CONNECTIONS_LEFT_OPEN_"), "false")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + tbl <- gt::gt_preview(mtcars) + gt_render_image(tbl) + ## Don't show: + }) # examplesIf > tbl <- gt::gt_preview(mtcars) > gt_render_image(tbl) Execution halted Package: vdg Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘vdg.Rnw’ using knitr Quitting from lines at lines 239-244 [spv-example] (vdg.Rnw) Error: processing vignette 'vdg.Rnw' failed with diagnostics: there is no package called 'tinytex' --- failed re-building ‘vdg.Rnw’ SUMMARY: processing the following file failed: ‘vdg.Rnw’ Error: Vignette re-building failed. Execution halted