CRAN Package Check Results for Package Smisc

Last updated on 2020-01-26 05:47:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.9.1 9.04 47.07 56.11 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.9.1 5.50 36.68 42.18 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.9.1 66.41 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.9.1 63.58 ERROR
r-devel-windows-ix86+x86_64 0.3.9.1 25.00 186.00 211.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 0.3.9.1 25.00 131.00 156.00 ERROR
r-patched-linux-x86_64 0.3.9.1 6.77 42.51 49.28 OK
r-patched-solaris-x86 0.3.9.1 122.30 OK
r-release-linux-x86_64 0.3.9.1 5.66 42.67 48.33 OK
r-release-windows-ix86+x86_64 0.3.9.1 17.00 114.00 131.00 OK
r-release-osx-x86_64 0.3.9.1 OK
r-oldrel-windows-ix86+x86_64 0.3.9.1 16.00 104.00 120.00 OK
r-oldrel-osx-x86_64 0.3.9.1 OK

Check Details

Version: 0.3.9.1
Check: tests
Result: ERROR
     Running 'testthat.R' [5s/25s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     -- 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ------------
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     -- 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ------------
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     == testthat results ===========================================================
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.9.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/30s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     ── 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ────────────
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     ── 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ────────────
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.9.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/29s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     ── 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ────────────
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     ── 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ────────────
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.9.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     ── 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ────────────
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     ── 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ────────────
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.9.1
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [30s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     -- 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ------------
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     -- 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ------------
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     == testthat results ===========================================================
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.3.9.1
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [35s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     -- 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ------------
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     -- 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ------------
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     == testthat results ===========================================================
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.3.9.1
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [20s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     -- 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ------------
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     -- 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ------------
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     == testthat results ===========================================================
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64-gcc8

Version: 0.3.9.1
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [21s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # setting R_TESTS to empty string because of
     > # https://github.com/hadley/testthat/issues/144
     > # https://github.com/hadley/testthat/issues/86
     > # revert this when that issue in R is fixed.
     > Sys.setenv("R_TESTS" = "")
     >
     > library(testthat)
     > library(Smisc)
     > suppressWarnings(RNGversion("3.5.0"))
     >
     > # There shouldn't be any files in the tmp folder
     > unlink("testthat/tmp", recursive = TRUE, force = TRUE)
     > dir.create("testthat/tmp")
     >
     > test_check("Smisc")
     -- 1. Failure: pvar() returns values as expected (@test_pvar.R#12) ------------
     `pvar\(w, y, x, z, abbrev = 2, digits = 3\)` does not match "w = NU; y = te; x = 10.777; z = FALSE".
     Actual value: "w = NU; y = te; x = 10\.778; z = FALSE "
    
     -- 2. Failure: pvar() returns values as expected (@test_pvar.R#13) ------------
     `pvar\(y, x, z, abbrev = 2, digits = 3, sep = "k"\)` does not match "y = tek x = 10.777k z = FALSE".
     Actual value: "y = tek x = 10\.778k z = FALSE "
    
     == testthat results ===========================================================
     [ OK: 274 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: pvar() returns values as expected (@test_pvar.R#12)
     2. Failure: pvar() returns values as expected (@test_pvar.R#13)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64-gcc8