Last updated on 2025-09-13 00:51:21 CEST.
Package | ERROR | OK |
---|---|---|
pcr | 4 | 9 |
Current CRAN status: ERROR: 4, OK: 9
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/6s]
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/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
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