CRAN Package Check Results for Package animint2

Last updated on 2023-10-01 01:53:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2023.6.11 23.56 359.70 383.26 NOTE
r-devel-linux-x86_64-debian-gcc 2023.6.11 19.20 258.55 277.75 ERROR
r-devel-linux-x86_64-fedora-clang 2023.6.11 465.57 ERROR
r-devel-linux-x86_64-fedora-gcc 2023.6.11 453.47 ERROR
r-devel-windows-x86_64 2023.6.11 23.00 283.00 306.00 ERROR
r-patched-linux-x86_64 2023.6.11 30.86 332.47 363.33 OK
r-release-linux-x86_64 2023.6.11 23.33 328.55 351.88 OK
r-release-macos-arm64 2023.6.11 99.00 OK
r-release-macos-x86_64 2023.6.11 340.00 NOTE
r-release-windows-x86_64 2023.6.11 30.00 374.00 404.00 OK
r-oldrel-macos-arm64 2023.6.11 104.00 OK
r-oldrel-macos-x86_64 2023.6.11 167.00 OK
r-oldrel-windows-x86_64 2023.6.11 33.00 327.00 360.00 OK

Check Details

Version: 2023.6.11
Check: Rd \usage sections
Result: NOTE
    Documented arguments not in \usage in documentation object 'ggplot_gtable':
     ‘plot’
    
    Functions with \usage entries need to have the appropriate \alias
    entries, and all their arguments documented.
    The \usage entries must correspond to syntactically valid R code.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 2023.6.11
