CRAN Package Check Results for Package pcr

Last updated on 2025-09-11 15:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 5.39 75.58 80.97 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.2 3.65 56.10 59.75 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.2 141.76 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.2 152.73 ERROR
r-devel-windows-x86_64 1.2.2 9.00 92.00 101.00 OK
r-patched-linux-x86_64 1.2.2 5.11 72.43 77.54 OK
r-release-linux-x86_64 1.2.2 3.55 67.78 71.33 OK
r-release-macos-arm64 1.2.2 42.00 OK
r-release-macos-x86_64 1.2.2 72.00 OK
r-release-windows-x86_64 1.2.2 7.00 85.00 92.00 OK
r-oldrel-macos-arm64 1.2.2 38.00 OK
r-oldrel-macos-x86_64 1.2.2 63.00 OK
r-oldrel-windows-x86_64 1.2.2 9.00 107.00 116.00 OK

Check Details

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’ 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