Last updated on 2025-05-10 08:50:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 7.98 | 122.98 | 130.96 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 5.12 | 85.62 | 90.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 260.54 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 256.63 | ERROR | |||
r-devel-windows-x86_64 | 0.2.0 | 12.00 | 113.00 | 125.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 6.98 | 114.24 | 121.22 | ERROR | |
r-release-linux-x86_64 | 0.2.0 | 7.01 | 136.38 | 143.39 | NOTE | |
r-release-macos-arm64 | 0.2.0 | 94.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.0 | 128.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.0 | 12.00 | 115.00 | 127.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.0 | 63.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 125.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 15.00 | 146.00 | 161.00 | OK |
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘ggcoefplot.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [4s/6s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> ## Throttle CPU threads if R CMD check (for CRAN)
>
> if (any(grepl("_R_CHECK", names(Sys.getenv()), fixed = TRUE))) {
+ # fixest
+ if (requireNamespace("fixest", quietly = TRUE)) {
+ library(fixest)
+ setFixest_nthreads(1)
+ }
+
+ # data.table
+ if (requireNamespace("data.table", quietly = TRUE)) {
+ library(data.table)
+ setDTthreads(1)
+ }
+
+ # magick
+ if (requireNamespace("magick", quietly = TRUE)) {
+ library(magick)
+ magick:::magick_threads(1)
+ }
+ }
Linking to ImageMagick 7.1.1.43
Enabled features: fontconfig, freetype, fftw, heic, lcms, raw, webp, x11
Disabled features: cairo, ghostscript, pango, rsvg
Using 2 threads
[1] 1
>
>
> # Run tinytest suite
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+
+ tinytest::test_package("ggfixest")
+
+ }
Loading required package: ggplot2
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 40 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.9s<1b>[0m
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests Error in plot.new() :
could not open file '_tinysnapshot_review/ggiplot_multi_lhs.png'
Calls: <Anonymous> ... expect_equivalent_images -> plot -> plot.raster -> plot.new
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [3s/5s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> ## Throttle CPU threads if R CMD check (for CRAN)
>
> if (any(grepl("_R_CHECK", names(Sys.getenv()), fixed = TRUE))) {
+ # fixest
+ if (requireNamespace("fixest", quietly = TRUE)) {
+ library(fixest)
+ setFixest_nthreads(1)
+ }
+
+ # data.table
+ if (requireNamespace("data.table", quietly = TRUE)) {
+ library(data.table)
+ setDTthreads(1)
+ }
+
+ # magick
+ if (requireNamespace("magick", quietly = TRUE)) {
+ library(magick)
+ magick:::magick_threads(1)
+ }
+ }
Linking to ImageMagick 7.1.1.43
Enabled features: fontconfig, freetype, fftw, heic, lcms, raw, webp, x11
Disabled features: cairo, ghostscript, pango, rsvg
Using 2 threads
[1] 1
>
>
> # Run tinytest suite
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+
+ tinytest::test_package("ggfixest")
+
+ }
Loading required package: ggplot2
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 40 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.9s<1b>[0m
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests Error in plot.new() :
could not open file '_tinysnapshot_review/ggiplot_multi_lhs.png'
Calls: <Anonymous> ... expect_equivalent_images -> plot -> plot.raster -> plot.new
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [58s/101s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> ## Throttle CPU threads if R CMD check (for CRAN)
>
> if (any(grepl("_R_CHECK", names(Sys.getenv()), fixed = TRUE))) {
+ # fixest
+ if (requireNamespace("fixest", quietly = TRUE)) {
+ library(fixest)
+ setFixest_nthreads(1)
+ }
+
+ # data.table
+ if (requireNamespace("data.table", quietly = TRUE)) {
+ library(data.table)
+ setDTthreads(1)
+ }
+
+ # magick
+ if (requireNamespace("magick", quietly = TRUE)) {
+ library(magick)
+ magick:::magick_threads(1)
+ }
+ }
Linking to ImageMagick 7.1.1.43
Enabled features: cairo, fontconfig, freetype, fftw, ghostscript, heic, lcms, raw, rsvg, webp, x11
Disabled features: pango
Using 23 threads
[1] 1
>
>
> # Run tinytest suite
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+
+ tinytest::test_package("ggfixest")
+
+ }
Loading required package: ggplot2
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 40 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m1.6s<1b>[0m
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 1 tests <1b>[0;31m1 fails<1b>[0m
test_fixest_multi.R........... 2 tests <1b>[0;31m2 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 4 tests <1b>[0;31m4 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 6 tests <1b>[0;31m6 fails<1b>[0m
test_fixest_multi.R........... 7 tests <1b>[0;31m7 fails<1b>[0m <1b>[0;34m19.4s<1b>[0m
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggcoefplot.R............. 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggcoefplot.R............. 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggcoefplot.R............. 2 tests <1b>[0;31m2 fails<1b>[0m
test_ggcoefplot.R............. 2 tests <1b>[0;31m2 fails<1b>[0m
test_ggcoefplot.R............. 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggcoefplot.R............. 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggcoefplot.R............. 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggcoefplot.R............. 4 tests <1b>[0;31m4 fails<1b>[0m
test_ggcoefplot.R............. 4 tests <1b>[0;31m4 fails<1b>[0m
test_ggcoefplot.R............. 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggcoefplot.R............. 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggcoefplot.R............. 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggcoefplot.R............. 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggcoefplot.R............. 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggcoefplot.R............. 7 tests <1b>[0;31m7 fails<1b>[0m
test_ggcoefplot.R............. 7 tests <1b>[0;31m7 fails<1b>[0m
test_ggcoefplot.R............. 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggcoefplot.R............. 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggcoefplot.R............. 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggcoefplot.R............. 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggcoefplot.R............. 11 tests <1b>[0;31m11 fails<1b>[0m
test_ggcoefplot.R............. 12 tests <1b>[0;31m12 fails<1b>[0m <1b>[0;34m20.5s<1b>[0m
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggiplot.R................ 2 tests <1b>[0;31m2 fails<1b>[0m
test_ggiplot.R................ 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggiplot.R................ 4 tests <1b>[0;31m4 fails<1b>[0m
test_ggiplot.R................ 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggiplot.R................ 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggiplot.R................ 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggiplot.R................ 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggiplot.R................ 7 tests <1b>[0;31m7 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggiplot.R................ 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggiplot.R................ 11 tests <1b>[0;31m11 fails<1b>[0m
test_ggiplot.R................ 12 tests <1b>[0;31m12 fails<1b>[0m
test_ggiplot.R................ 13 tests <1b>[0;31m13 fails<1b>[0m
test_ggiplot.R................ 13 tests <1b>[0;31m13 fails<1b>[0m
test_ggiplot.R................ 13 tests <1b>[0;31m13 fails<1b>[0m
test_ggiplot.R................ 14 tests <1b>[0;31m14 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 16 tests <1b>[0;31m16 fails<1b>[0m
test_ggiplot.R................ 17 tests <1b>[0;31m17 fails<1b>[0m
test_ggiplot.R................ 18 tests <1b>[0;31m18 fails<1b>[0m
test_ggiplot.R................ 18 tests <1b>[0;31m18 fails<1b>[0m
test_ggiplot.R................ 18 tests <1b>[0;31m18 fails<1b>[0m
test_ggiplot.R................ 19 tests <1b>[0;31m19 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 21 tests <1b>[0;31m21 fails<1b>[0m
test_ggiplot.R................ 22 tests <1b>[0;31m22 fails<1b>[0m <1b>[0;34m51.0s<1b>[0m
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 22 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m
test_nthreads.R............... 0 tests
test_nthreads.R............... 0 tests ----- FAILED[]: test_fixest_multi.R<12--12>
call| expect_snapshot_plot(p1a, label = "ggiplot_multi_lhs")
diff| 2365
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs.png
----- FAILED[]: test_fixest_multi.R<13--13>
call| expect_snapshot_plot(p1b, label = "ggiplot_multi_lhs_facet")
diff| 2538
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_facet.png
----- FAILED[]: test_fixest_multi.R<14--14>
call| expect_snapshot_plot(p1c, label = "ggiplot_multi_lhs_facet_ribbon")
diff| 2213
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_facet_ribbon.png
----- FAILED[]: test_fixest_multi.R<20--20>
call| expect_snapshot_plot(p2a, label = "ggiplot_multi_csw")
diff| 5752
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_csw.png
----- FAILED[]: test_fixest_multi.R<21--21>
call| expect_snapshot_plot(p2b, label = "ggiplot_multi_csw_facet")
diff| 8868
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_csw_facet.png
----- FAILED[]: test_fixest_multi.R<27--27>
call| expect_snapshot_plot(p3a, label = "ggiplot_multi_lhs_csw")
diff| 8535
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_csw.png
----- FAILED[]: test_fixest_multi.R<28--28>
call| expect_snapshot_plot(p3b, label = "ggiplot_multi_lhs_csw_facet")
diff| 9302
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_csw_facet.png
----- FAILED[]: test_ggcoefplot.R<17--17>
call| expect_snapshot_plot(p, label = "ggcoefplot_simple")
diff| 2517
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_simple.png
----- FAILED[]: test_ggcoefplot.R<24--24>
call| expect_snapshot_plot(p_i1, label = "ggcoefplot_interactions")
diff| 2687
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_interactions.png
----- FAILED[]: test_ggcoefplot.R<26--26>
call| expect_snapshot_plot(p_i2, label = "ggcoefplot_interactions_multici")
diff| 2616
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_interactions_multici.png
----- FAILED[]: test_ggcoefplot.R<33--33>
call| expect_snapshot_plot(p_multi, label = "ggcoefplot_multi")
diff| 3499
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_multi.png
----- FAILED[]: test_ggcoefplot.R<35--35>
call| expect_snapshot_plot(p_multi_facet, label = "ggcoefplot_multi_facet")
diff| 3417
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_multi_facet.png
----- FAILED[]: test_ggcoefplot.R<44--44>
call| expect_snapshot_plot(p_grp1, label = "ggcoefplot_group_none")
diff| 2843
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_group_none.png
----- FAILED[]: test_ggcoefplot.R<46--46>
call| expect_snapshot_plot(p_grp2, label = "ggcoefplot_group_nonames")
diff| 2795
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_group_nonames.png
----- FAILED[]: test_ggcoefplot.R<48--48>
call| expect_snapshot_plot(p_grp3, label = "ggcoefplot_groupnames")
diff| 2795
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_groupnames.png
----- FAILED[]: test_ggcoefplot.R<50--50>
call| expect_snapshot_plot(p_grp4, label = "ggcoefplot_group_names_prefix")
diff| 2643
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_group_names_prefix.png
----- FAILED[]: test_ggcoefplot.R<58--58>
call| expect_snapshot_plot(p_did, label = "ggcoefplot_did")
diff| 1138
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_did.png
----- FAILED[]: test_ggcoefplot.R<66--66>
call| expect_snapshot_plot(p_did_iid_summ, label = "ggcoefplot_did_iid")
diff| 1139
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_did_iid.png
----- FAILED[]: test_ggcoefplot.R<67--67>
call| expect_snapshot_plot(p_did_iid, label = "ggcoefplot_did_iid")
diff| 1139
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_did_iid.png
----- FAILED[]: test_ggiplot.R<50--50>
call| expect_snapshot_plot(p1, label = "ggiplot_simple")
diff| 2315
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple.png
----- FAILED[]: test_ggiplot.R<51--51>
call| expect_snapshot_plot(p2, label = "ggiplot_simple_errorbar")
diff| 2314
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_errorbar.png
----- FAILED[]: test_ggiplot.R<52--52>
call| expect_snapshot_plot(p3, label = "ggiplot_simple_ribbon")
diff| 1728
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_ribbon.png
----- FAILED[]: test_ggiplot.R<53--53>
call| expect_snapshot_plot(p4, label = "ggiplot_simple_mci")
diff| 2298
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_mci.png
----- FAILED[]: test_ggiplot.R<54--54>
call| expect_snapshot_plot(p5, label = "ggiplot_simple_mci_ribbon")
diff| 1784
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_mci_ribbon.png
----- FAILED[]: test_ggiplot.R<55--55>
call| expect_snapshot_plot(p6, label = "ggiplot_list")
diff| 4119
info| Diff plot saved to: _tinysnapshot_review/ggiplot_list.png
----- FAILED[]: test_ggiplot.R<71--71>
call| expect_snapshot_plot(p7, label = "ggiplot_stagg_mci")
diff| 2379
info| Diff plot saved to: _tinysnapshot_review/ggiplot_stagg_mci.png
----- FAILED[]: test_ggiplot.R<72--72>
call| expect_snapshot_plot(p8, label = "ggiplot_stagg_mci_ribbon")
diff| 5502
info| Diff plot saved to: _tinysnapshot_review/ggiplot_stagg_mci_ribbon.png
----- FAILED[]: test_ggiplot.R<102--102>
call| expect_snapshot_plot(p9, label = "ggiplot_multi_single")
diff| 6928
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single.png
----- FAILED[]: test_ggiplot.R<103--103>
call| expect_snapshot_plot(p10, label = "ggiplot_multi_single_unnamed")
diff| 5893
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_unnamed.png
----- FAILED[]: test_ggiplot.R<104--104>
call| expect_snapshot_plot(p11, label = "ggiplot_multi_single_ribbon")
diff| 9005
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_ribbon.png
----- FAILED[]: test_ggiplot.R<105--105>
call| expect_snapshot_plot(p12, label = "ggiplot_multi_single_kitchen")
diff| 9467
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_kitchen.png
----- FAILED[]: test_ggiplot.R<106--106>
call| expect_snapshot_plot(p13, label = "ggiplot_multi_single_kitchen_ribbon")
diff| 10938
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_kitchen_ribbon.png
----- FAILED[]: test_ggiplot.R<122--122>
call| expect_snapshot_plot(p14, label = "ggiplot_multi_facet")
diff| 11562
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_facet.png
----- FAILED[]: test_ggiplot.R<123--123>
call| expect_snapshot_plot(p15, label = "ggiplot_multi_facet_ribbon")
diff| 12876
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_facet_ribbon.png
----- FAILED[]: test_ggiplot.R<153--153>
call| expect_snapshot_plot(p16, label = "ggiplot_multi_complex")
diff| 15285
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex.png
----- FAILED[]: test_ggiplot.R<154--154>
call| expect_snapshot_plot(p17, label = "ggiplot_multi_complex_mci")
diff| 15167
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_mci.png
----- FAILED[]: test_ggiplot.R<155--155>
call| expect_snapshot_plot(p18, label = "ggiplot_multi_complex_kitchen")
diff| 14927
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen.png
----- FAILED[]: test_ggiplot.R<192--192>
call| expect_snapshot_plot(p19a, label = "ggiplot_multi_complex_kitchen_iid")
diff| 14868
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen_iid.png
----- FAILED[]: test_ggiplot.R<193--193>
call| expect_snapshot_plot(p19b, label = "ggiplot_multi_complex_kitchen_iid")
diff| 14868
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen_iid.png
----- FAILED[]: test_ggiplot.R<206--206>
call| expect_snapshot_plot(p20a, label = "ggiplot_multi_sw_pt_join1")
diff| 8467
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_sw_pt_join1.png
----- FAILED[]: test_ggiplot.R<207--207>
call| expect_snapshot_plot(p20b, label = "ggiplot_multi_sw_pt_join2")
diff| 8676
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_sw_pt_join2.png
Error: 41 out of 103 tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [56s/80s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> ## Throttle CPU threads if R CMD check (for CRAN)
>
> if (any(grepl("_R_CHECK", names(Sys.getenv()), fixed = TRUE))) {
+ # fixest
+ if (requireNamespace("fixest", quietly = TRUE)) {
+ library(fixest)
+ setFixest_nthreads(1)
+ }
+
+ # data.table
+ if (requireNamespace("data.table", quietly = TRUE)) {
+ library(data.table)
+ setDTthreads(1)
+ }
+
+ # magick
+ if (requireNamespace("magick", quietly = TRUE)) {
+ library(magick)
+ magick:::magick_threads(1)
+ }
+ }
Linking to ImageMagick 7.1.1.43
Enabled features: cairo, fontconfig, freetype, fftw, ghostscript, heic, lcms, raw, rsvg, webp, x11
Disabled features: pango
Using 23 threads
[1] 1
>
>
> # Run tinytest suite
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+
+ tinytest::test_package("ggfixest")
+
+ }
Loading required package: ggplot2
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 0 tests
test_aggr_es.R................ 40 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m1.5s<1b>[0m
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 0 tests
test_fixest_multi.R........... 1 tests <1b>[0;31m1 fails<1b>[0m
test_fixest_multi.R........... 2 tests <1b>[0;31m2 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 3 tests <1b>[0;31m3 fails<1b>[0m
test_fixest_multi.R........... 4 tests <1b>[0;31m4 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 5 tests <1b>[0;31m5 fails<1b>[0m
test_fixest_multi.R........... 6 tests <1b>[0;31m6 fails<1b>[0m
test_fixest_multi.R........... 7 tests <1b>[0;31m7 fails<1b>[0m <1b>[0;34m16.0s<1b>[0m
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 0 tests
test_ggcoefplot.R............. 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggcoefplot.R............. 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggcoefplot.R............. 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggcoefplot.R............. 2 tests <1b>[0;31m2 fails<1b>[0m
test_ggcoefplot.R............. 2 tests <1b>[0;31m2 fails<1b>[0m
test_ggcoefplot.R............. 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggcoefplot.R............. 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggcoefplot.R............. 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggcoefplot.R............. 4 tests <1b>[0;31m4 fails<1b>[0m
test_ggcoefplot.R............. 4 tests <1b>[0;31m4 fails<1b>[0m
test_ggcoefplot.R............. 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggcoefplot.R............. 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggcoefplot.R............. 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggcoefplot.R............. 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggcoefplot.R............. 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggcoefplot.R............. 7 tests <1b>[0;31m7 fails<1b>[0m
test_ggcoefplot.R............. 7 tests <1b>[0;31m7 fails<1b>[0m
test_ggcoefplot.R............. 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggcoefplot.R............. 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggcoefplot.R............. 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggcoefplot.R............. 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggcoefplot.R............. 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggcoefplot.R............. 11 tests <1b>[0;31m11 fails<1b>[0m
test_ggcoefplot.R............. 12 tests <1b>[0;31m12 fails<1b>[0m <1b>[0;34m16.4s<1b>[0m
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 0 tests
test_ggiplot.R................ 1 tests <1b>[0;31m1 fails<1b>[0m
test_ggiplot.R................ 2 tests <1b>[0;31m2 fails<1b>[0m
test_ggiplot.R................ 3 tests <1b>[0;31m3 fails<1b>[0m
test_ggiplot.R................ 4 tests <1b>[0;31m4 fails<1b>[0m
test_ggiplot.R................ 5 tests <1b>[0;31m5 fails<1b>[0m
test_ggiplot.R................ 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggiplot.R................ 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggiplot.R................ 6 tests <1b>[0;31m6 fails<1b>[0m
test_ggiplot.R................ 7 tests <1b>[0;31m7 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 8 tests <1b>[0;31m8 fails<1b>[0m
test_ggiplot.R................ 9 tests <1b>[0;31m9 fails<1b>[0m
test_ggiplot.R................ 10 tests <1b>[0;31m10 fails<1b>[0m
test_ggiplot.R................ 11 tests <1b>[0;31m11 fails<1b>[0m
test_ggiplot.R................ 12 tests <1b>[0;31m12 fails<1b>[0m
test_ggiplot.R................ 13 tests <1b>[0;31m13 fails<1b>[0m
test_ggiplot.R................ 13 tests <1b>[0;31m13 fails<1b>[0m
test_ggiplot.R................ 13 tests <1b>[0;31m13 fails<1b>[0m
test_ggiplot.R................ 14 tests <1b>[0;31m14 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 15 tests <1b>[0;31m15 fails<1b>[0m
test_ggiplot.R................ 16 tests <1b>[0;31m16 fails<1b>[0m
test_ggiplot.R................ 17 tests <1b>[0;31m17 fails<1b>[0m
test_ggiplot.R................ 18 tests <1b>[0;31m18 fails<1b>[0m
test_ggiplot.R................ 18 tests <1b>[0;31m18 fails<1b>[0m
test_ggiplot.R................ 18 tests <1b>[0;31m18 fails<1b>[0m
test_ggiplot.R................ 19 tests <1b>[0;31m19 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 20 tests <1b>[0;31m20 fails<1b>[0m
test_ggiplot.R................ 21 tests <1b>[0;31m21 fails<1b>[0m
test_ggiplot.R................ 22 tests <1b>[0;31m22 fails<1b>[0m <1b>[0;34m36.3s<1b>[0m
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 0 tests
test_iplot_data.R............. 22 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.1s<1b>[0m
test_nthreads.R............... 0 tests
test_nthreads.R............... 0 tests ----- FAILED[]: test_fixest_multi.R<12--12>
call| expect_snapshot_plot(p1a, label = "ggiplot_multi_lhs")
diff| 2365
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs.png
----- FAILED[]: test_fixest_multi.R<13--13>
call| expect_snapshot_plot(p1b, label = "ggiplot_multi_lhs_facet")
diff| 2538
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_facet.png
----- FAILED[]: test_fixest_multi.R<14--14>
call| expect_snapshot_plot(p1c, label = "ggiplot_multi_lhs_facet_ribbon")
diff| 2213
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_facet_ribbon.png
----- FAILED[]: test_fixest_multi.R<20--20>
call| expect_snapshot_plot(p2a, label = "ggiplot_multi_csw")
diff| 5752
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_csw.png
----- FAILED[]: test_fixest_multi.R<21--21>
call| expect_snapshot_plot(p2b, label = "ggiplot_multi_csw_facet")
diff| 8868
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_csw_facet.png
----- FAILED[]: test_fixest_multi.R<27--27>
call| expect_snapshot_plot(p3a, label = "ggiplot_multi_lhs_csw")
diff| 8535
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_csw.png
----- FAILED[]: test_fixest_multi.R<28--28>
call| expect_snapshot_plot(p3b, label = "ggiplot_multi_lhs_csw_facet")
diff| 9302
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_lhs_csw_facet.png
----- FAILED[]: test_ggcoefplot.R<17--17>
call| expect_snapshot_plot(p, label = "ggcoefplot_simple")
diff| 2517
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_simple.png
----- FAILED[]: test_ggcoefplot.R<24--24>
call| expect_snapshot_plot(p_i1, label = "ggcoefplot_interactions")
diff| 2687
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_interactions.png
----- FAILED[]: test_ggcoefplot.R<26--26>
call| expect_snapshot_plot(p_i2, label = "ggcoefplot_interactions_multici")
diff| 2616
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_interactions_multici.png
----- FAILED[]: test_ggcoefplot.R<33--33>
call| expect_snapshot_plot(p_multi, label = "ggcoefplot_multi")
diff| 3499
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_multi.png
----- FAILED[]: test_ggcoefplot.R<35--35>
call| expect_snapshot_plot(p_multi_facet, label = "ggcoefplot_multi_facet")
diff| 3417
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_multi_facet.png
----- FAILED[]: test_ggcoefplot.R<44--44>
call| expect_snapshot_plot(p_grp1, label = "ggcoefplot_group_none")
diff| 2843
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_group_none.png
----- FAILED[]: test_ggcoefplot.R<46--46>
call| expect_snapshot_plot(p_grp2, label = "ggcoefplot_group_nonames")
diff| 2795
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_group_nonames.png
----- FAILED[]: test_ggcoefplot.R<48--48>
call| expect_snapshot_plot(p_grp3, label = "ggcoefplot_groupnames")
diff| 2795
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_groupnames.png
----- FAILED[]: test_ggcoefplot.R<50--50>
call| expect_snapshot_plot(p_grp4, label = "ggcoefplot_group_names_prefix")
diff| 2643
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_group_names_prefix.png
----- FAILED[]: test_ggcoefplot.R<58--58>
call| expect_snapshot_plot(p_did, label = "ggcoefplot_did")
diff| 1138
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_did.png
----- FAILED[]: test_ggcoefplot.R<66--66>
call| expect_snapshot_plot(p_did_iid_summ, label = "ggcoefplot_did_iid")
diff| 1139
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_did_iid.png
----- FAILED[]: test_ggcoefplot.R<67--67>
call| expect_snapshot_plot(p_did_iid, label = "ggcoefplot_did_iid")
diff| 1139
info| Diff plot saved to: _tinysnapshot_review/ggcoefplot_did_iid.png
----- FAILED[]: test_ggiplot.R<50--50>
call| expect_snapshot_plot(p1, label = "ggiplot_simple")
diff| 2315
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple.png
----- FAILED[]: test_ggiplot.R<51--51>
call| expect_snapshot_plot(p2, label = "ggiplot_simple_errorbar")
diff| 2314
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_errorbar.png
----- FAILED[]: test_ggiplot.R<52--52>
call| expect_snapshot_plot(p3, label = "ggiplot_simple_ribbon")
diff| 1728
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_ribbon.png
----- FAILED[]: test_ggiplot.R<53--53>
call| expect_snapshot_plot(p4, label = "ggiplot_simple_mci")
diff| 2298
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_mci.png
----- FAILED[]: test_ggiplot.R<54--54>
call| expect_snapshot_plot(p5, label = "ggiplot_simple_mci_ribbon")
diff| 1784
info| Diff plot saved to: _tinysnapshot_review/ggiplot_simple_mci_ribbon.png
----- FAILED[]: test_ggiplot.R<55--55>
call| expect_snapshot_plot(p6, label = "ggiplot_list")
diff| 4119
info| Diff plot saved to: _tinysnapshot_review/ggiplot_list.png
----- FAILED[]: test_ggiplot.R<71--71>
call| expect_snapshot_plot(p7, label = "ggiplot_stagg_mci")
diff| 2379
info| Diff plot saved to: _tinysnapshot_review/ggiplot_stagg_mci.png
----- FAILED[]: test_ggiplot.R<72--72>
call| expect_snapshot_plot(p8, label = "ggiplot_stagg_mci_ribbon")
diff| 5502
info| Diff plot saved to: _tinysnapshot_review/ggiplot_stagg_mci_ribbon.png
----- FAILED[]: test_ggiplot.R<102--102>
call| expect_snapshot_plot(p9, label = "ggiplot_multi_single")
diff| 6928
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single.png
----- FAILED[]: test_ggiplot.R<103--103>
call| expect_snapshot_plot(p10, label = "ggiplot_multi_single_unnamed")
diff| 5893
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_unnamed.png
----- FAILED[]: test_ggiplot.R<104--104>
call| expect_snapshot_plot(p11, label = "ggiplot_multi_single_ribbon")
diff| 9005
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_ribbon.png
----- FAILED[]: test_ggiplot.R<105--105>
call| expect_snapshot_plot(p12, label = "ggiplot_multi_single_kitchen")
diff| 9467
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_kitchen.png
----- FAILED[]: test_ggiplot.R<106--106>
call| expect_snapshot_plot(p13, label = "ggiplot_multi_single_kitchen_ribbon")
diff| 10938
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_single_kitchen_ribbon.png
----- FAILED[]: test_ggiplot.R<122--122>
call| expect_snapshot_plot(p14, label = "ggiplot_multi_facet")
diff| 11562
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_facet.png
----- FAILED[]: test_ggiplot.R<123--123>
call| expect_snapshot_plot(p15, label = "ggiplot_multi_facet_ribbon")
diff| 12876
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_facet_ribbon.png
----- FAILED[]: test_ggiplot.R<153--153>
call| expect_snapshot_plot(p16, label = "ggiplot_multi_complex")
diff| 15285
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex.png
----- FAILED[]: test_ggiplot.R<154--154>
call| expect_snapshot_plot(p17, label = "ggiplot_multi_complex_mci")
diff| 15167
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_mci.png
----- FAILED[]: test_ggiplot.R<155--155>
call| expect_snapshot_plot(p18, label = "ggiplot_multi_complex_kitchen")
diff| 14927
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen.png
----- FAILED[]: test_ggiplot.R<192--192>
call| expect_snapshot_plot(p19a, label = "ggiplot_multi_complex_kitchen_iid")
diff| 14868
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen_iid.png
----- FAILED[]: test_ggiplot.R<193--193>
call| expect_snapshot_plot(p19b, label = "ggiplot_multi_complex_kitchen_iid")
diff| 14868
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen_iid.png
----- FAILED[]: test_ggiplot.R<206--206>
call| expect_snapshot_plot(p20a, label = "ggiplot_multi_sw_pt_join1")
diff| 8467
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_sw_pt_join1.png
----- FAILED[]: test_ggiplot.R<207--207>
call| expect_snapshot_plot(p20b, label = "ggiplot_multi_sw_pt_join2")
diff| 8676
info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_sw_pt_join2.png
Error: 41 out of 103 tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc