Last updated on 2025-09-11 21:50:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 7.44 | 66.95 | 74.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.97 | 55.37 | 61.34 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 128.28 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 122.20 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 9.00 | 80.00 | 89.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.0 | 7.67 | 61.87 | 69.54 | NOTE | |
r-release-linux-x86_64 | 0.1.0 | 6.73 | 62.79 | 69.52 | NOTE | |
r-release-macos-arm64 | 0.1.0 | 54.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 58.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 9.00 | 80.00 | 89.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.0 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 49.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 12.00 | 96.00 | 108.00 | OK |
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Matthew Kay <mjskay@northwestern.edu>’
The BugReports field in DESCRIPTION has
https://github.com/mjskay/ggblend/issues/new
which should likely be
https://github.com/mjskay/ggblend/issues/new/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
ggblend-package.Rd: ggplot
layer_list.Rd: ggplot2
partition.Rd: vars
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggblend)
>
> test_check("ggblend")
[ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-operation-.R:95:3',
'test-operation-affine-transform.R:2:3',
'test-operation-affine-transform.R:13:3', 'test-operation-blend.R:2:3',
'test-operation-blend.R:11:3', 'test-operation-blend.R:20:3',
'test-operation-blend.R:41:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-operation-adjust.R:17:3'): adjusting aesthetics works ────────
adjust(aes(color = z)) * stat_summary_bin() (`actual`) not equal to stat_summary_bin(aes(color = z)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:17:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
── Failure ('test-operation-adjust.R:18:3'): adjusting aesthetics works ────────
stat_summary_bin() * adjust(mapping = aes(color = z)) (`actual`) not equal to stat_summary_bin(aes(color = z)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:18:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
── Failure ('test-operation-adjust.R:19:3'): adjusting aesthetics works ────────
adjust(stat_summary_bin(aes(color = g)), aes(color = z, fill = y)) (`actual`) not equal to stat_summary_bin(aes(color = z, fill = y)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:19:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
[ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggblend)
>
> test_check("ggblend")
[ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-operation-.R:95:3',
'test-operation-affine-transform.R:2:3',
'test-operation-affine-transform.R:13:3', 'test-operation-blend.R:2:3',
'test-operation-blend.R:11:3', 'test-operation-blend.R:20:3',
'test-operation-blend.R:41:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-operation-adjust.R:17:3'): adjusting aesthetics works ────────
adjust(aes(color = z)) * stat_summary_bin() (`actual`) not equal to stat_summary_bin(aes(color = z)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:17:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
── Failure ('test-operation-adjust.R:18:3'): adjusting aesthetics works ────────
stat_summary_bin() * adjust(mapping = aes(color = z)) (`actual`) not equal to stat_summary_bin(aes(color = z)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:18:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
── Failure ('test-operation-adjust.R:19:3'): adjusting aesthetics works ────────
adjust(stat_summary_bin(aes(color = g)), aes(color = z, fill = y)) (`actual`) not equal to stat_summary_bin(aes(color = z, fill = y)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:19:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
[ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggblend)
>
> test_check("ggblend")
[ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-operation-.R:95:3',
'test-operation-affine-transform.R:2:3',
'test-operation-affine-transform.R:13:3', 'test-operation-blend.R:2:3',
'test-operation-blend.R:11:3', 'test-operation-blend.R:20:3',
'test-operation-blend.R:41:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-operation-adjust.R:17:3'): adjusting aesthetics works ────────
adjust(aes(color = z)) * stat_summary_bin() (`actual`) not equal to stat_summary_bin(aes(color = z)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:17:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
── Failure ('test-operation-adjust.R:18:3'): adjusting aesthetics works ────────
stat_summary_bin() * adjust(mapping = aes(color = z)) (`actual`) not equal to stat_summary_bin(aes(color = z)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:18:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
── Failure ('test-operation-adjust.R:19:3'): adjusting aesthetics works ────────
adjust(stat_summary_bin(aes(color = g)), aes(color = z, fill = y)) (`actual`) not equal to stat_summary_bin(aes(color = z, fill = y)) (`expected`).
`actual$mapping` is an S3 object of class <uneval>, a list
`expected$mapping` is an S7 object of class <ggplot2::mapping>
Backtrace:
▆
1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:19:3
2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3
[ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc