Last updated on 2025-05-16 05:49:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 7.70 | 123.83 | 131.53 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 5.13 | 101.46 | 106.59 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 258.68 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 253.30 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 12.00 | 117.00 | 129.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 7.23 | 113.12 | 120.35 | ERROR | |
r-release-linux-x86_64 | 0.2.0 | 7.27 | 113.49 | 120.76 | ERROR | |
r-release-macos-arm64 | 0.3.0 | 67.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 128.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.0 | 14.00 | 132.00 | 146.00 | OK | |
r-oldrel-macos-arm64 | 0.3.0 | 72.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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-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.8s<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-clang
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [4s/4s]
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.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 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-patched-linux-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [4s/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.7s<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-release-linux-x86_64