Last updated on 2025-09-11 15:49:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.94 | 44.45 | 46.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.63 | 34.31 | 35.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 75.32 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 87.18 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 4.00 | 61.00 | 65.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 1.81 | 41.50 | 43.31 | OK | |
r-release-linux-x86_64 | 0.1.0 | 1.99 | 41.18 | 43.17 | OK | |
r-release-macos-arm64 | 0.1.0 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 53.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 4.00 | 60.00 | 64.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 46.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 70.00 | 74.00 | OK |
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Spencer Matthews <srmatthews98@gmail.com>’
The Description field contains
proposed by Matthews, S. and Hartman, B. (2021) <arXiv:2106.08990>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘tidyselect’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mshap)
>
> test_check("mshap")
[ FAIL 8 | WARN 2 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plots.R:25:3'): Summary Plot Returns ggplot object ───────────
`p1` has type 'object', not 'list'.
── Failure ('test-plots.R:26:3'): Summary Plot Returns ggplot object ───────────
class(p1) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plots.R:30:3'): Observation Plot Returns ggplot object ───────
`p2` has type 'object', not 'list'.
── Failure ('test-plots.R:31:3'): Observation Plot Returns ggplot object ───────
class(p2) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plots.R:56:3'): Summary Plot Works with all arguments ────────
`p1_all` has type 'object', not 'list'.
── Failure ('test-plots.R:57:3'): Summary Plot Works with all arguments ────────
class(p1_all) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plots.R:61:3'): Observation Plot Works with all arguments ────
`p2_all` has type 'object', not 'list'.
── Failure ('test-plots.R:62:3'): Observation Plot Works with all arguments ────
class(p2_all) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 8 | WARN 2 | SKIP 0 | PASS 19 ]
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/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mshap)
>
> test_check("mshap")
[ FAIL 8 | WARN 2 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plots.R:25:3'): Summary Plot Returns ggplot object ───────────
`p1` has type 'object', not 'list'.
── Failure ('test-plots.R:26:3'): Summary Plot Returns ggplot object ───────────
class(p1) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plots.R:30:3'): Observation Plot Returns ggplot object ───────
`p2` has type 'object', not 'list'.
── Failure ('test-plots.R:31:3'): Observation Plot Returns ggplot object ───────
class(p2) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plots.R:56:3'): Summary Plot Works with all arguments ────────
`p1_all` has type 'object', not 'list'.
── Failure ('test-plots.R:57:3'): Summary Plot Works with all arguments ────────
class(p1_all) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plots.R:61:3'): Observation Plot Works with all arguments ────
`p2_all` has type 'object', not 'list'.
── Failure ('test-plots.R:62:3'): Observation Plot Works with all arguments ────
class(p2_all) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 8 | WARN 2 | SKIP 0 | PASS 19 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc