Last updated on 2025-10-27 09:50:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.2 | 5.32 | 85.77 | 91.09 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.2.2 | 3.89 | 63.55 | 67.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.2 | 12.00 | 129.28 | 141.28 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 12.00 | 136.92 | 148.92 | ERROR | |
| r-devel-windows-x86_64 | 1.2.2 | 8.00 | 104.00 | 112.00 | ERROR | |
| r-patched-linux-x86_64 | 1.2.2 | 6.18 | 80.56 | 86.74 | ERROR | |
| r-release-linux-x86_64 | 1.2.2 | 5.23 | 80.67 | 85.90 | ERROR | |
| r-release-macos-arm64 | 1.2.2 | 2.00 | 40.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 1.2.2 | 4.00 | 68.00 | 72.00 | OK | |
| r-release-windows-x86_64 | 1.2.2 | 8.00 | 98.00 | 106.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.2.2 | 2.00 | 36.00 | 38.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.2 | 4.00 | 59.00 | 63.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.2 | 10.00 | 118.00 | 128.00 | ERROR | 
Version: 1.2.2
Check: CRAN incoming feasibility
Result: NOTE
  Maintainer: ‘Mahmoud Ahmed <mahmoud.s.fahmy@students.kasralainy.edu.eg>’
  
  Package CITATION file contains call(s) to old-style personList() or
  as.personList().  Please use c() on person objects instead.
  Package CITATION file contains call(s) to old-style citEntry().  Please
  use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2.2
Check: tests
Result: ERROR
    Running ‘testthat.R’ [4s/5s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(pcr)
    > 
    > test_check("pcr")
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_analyses_fun.R:44:3'): pcr_ddct works ────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:83:3'): pcr_dct works ─────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:144:3'): pcr_curve in separate_tube mode ──────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:22:3'): pcr_efficiency calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:43:3'): pcr_standard calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:14:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:23:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:27:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:42:3'): .pcr_plot_analyze returns a dodge columns plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:57:3'): .pcr_plot_analyze returns a faceted plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:68:3'): .pcr_plot_assess returns an efficiency plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:79:3'): .pcr_plot_assess returns standard_curve plots ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.2
Check: tests
Result: ERROR
    Running ‘testthat.R’ [2s/4s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(pcr)
    > 
    > test_check("pcr")
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_analyses_fun.R:44:3'): pcr_ddct works ────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:83:3'): pcr_dct works ─────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:144:3'): pcr_curve in separate_tube mode ──────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:22:3'): pcr_efficiency calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:43:3'): pcr_standard calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:14:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:23:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:27:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:42:3'): .pcr_plot_analyze returns a dodge columns plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:57:3'): .pcr_plot_analyze returns a faceted plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:68:3'): .pcr_plot_assess returns an efficiency plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:79:3'): .pcr_plot_assess returns standard_curve plots ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.2
Check: tests
Result: ERROR
    Running ‘testthat.R’
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(pcr)
    > 
    > test_check("pcr")
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_analyses_fun.R:44:3'): pcr_ddct works ────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:83:3'): pcr_dct works ─────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:144:3'): pcr_curve in separate_tube mode ──────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:22:3'): pcr_efficiency calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:43:3'): pcr_standard calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:14:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:23:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:27:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:42:3'): .pcr_plot_analyze returns a dodge columns plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:57:3'): .pcr_plot_analyze returns a faceted plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:68:3'): .pcr_plot_assess returns an efficiency plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:79:3'): .pcr_plot_assess returns standard_curve plots ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    Error: Test failures
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.2
Check: tests
Result: ERROR
    Running 'testthat.R' [3s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(pcr)
    > 
    > test_check("pcr")
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_analyses_fun.R:44:3'): pcr_ddct works ────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:83:3'): pcr_dct works ─────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:144:3'): pcr_curve in separate_tube mode ──────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:22:3'): pcr_efficiency calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:43:3'): pcr_standard calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:14:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:23:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:27:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:42:3'): .pcr_plot_analyze returns a dodge columns plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:57:3'): .pcr_plot_analyze returns a faceted plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:68:3'): .pcr_plot_assess returns an efficiency plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:79:3'): .pcr_plot_assess returns standard_curve plots ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    Error: Test failures
    Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.2.2
Check: tests
Result: ERROR
    Running ‘testthat.R’ [3s/4s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(pcr)
    > 
    > test_check("pcr")
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_analyses_fun.R:44:3'): pcr_ddct works ────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:83:3'): pcr_dct works ─────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:144:3'): pcr_curve in separate_tube mode ──────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:22:3'): pcr_efficiency calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:43:3'): pcr_standard calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:14:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:23:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:27:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:42:3'): .pcr_plot_analyze returns a dodge columns plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:57:3'): .pcr_plot_analyze returns a faceted plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:68:3'): .pcr_plot_assess returns an efficiency plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:79:3'): .pcr_plot_assess returns standard_curve plots ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    Error: Test failures
    Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.2.2
Check: tests
Result: ERROR
    Running 'testthat.R' [5s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(pcr)
    > 
    > test_check("pcr")
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_analyses_fun.R:44:3'): pcr_ddct works ────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:83:3'): pcr_dct works ─────────────────────────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_analyses_fun.R:144:3'): pcr_curve in separate_tube mode ──────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:22:3'): pcr_efficiency calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_assessment_fun.R:43:3'): pcr_standard calculates the correct intercept and slope ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:14:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:23:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:27:3'): .pcr_plot_analyze returns a ggplot ────
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:42:3'): .pcr_plot_analyze returns a dodge columns plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:57:3'): .pcr_plot_analyze returns a faceted plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:68:3'): .pcr_plot_assess returns an efficiency plot ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    ── Failure ('test_plotting_fun.R:79:3'): .pcr_plot_assess returns standard_curve plots ──
    class(gg) not identical to c("gg", "ggplot").
    Lengths differ: 5 is not 2
    
    [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ]
    Error: Test failures
    Execution halted
Flavor: r-oldrel-windows-x86_64