CRAN Package Check Results for Package cutpointr

Last updated on 2020-03-31 18:47:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 53.29 408.63 461.92 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 32.03 621.52 653.55 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 347.91 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.1 785.43 ERROR
r-devel-windows-ix86+x86_64 1.0.1 93.00 346.00 439.00 WARN
r-devel-windows-ix86+x86_64-gcc8 1.0.1 101.00 365.00 466.00 WARN
r-patched-linux-x86_64 1.0.1 40.02 381.54 421.56 OK
r-patched-solaris-x86 1.0.1 1224.70 ERROR
r-release-linux-x86_64 1.0.1 40.77 741.33 782.10 ERROR
r-release-windows-ix86+x86_64 1.0.1 144.00 532.00 676.00 WARN
r-release-osx-x86_64 1.0.1 OK
r-oldrel-windows-ix86+x86_64 1.0.1 124.00 526.00 650.00 WARN
r-oldrel-osx-x86_64 1.0.1 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [178s/260s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(cutpointr)
     >
     > test_check("cutpointr")
     ── 1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239) ────
     optcut$specificity not equal to 1.
     names for target but not for current
    
     ── 2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240) ────
     round(optcut$sensitivity, 2) not equal to 0.58.
     names for target but not for current
    
     ── 3. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$specificity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 4. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$sensitivity not equal to opt_cut_cp$sens_constrain.
     names for target but not for current
    
     ── 5. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$sensitivity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 6. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$specificity not equal to opt_cut_cp$spec_constrain.
     names for target but not for current
    
     ── 7. Failure: Main metric gets replaced correctly when ties are broken (@test-c
     cp2$accuracy not equal to cp2$acc.
     names for current but not for target
    
     ── 8. Failure: boot_ci works correctly (@test-cutpointr.R#1378) ───────────────
     round(bci$values, 2) not equal to c(1, 3.27).
     names for target but not for current
    
     ── 9. Failure: boot_test works correctly (@test-cutpointr.R#1396) ─────────────
     round(bt$p, 3) not equal to 0.249.
     names for target but not for current
    
     ── 10. Failure: boot_test works correctly (@test-cutpointr.R#1397) ────────────
     round(bt$z, 2) not equal to 1.15.
     names for target but not for current
    
     ── 11. Failure: boot_test works correctly (@test-cutpointr.R#1404) ────────────
     btg$d not equal to bt$d.
     names for current but not for target
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 379 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 11 ]
     1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239)
     2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240)
     3. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#563)
     4. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#564)
     5. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#570)
     6. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#571)
     7. Failure: Main metric gets replaced correctly when ties are broken (@test-cutpointr.R#1023)
     8. Failure: boot_ci works correctly (@test-cutpointr.R#1378)
     9. Failure: boot_test works correctly (@test-cutpointr.R#1396)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [172s/178s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(cutpointr)
     >
     > test_check("cutpointr")
     ── 1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239) ────
     optcut$specificity not equal to 1.
     names for target but not for current
    
     ── 2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240) ────
     round(optcut$sensitivity, 2) not equal to 0.58.
     names for target but not for current
    
     ── 3. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$specificity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 4. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$sensitivity not equal to opt_cut_cp$sens_constrain.
     names for target but not for current
    
     ── 5. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$sensitivity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 6. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$specificity not equal to opt_cut_cp$spec_constrain.
     names for target but not for current
    
     ── 7. Failure: Main metric gets replaced correctly when ties are broken (@test-c
     cp2$accuracy not equal to cp2$acc.
     names for current but not for target
    
     ── 8. Failure: boot_ci works correctly (@test-cutpointr.R#1378) ───────────────
     round(bci$values, 2) not equal to c(1, 3.27).
     names for target but not for current
    
     ── 9. Failure: boot_test works correctly (@test-cutpointr.R#1396) ─────────────
     round(bt$p, 3) not equal to 0.249.
     names for target but not for current
    
     ── 10. Failure: boot_test works correctly (@test-cutpointr.R#1397) ────────────
     round(bt$z, 2) not equal to 1.15.
     names for target but not for current
    
     ── 11. Failure: boot_test works correctly (@test-cutpointr.R#1404) ────────────
     btg$d not equal to bt$d.
     names for current but not for target
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 379 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 11 ]
     1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239)
     2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240)
     3. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#563)
     4. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#564)
     5. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#570)
     6. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#571)
     7. Failure: Main metric gets replaced correctly when ties are broken (@test-cutpointr.R#1023)
     8. Failure: boot_ci works correctly (@test-cutpointr.R#1378)
     9. Failure: boot_test works correctly (@test-cutpointr.R#1396)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘cutpointr.Rmd’ using rmarkdown
    Quitting from lines 181-184 (cutpointr.Rmd)
    Error: processing vignette 'cutpointr.Rmd' failed with diagnostics:
    there is no package called 'registry'
    --- failed re-building ‘cutpointr.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘cutpointr.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64

Version: 1.0.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [275s/399s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(cutpointr)
     >
     > test_check("cutpointr")
     ── 1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239) ────
     optcut$specificity not equal to 1.
     names for target but not for current
    
     ── 2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240) ────
     round(optcut$sensitivity, 2) not equal to 0.58.
     names for target but not for current
    
     ── 3. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$specificity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 4. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$sensitivity not equal to opt_cut_cp$sens_constrain.
     names for target but not for current
    
     ── 5. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$sensitivity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 6. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$specificity not equal to opt_cut_cp$spec_constrain.
     names for target but not for current
    
     ── 7. Failure: Main metric gets replaced correctly when ties are broken (@test-c
     cp2$accuracy not equal to cp2$acc.
     names for current but not for target
    
     ── 8. Failure: boot_ci works correctly (@test-cutpointr.R#1378) ───────────────
     round(bci$values, 2) not equal to c(1, 3.27).
     names for target but not for current
    
     ── 9. Failure: boot_test works correctly (@test-cutpointr.R#1396) ─────────────
     round(bt$p, 3) not equal to 0.249.
     names for target but not for current
    
     ── 10. Failure: boot_test works correctly (@test-cutpointr.R#1397) ────────────
     round(bt$z, 2) not equal to 1.15.
     names for target but not for current
    
     ── 11. Failure: boot_test works correctly (@test-cutpointr.R#1404) ────────────
     btg$d not equal to bt$d.
     names for current but not for target
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 379 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 11 ]
     1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239)
     2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240)
     3. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#563)
     4. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#564)
     5. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#570)
     6. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#571)
     7. Failure: Main metric gets replaced correctly when ties are broken (@test-cutpointr.R#1023)
     8. Failure: boot_ci works correctly (@test-cutpointr.R#1378)
     9. Failure: boot_test works correctly (@test-cutpointr.R#1396)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [309s/344s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(cutpointr)
     >
     > test_check("cutpointr")
     ── 1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239) ────
     optcut$specificity not equal to 1.
     names for target but not for current
    
     ── 2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240) ────
     round(optcut$sensitivity, 2) not equal to 0.58.
     names for target but not for current
    
     ── 3. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$specificity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 4. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$sensitivity not equal to opt_cut_cp$sens_constrain.
     names for target but not for current
    
     ── 5. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$sensitivity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 6. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$specificity not equal to opt_cut_cp$spec_constrain.
     names for target but not for current
    
     ── 7. Failure: Main metric gets replaced correctly when ties are broken (@test-c
     cp2$accuracy not equal to cp2$acc.
     names for current but not for target
    
     ── 8. Failure: boot_ci works correctly (@test-cutpointr.R#1378) ───────────────
     round(bci$values, 2) not equal to c(1, 3.27).
     names for target but not for current
    
     ── 9. Failure: boot_test works correctly (@test-cutpointr.R#1396) ─────────────
     round(bt$p, 3) not equal to 0.249.
     names for target but not for current
    
     ── 10. Failure: boot_test works correctly (@test-cutpointr.R#1397) ────────────
     round(bt$z, 2) not equal to 1.15.
     names for target but not for current
    
     ── 11. Failure: boot_test works correctly (@test-cutpointr.R#1404) ────────────
     btg$d not equal to bt$d.
     names for current but not for target
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 379 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 11 ]
     1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239)
     2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240)
     3. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#563)
     4. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#564)
     5. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#570)
     6. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#571)
     7. Failure: Main metric gets replaced correctly when ties are broken (@test-cutpointr.R#1023)
     8. Failure: boot_ci works correctly (@test-cutpointr.R#1378)
     9. Failure: boot_test works correctly (@test-cutpointr.R#1396)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 1.0.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [222s/239s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(cutpointr)
     >
     > test_check("cutpointr")
     ── 1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239) ────
     optcut$specificity not equal to 1.
     names for target but not for current
    
     ── 2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240) ────
     round(optcut$sensitivity, 2) not equal to 0.58.
     names for target but not for current
    
     ── 3. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$specificity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 4. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$sensitivity not equal to opt_cut_cp$sens_constrain.
     names for target but not for current
    
     ── 5. Failure: Results for constrained metrics are equal to results by OptimalCu
     round(opt_cut_cp$sensitivity, 4) not equal to 0.85.
     names for target but not for current
    
     ── 6. Failure: Results for constrained metrics are equal to results by OptimalCu
     opt_cut_cp$specificity not equal to opt_cut_cp$spec_constrain.
     names for target but not for current
    
     ── 7. Failure: Main metric gets replaced correctly when ties are broken (@test-c
     cp2$accuracy not equal to cp2$acc.
     names for current but not for target
    
     ── 8. Failure: boot_ci works correctly (@test-cutpointr.R#1378) ───────────────
     round(bci$values, 2) not equal to c(1, 3.27).
     names for target but not for current
    
     ── 9. Failure: boot_test works correctly (@test-cutpointr.R#1396) ─────────────
     round(bt$p, 3) not equal to 0.249.
     names for target but not for current
    
     ── 10. Failure: boot_test works correctly (@test-cutpointr.R#1397) ────────────
     round(bt$z, 2) not equal to 1.15.
     names for target but not for current
    
     ── 11. Failure: boot_test works correctly (@test-cutpointr.R#1404) ────────────
     btg$d not equal to bt$d.
     names for current but not for target
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 379 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 11 ]
     1. Failure: Correct cutpoints with example data (@test-cutpointr.R#239)
     2. Failure: Correct cutpoints with example data (@test-cutpointr.R#240)
     3. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#563)
     4. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#564)
     5. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#570)
     6. Failure: Results for constrained metrics are equal to results by OptimalCutpoints (@test-cutpointr.R#571)
     7. Failure: Main metric gets replaced correctly when ties are broken (@test-cutpointr.R#1023)
     8. Failure: boot_ci works correctly (@test-cutpointr.R#1378)
     9. Failure: boot_test works correctly (@test-cutpointr.R#1396)
     1. ...
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.0.1
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Quitting from lines 181-184 (cutpointr.Rmd)
    Error: processing vignette 'cutpointr.Rmd' failed with diagnostics:
    there is no package called 'registry'
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64