Check: tests
Result: ERROR
     Running ‘namespace.R’ [2s/4s]
     Running ‘testthat.R’ [76s/128s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > test_check("animint2", filter="compiler")
     Loading required package: animint2
     [1] "aesthetics"
     mapping: x = Sepal.Length, y = Petal.Length
     geom_point: na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_identity
     $problem.aes
     [1] "foo"
    
     $data.variables
     [1] "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species"
    
     [1] "animation"
     [1] "compiler errors"
     mapping: x = letter, y = count, fill = stack, key = key, showSelected1 = facet
     geom_bar: width = NULL, na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_stack
     [1] "geom line"
     [1] "plot named timexxx"
     [1] "plot names"
     [1] "geom_point(aes(fill=numeric))"
     [1] "compiler print"
     [1] "pt/points to lines conversion test"
     [1] "save separate chunks"
     [1] "selectors"
     [1] "stat_summary"
     [1] "compiler errors"
     [1] "compiler unlink previous"
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
    
     ══ Skipped tests (5) ═══════════════════════════════════════════════════════════
     • empty test (2): 'test-compiler-plot-named-timexxx.R:28:1',
     'test-compiler-plot-named-timexxx.R:35:1'
     • passes when validate_params=FALSE (1): 'test-compiler-layer.r:12:3'
     • passes when validate_params=TRUE (2): 'test-compiler-stat-bin.R:9:3',
     'test-compiler-stat-bin.R:103:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-compiler-aes-ggplot.r:27:3'): aes_q() & aes_string() preserves explicit NULLs ──
     Error: Aesthetic must be a one-sided formula, call, name, or constant.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(aes_q(NULL), aes(NULL)) at test-compiler-aes-ggplot.r:27:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─animint2::aes_q(NULL)
     5. └─base::lapply(mapping, as_call)
     6. └─animint2 (local) FUN(X[[i]], ...)
    
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2023.6.11
Check: tests
Result: ERROR
     Running ‘namespace.R’ [4s/12s]
     Running ‘testthat.R’ [121s/292s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > test_check("animint2", filter="compiler")
     Loading required package: animint2
     [1] "aesthetics"
     mapping: x = Sepal.Length, y = Petal.Length
     geom_point: na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_identity
     $problem.aes
     [1] "foo"
    
     $data.variables
     [1] "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species"
    
     [1] "animation"
     [1] "compiler errors"
     mapping: x = letter, y = count, fill = stack, key = key, showSelected1 = facet
     geom_bar: width = NULL, na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_stack
     [1] "geom line"
     [1] "plot named timexxx"
     [1] "plot names"
     [1] "geom_point(aes(fill=numeric))"
     [1] "compiler print"
     [1] "pt/points to lines conversion test"
     [1] "save separate chunks"
     [1] "selectors"
     [1] "stat_summary"
     [1] "compiler errors"
     [1] "compiler unlink previous"
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
    
     ══ Skipped tests (5) ═══════════════════════════════════════════════════════════
     • empty test (2): 'test-compiler-plot-named-timexxx.R:28:1',
     'test-compiler-plot-named-timexxx.R:35:1'
     • passes when validate_params=FALSE (1): 'test-compiler-layer.r:12:3'
     • passes when validate_params=TRUE (2): 'test-compiler-stat-bin.R:9:3',
     'test-compiler-stat-bin.R:103:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-compiler-aes-ggplot.r:27:3'): aes_q() & aes_string() preserves explicit NULLs ──
     Error: Aesthetic must be a one-sided formula, call, name, or constant.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(aes_q(NULL), aes(NULL)) at test-compiler-aes-ggplot.r:27:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─animint2::aes_q(NULL)
     5. └─base::lapply(mapping, as_call)
     6. └─animint2 (local) FUN(X[[i]], ...)
    
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2023.6.11
Check: tests
Result: ERROR
     Running ‘namespace.R’
     Running ‘testthat.R’ [115s/122s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > test_check("animint2", filter="compiler")
     Loading required package: animint2
     [1] "aesthetics"
     mapping: x = Sepal.Length, y = Petal.Length
     geom_point: na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_identity
     $problem.aes
     [1] "foo"
    
     $data.variables
     [1] "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species"
    
     [1] "animation"
     [1] "compiler errors"
     mapping: x = letter, y = count, fill = stack, key = key, showSelected1 = facet
     geom_bar: width = NULL, na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_stack
     [1] "geom line"
     [1] "plot named timexxx"
     [1] "plot names"
     [1] "geom_point(aes(fill=numeric))"
     [1] "compiler print"
     [1] "pt/points to lines conversion test"
     [1] "save separate chunks"
     [1] "selectors"
     [1] "stat_summary"
     [1] "compiler errors"
     [1] "compiler unlink previous"
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
    
     ══ Skipped tests (5) ═══════════════════════════════════════════════════════════
     • empty test (2): 'test-compiler-plot-named-timexxx.R:28:1',
     'test-compiler-plot-named-timexxx.R:35:1'
     • passes when validate_params=FALSE (1): 'test-compiler-layer.r:12:3'
     • passes when validate_params=TRUE (2): 'test-compiler-stat-bin.R:9:3',
     'test-compiler-stat-bin.R:103:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-compiler-aes-ggplot.r:27:3'): aes_q() & aes_string() preserves explicit NULLs ──
     Error: Aesthetic must be a one-sided formula, call, name, or constant.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(aes_q(NULL), aes(NULL)) at test-compiler-aes-ggplot.r:27:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─animint2::aes_q(NULL)
     5. └─base::lapply(mapping, as_call)
     6. └─animint2 (local) FUN(X[[i]], ...)
    
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2023.6.11
Check: tests
Result: ERROR
     Running 'namespace.R' [2s]
     Running 'testthat.R' [66s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > test_check("animint2", filter="compiler")
     Loading required package: animint2
     [1] "aesthetics"
     mapping: x = Sepal.Length, y = Petal.Length
     geom_point: na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_identity
     $problem.aes
     [1] "foo"
    
     $data.variables
     [1] "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species"
    
     [1] "animation"
     [1] "compiler errors"
     mapping: x = letter, y = count, fill = stack, key = key, showSelected1 = facet
     geom_bar: width = NULL, na.rm = FALSE
     stat_identity: na.rm = FALSE
     position_stack
     [1] "geom line"
     [1] "plot named timexxx"
     [1] "plot names"
     [1] "geom_point(aes(fill=numeric))"
     [1] "compiler print"
     [1] "pt/points to lines conversion test"
     [1] "save separate chunks"
     [1] "selectors"
     [1] "stat_summary"
     [1] "compiler errors"
     [1] "compiler unlink previous"
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
    
     ══ Skipped tests (5) ═══════════════════════════════════════════════════════════
     • empty test (2): 'test-compiler-plot-named-timexxx.R:28:1',
     'test-compiler-plot-named-timexxx.R:35:1'
     • passes when validate_params=FALSE (1): 'test-compiler-layer.r:12:3'
     • passes when validate_params=TRUE (2): 'test-compiler-stat-bin.R:9:3',
     'test-compiler-stat-bin.R:103:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-compiler-aes-ggplot.r:27:3'): aes_q() & aes_string() preserves explicit NULLs ──
     Error: Aesthetic must be a one-sided formula, call, name, or constant.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(aes_q(NULL), aes(NULL)) at test-compiler-aes-ggplot.r:27:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─animint2::aes_q(NULL)
     5. └─base::lapply(mapping, as_call)
     6. └─animint2 (local) FUN(X[[i]], ...)
    
     [ FAIL 1 | WARN 0 | SKIP 5 | PASS 740 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 2023.6.11
Check: installed package size
Result: NOTE
     installed size is 5.6Mb
     sub-directories of 1Mb or more:
     data 3.5Mb
Flavor: r-release-macos-x86_64