Last updated on 2025-09-13 00:51:18 CEST.
Package | ERROR | OK |
---|---|---|
cardinalR | 13 | |
quollr | 4 | 9 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 4, OK: 9
Version: 0.3.7
Check: examples
Result: ERROR
Running examples in ‘quollr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_rmse_layouts
> ### Title: Arrange RMSE plot and 2-D layouts
> ### Aliases: plot_rmse_layouts
>
> ### ** Examples
>
> design <- gen_design(n_right = 4, ncol_right = 2)
> plot_rmse_layouts(plots = scurve_plts, design = design)
Error in `patchwork::wrap_plots()`:
! Only know how to add <ggplot> and/or <grob> objects
Backtrace:
▆
1. └─quollr::plot_rmse_layouts(plots = scurve_plts, design = design)
2. └─patchwork::wrap_plots(plots)
3. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects")
4. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(quollr)
> library(vdiffr)
>
> test_check("quollr")
New names:
* `` -> `...1`
* `` -> `...2`
New names:
* `` -> `...1`
* `` -> `...2`
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-2d.R:6:3', 'test-2d.R:16:3', 'test-2d.R:26:3',
'test-2d.R:35:3', 'test-2d.R:43:3', 'test-2d.R:49:3', 'test-2d.R:56:3',
'test-2d.R:69:3', 'test-2d.R:80:3', 'test-2d.R:94:3', 'test-2d.R:102:3',
'test-2d.R:115:3', 'test-2d.R:122:3', 'test-data_processing.R:2:3',
'test-geom_hexgrid.R:5:3', 'test-geom_trimesh.R:6:3', 'test-highd.R:4:3',
'test-highd.R:11:3', 'test-link_plots.R:3:3', 'test-link_plots.R:31:3',
'test-model.R:3:3', 'test-parameters.R:3:3', 'test-parameters.R:11:3',
'test-prediction.R:3:3', 'test-prediction.R:11:3', 'test-prediction.R:20:3',
'test-prediction.R:28:3', 'test-projection.R:7:3', 'test-projection.R:20:3',
'test-projection.R:45:3'
• empty test (3): 'test-highd.R:18:1', 'test-link_plots.R:10:1',
'test-link_plots.R:40:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-prediction.R:36:3'): plot_rmse_layouts() works ─────────────────
Error in `patchwork::wrap_plots(plots)`: Only know how to add <ggplot> and/or <grob> objects
Backtrace:
▆
1. └─quollr::plot_rmse_layouts(plots = scurve_plts, design = design) at test-prediction.R:36:3
2. └─patchwork::wrap_plots(plots)
3. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects")
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
Deleting unused snapshots:
• geom_hexgrid/geom-hexgrid-basic-with-all-bin-centroids.svg
• geom_trimesh/geom-hexgrid-basic-with-all-bin-centroids.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘quollr1quickstart.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr1quickstart.Rmd’
--- re-building ‘quollr2dataprocessing.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr2dataprocessing.Rmd’
--- re-building ‘quollr3hexbin.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr3hexbin.Rmd’
--- re-building ‘quollr4algo.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr4algo.Rmd’
--- re-building ‘quollr5summary.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr5summary.Rmd’
--- re-building ‘quollr6bestbinwidth.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr6bestbinwidth.Rmd’
--- re-building ‘quollr7bestfit.Rmd’ using rmarkdown
Quitting from quollr7bestfit.Rmd:44-47 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'quollr7bestfit.Rmd' failed with diagnostics:
Only know how to add <ggplot> and/or <grob> objects
--- failed re-building ‘quollr7bestfit.Rmd’
SUMMARY: processing the following file failed:
‘quollr7bestfit.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(quollr)
> library(vdiffr)
>
> test_check("quollr")
New names:
* `` -> `...1`
* `` -> `...2`
New names:
* `` -> `...1`
* `` -> `...2`
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-2d.R:6:3', 'test-2d.R:16:3', 'test-2d.R:26:3',
'test-2d.R:35:3', 'test-2d.R:43:3', 'test-2d.R:49:3', 'test-2d.R:56:3',
'test-2d.R:69:3', 'test-2d.R:80:3', 'test-2d.R:94:3', 'test-2d.R:102:3',
'test-2d.R:115:3', 'test-2d.R:122:3', 'test-data_processing.R:2:3',
'test-geom_hexgrid.R:5:3', 'test-geom_trimesh.R:6:3', 'test-highd.R:4:3',
'test-highd.R:11:3', 'test-link_plots.R:3:3', 'test-link_plots.R:31:3',
'test-model.R:3:3', 'test-parameters.R:3:3', 'test-parameters.R:11:3',
'test-prediction.R:3:3', 'test-prediction.R:11:3', 'test-prediction.R:20:3',
'test-prediction.R:28:3', 'test-projection.R:7:3', 'test-projection.R:20:3',
'test-projection.R:45:3'
• empty test (3): 'test-highd.R:18:1', 'test-link_plots.R:10:1',
'test-link_plots.R:40:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-prediction.R:36:3'): plot_rmse_layouts() works ─────────────────
Error in `patchwork::wrap_plots(plots)`: Only know how to add <ggplot> and/or <grob> objects
Backtrace:
▆
1. └─quollr::plot_rmse_layouts(plots = scurve_plts, design = design) at test-prediction.R:36:3
2. └─patchwork::wrap_plots(plots)
3. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects")
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
Deleting unused snapshots:
• geom_hexgrid/geom-hexgrid-basic-with-all-bin-centroids.svg
• geom_trimesh/geom-hexgrid-basic-with-all-bin-centroids.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.7
Check: examples
Result: ERROR
Running examples in ‘quollr-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_rmse_layouts
> ### Title: Arrange RMSE plot and 2-D layouts
> ### Aliases: plot_rmse_layouts
>
> ### ** Examples
>
> design <- gen_design(n_right = 4, ncol_right = 2)
> plot_rmse_layouts(plots = scurve_plts, design = design)
Error in `patchwork::wrap_plots()`:
! Only know how to add <ggplot> and/or <grob> objects
Backtrace:
▆
1. └─quollr::plot_rmse_layouts(plots = scurve_plts, design = design)
2. └─patchwork::wrap_plots(plots)
3. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects")
4. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(quollr)
> library(vdiffr)
>
> test_check("quollr")
New names:
* `` -> `...1`
* `` -> `...2`
New names:
* `` -> `...1`
* `` -> `...2`
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-2d.R:6:3', 'test-2d.R:16:3', 'test-2d.R:26:3',
'test-2d.R:35:3', 'test-2d.R:43:3', 'test-2d.R:49:3', 'test-2d.R:56:3',
'test-2d.R:69:3', 'test-2d.R:80:3', 'test-2d.R:94:3', 'test-2d.R:102:3',
'test-2d.R:115:3', 'test-2d.R:122:3', 'test-data_processing.R:2:3',
'test-geom_hexgrid.R:5:3', 'test-geom_trimesh.R:6:3', 'test-highd.R:4:3',
'test-highd.R:11:3', 'test-link_plots.R:3:3', 'test-link_plots.R:31:3',
'test-model.R:3:3', 'test-parameters.R:3:3', 'test-parameters.R:11:3',
'test-prediction.R:3:3', 'test-prediction.R:11:3', 'test-prediction.R:20:3',
'test-prediction.R:28:3', 'test-projection.R:7:3', 'test-projection.R:20:3',
'test-projection.R:45:3'
• empty test (3): 'test-highd.R:18:1', 'test-link_plots.R:10:1',
'test-link_plots.R:40:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-prediction.R:36:3'): plot_rmse_layouts() works ─────────────────
Error in `patchwork::wrap_plots(plots)`: Only know how to add <ggplot> and/or <grob> objects
Backtrace:
▆
1. └─quollr::plot_rmse_layouts(plots = scurve_plts, design = design) at test-prediction.R:36:3
2. └─patchwork::wrap_plots(plots)
3. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects")
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
Deleting unused snapshots:
• geom_hexgrid/geom-hexgrid-basic-with-all-bin-centroids.svg
• geom_trimesh/geom-hexgrid-basic-with-all-bin-centroids.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘quollr1quickstart.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr1quickstart.Rmd’
--- re-building ‘quollr2dataprocessing.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr2dataprocessing.Rmd’
--- re-building ‘quollr3hexbin.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr3hexbin.Rmd’
--- re-building ‘quollr4algo.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr4algo.Rmd’
--- re-building ‘quollr5summary.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr5summary.Rmd’
--- re-building ‘quollr6bestbinwidth.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘quollr6bestbinwidth.Rmd’
--- re-building ‘quollr7bestfit.Rmd’ using rmarkdown
Quitting from quollr7bestfit.Rmd:44-47 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'quollr7bestfit.Rmd' failed with diagnostics:
Only know how to add <ggplot> and/or <grob> objects
--- failed re-building ‘quollr7bestfit.Rmd’
SUMMARY: processing the following file failed:
‘quollr7bestfit.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(quollr)
> library(vdiffr)
>
> test_check("quollr")
New names:
* `` -> `...1`
* `` -> `...2`
New names:
* `` -> `...1`
* `` -> `...2`
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-2d.R:6:3', 'test-2d.R:16:3', 'test-2d.R:26:3',
'test-2d.R:35:3', 'test-2d.R:43:3', 'test-2d.R:49:3', 'test-2d.R:56:3',
'test-2d.R:69:3', 'test-2d.R:80:3', 'test-2d.R:94:3', 'test-2d.R:102:3',
'test-2d.R:115:3', 'test-2d.R:122:3', 'test-data_processing.R:2:3',
'test-geom_hexgrid.R:5:3', 'test-geom_trimesh.R:6:3', 'test-highd.R:4:3',
'test-highd.R:11:3', 'test-link_plots.R:3:3', 'test-link_plots.R:31:3',
'test-model.R:3:3', 'test-parameters.R:3:3', 'test-parameters.R:11:3',
'test-prediction.R:3:3', 'test-prediction.R:11:3', 'test-prediction.R:20:3',
'test-prediction.R:28:3', 'test-projection.R:7:3', 'test-projection.R:20:3',
'test-projection.R:45:3'
• empty test (3): 'test-highd.R:18:1', 'test-link_plots.R:10:1',
'test-link_plots.R:40:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-prediction.R:36:3'): plot_rmse_layouts() works ─────────────────
Error in `patchwork::wrap_plots(plots)`: Only know how to add <ggplot> and/or <grob> objects
Backtrace:
▆
1. └─quollr::plot_rmse_layouts(plots = scurve_plts, design = design) at test-prediction.R:36:3
2. └─patchwork::wrap_plots(plots)
3. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects")
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 33 | PASS 4 ]
Deleting unused snapshots:
• geom_hexgrid/geom-hexgrid-basic-with-all-bin-centroids.svg
• geom_trimesh/geom-hexgrid-basic-with-all-bin-centroids.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc