Last updated on 2025-09-13 19:50:43 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
ARTool | 13 | ||
ggblend | 5 | 4 | 4 |
ggdist | 13 | ||
tidybayes | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 5, NOTE: 4, OK: 4
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’ [6s/8s]
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-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
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
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
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 D:\RCompile\CRANpkg\local\4.4\ggblend.Rcheck\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 D:\RCompile\CRANpkg\local\4.4\ggblend.Rcheck\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 D:\RCompile\CRANpkg\local\4.4\ggblend.Rcheck\tests\testthat\helper-layer.R:26:3
[ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.