CRAN Package Check Results for Package prqlr

Last updated on 2024-05-17 01:52:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.0 865.07 46.30 911.37 OK
r-devel-linux-x86_64-debian-gcc 0.8.0 670.65 34.94 705.59 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.0 1333.26 ERROR
r-devel-linux-x86_64-fedora-gcc 0.8.0 1351.61 ERROR
r-devel-windows-x86_64 0.8.0 403.00 144.00 547.00 NOTE
r-patched-linux-x86_64 0.8.0 842.05 43.56 885.61 OK
r-release-linux-x86_64 0.8.0 837.28 45.61 882.89 OK
r-release-macos-arm64 0.8.0 216.00 NOTE
r-release-macos-x86_64 0.8.0 248.00 NOTE
r-release-windows-x86_64 0.8.0 402.00 191.00 593.00 NOTE
r-oldrel-macos-arm64 0.8.0 220.00 NOTE
r-oldrel-macos-x86_64 0.8.0 255.00 NOTE
r-oldrel-windows-x86_64 0.8.0 396.00 228.00 624.00 NOTE

Check Details

Version: 0.8.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/8s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(prqlr) > > test_check("prqlr") [ FAIL 7 | WARN 0 | SKIP 17 | PASS 13 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-compile.R:60:3', 'test-compile.R:74:5', 'test-compile.R:74:5', 'test-compile.R:74:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:100:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-knitr-engine.R:22:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [31] ``` | ``` [31] [32] | [32] [33] | [33] [34] ```elm - ``` elm [34] [35] from mtcars | from mtcars [35] [36] filter cyl > 6 | filter cyl > 6 [36] [37] select {cyl, mpg} | select {cyl, mpg} [37] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:23:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [31] ``` | ``` [31] [32] | [32] [33] | [33] [34] ```elm - ``` elm [34] [35] from mtcars | from mtcars [35] [36] filter cyl > 6 | filter cyl > 6 [36] [37] select {cyl, mpg} | select {cyl, mpg} [37] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:24:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old[3:9] vs new[3:9] prqlr.signature_comment = FALSE), .knit_file("minimal.Rmd")) Output - ```elm + ``` elm from mtcars filter cyl > 6 select {cyl, mpg} * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:31:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("glue.Rmd") | .knit_file("glue.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```r - ``` r [5] [6] a <- "hello" | a <- "hello" [6] [7] b <- "world" | b <- "world" [7] [8] ``` | ``` [8] [9] | [9] [10] | [10] [11] ```elm - ``` elm [11] ... ... ... and 3 more ... old | new [23] | [23] [24] | [24] [25] | [25] [26] ```elm - ``` elm [26] [27] from mtcars | from mtcars [27] [28] select hello | select hello [28] [29] ``` | ``` [29] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:32:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("change-lang.Rmd") | .knit_file("change-lang.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```prql - ``` prql [5] [6] from mtcars | from mtcars [6] [7] filter cyl > 6 | filter cyl > 6 [7] [8] select {cyl, mpg} | select {cyl, mpg} [8] old | new [28] | [28] [29] | [29] [30] | [30] [31] ```foo - ``` foo [31] [32] from mtcars | from mtcars [32] [33] filter cyl > 6 | filter cyl > 6 [33] [34] select {cyl, mpg} | select {cyl, mpg} [34] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:33:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("info-string.Rmd") | .knit_file("info-string.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```elm - ``` elm [5] [6] from mtcars | from mtcars [6] [7] filter cyl > 6 | filter cyl > 6 [7] [8] select {cyl, mpg} | select {cyl, mpg} [8] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:34:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [13] ``` | ``` [13] [14] | [14] [15] | [15] [16] ```elm - ``` elm [16] [17] from mtcars | from mtcars [17] [18] filter cyl > 6 | filter cyl > 6 [18] [19] select {cyl, mpg} | select {cyl, mpg} [19] old | new [22] ``` | ``` [22] [23] | [23] [24] | [24] [25] ```elm - ``` elm [25] [26] from {{foo}} | from {{foo}} [26] [27] ``` | ``` [27] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. [ FAIL 7 | WARN 0 | SKIP 17 | PASS 13 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.0
Check: installed package size
Result: NOTE installed size is 19.2Mb sub-directories of 1Mb or more: libs 18.9Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.8.0
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/15s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(prqlr) > > test_check("prqlr") [ FAIL 7 | WARN 0 | SKIP 17 | PASS 13 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-compile.R:60:3', 'test-compile.R:74:5', 'test-compile.R:74:5', 'test-compile.R:74:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:100:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-knitr-engine.R:22:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [31] ``` | ``` [31] [32] | [32] [33] | [33] [34] ```elm - ``` elm [34] [35] from mtcars | from mtcars [35] [36] filter cyl > 6 | filter cyl > 6 [36] [37] select {cyl, mpg} | select {cyl, mpg} [37] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:23:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [31] ``` | ``` [31] [32] | [32] [33] | [33] [34] ```elm - ``` elm [34] [35] from mtcars | from mtcars [35] [36] filter cyl > 6 | filter cyl > 6 [36] [37] select {cyl, mpg} | select {cyl, mpg} [37] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:24:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old[3:9] vs new[3:9] prqlr.signature_comment = FALSE), .knit_file("minimal.Rmd")) Output - ```elm + ``` elm from mtcars filter cyl > 6 select {cyl, mpg} * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:31:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("glue.Rmd") | .knit_file("glue.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```r - ``` r [5] [6] a <- "hello" | a <- "hello" [6] [7] b <- "world" | b <- "world" [7] [8] ``` | ``` [8] [9] | [9] [10] | [10] [11] ```elm - ``` elm [11] ... ... ... and 3 more ... old | new [23] | [23] [24] | [24] [25] | [25] [26] ```elm - ``` elm [26] [27] from mtcars | from mtcars [27] [28] select hello | select hello [28] [29] ``` | ``` [29] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:32:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("change-lang.Rmd") | .knit_file("change-lang.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```prql - ``` prql [5] [6] from mtcars | from mtcars [6] [7] filter cyl > 6 | filter cyl > 6 [7] [8] select {cyl, mpg} | select {cyl, mpg} [8] old | new [28] | [28] [29] | [29] [30] | [30] [31] ```foo - ``` foo [31] [32] from mtcars | from mtcars [32] [33] filter cyl > 6 | filter cyl > 6 [33] [34] select {cyl, mpg} | select {cyl, mpg} [34] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:33:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("info-string.Rmd") | .knit_file("info-string.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```elm - ``` elm [5] [6] from mtcars | from mtcars [6] [7] filter cyl > 6 | filter cyl > 6 [7] [8] select {cyl, mpg} | select {cyl, mpg} [8] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:34:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [13] ``` | ``` [13] [14] | [14] [15] | [15] [16] ```elm - ``` elm [16] [17] from mtcars | from mtcars [17] [18] filter cyl > 6 | filter cyl > 6 [18] [19] select {cyl, mpg} | select {cyl, mpg} [19] old | new [22] ``` | ``` [22] [23] | [23] [24] | [24] [25] ```elm - ``` elm [25] [26] from {{foo}} | from {{foo}} [26] [27] ``` | ``` [27] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. [ FAIL 7 | WARN 0 | SKIP 17 | PASS 13 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.8.0
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/12s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(prqlr) > > test_check("prqlr") [ FAIL 7 | WARN 0 | SKIP 17 | PASS 13 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-compile.R:60:3', 'test-compile.R:74:5', 'test-compile.R:74:5', 'test-compile.R:74:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:94:5', 'test-compile.R:100:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-knitr-engine.R:22:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [31] ``` | ``` [31] [32] | [32] [33] | [33] [34] ```elm - ``` elm [34] [35] from mtcars | from mtcars [35] [36] filter cyl > 6 | filter cyl > 6 [36] [37] select {cyl, mpg} | select {cyl, mpg} [37] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:23:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [31] ``` | ``` [31] [32] | [32] [33] | [33] [34] ```elm - ``` elm [34] [35] from mtcars | from mtcars [35] [36] filter cyl > 6 | filter cyl > 6 [36] [37] select {cyl, mpg} | select {cyl, mpg} [37] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:24:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old[3:9] vs new[3:9] prqlr.signature_comment = FALSE), .knit_file("minimal.Rmd")) Output - ```elm + ``` elm from mtcars filter cyl > 6 select {cyl, mpg} * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:31:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("glue.Rmd") | .knit_file("glue.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```r - ``` r [5] [6] a <- "hello" | a <- "hello" [6] [7] b <- "world" | b <- "world" [7] [8] ``` | ``` [8] [9] | [9] [10] | [10] [11] ```elm - ``` elm [11] ... ... ... and 3 more ... old | new [23] | [23] [24] | [24] [25] | [25] [26] ```elm - ``` elm [26] [27] from mtcars | from mtcars [27] [28] select hello | select hello [28] [29] ``` | ``` [29] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:32:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("change-lang.Rmd") | .knit_file("change-lang.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```prql - ``` prql [5] [6] from mtcars | from mtcars [6] [7] filter cyl > 6 | filter cyl > 6 [7] [8] select {cyl, mpg} | select {cyl, mpg} [8] old | new [28] | [28] [29] | [29] [30] | [30] [31] ```foo - ``` foo [31] [32] from mtcars | from mtcars [32] [33] filter cyl > 6 | filter cyl > 6 [33] [34] select {cyl, mpg} | select {cyl, mpg} [34] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:33:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [2] .knit_file("info-string.Rmd") | .knit_file("info-string.Rmd") [2] [3] Output | Output [3] [4] | [4] [5] ```elm - ``` elm [5] [6] from mtcars | from mtcars [6] [7] filter cyl > 6 | filter cyl > 6 [7] [8] select {cyl, mpg} | select {cyl, mpg} [8] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. ── Failure ('test-knitr-engine.R:34:3'): Snapshot test of knitr-engine ───────── Snapshot of code has changed: old | new [4] | [4] [5] | [5] [6] | [6] [7] ```elm - ``` elm [7] [8] from mtcars | from mtcars [8] [9] filter cyl > 6 | filter cyl > 6 [9] [10] select {cyl, mpg} | select {cyl, mpg} [10] old | new [13] ``` | ``` [13] [14] | [14] [15] | [15] [16] ```elm - ``` elm [16] [17] from mtcars | from mtcars [17] [18] filter cyl > 6 | filter cyl > 6 [18] [19] select {cyl, mpg} | select {cyl, mpg} [19] old | new [22] ``` | ``` [22] [23] | [23] [24] | [24] [25] ```elm - ``` elm [25] [26] from {{foo}} | from {{foo}} [26] [27] ``` | ``` [27] * Run `testthat::snapshot_accept('knitr-engine')` to accept the change. * Run `testthat::snapshot_review('knitr-engine')` to interactively review the change. [ FAIL 7 | WARN 0 | SKIP 17 | PASS 13 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc