CRAN Package Check Results for Package SNSequate

Last updated on 2018-10-29 07:47:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 6.91 64.94 71.85 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.1 5.70 50.28 55.98 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.1 83.25 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.1 79.45 ERROR
r-devel-windows-ix86+x86_64 1.3.1 13.00 76.00 89.00 ERROR
r-patched-linux-x86_64 1.3.1 6.33 59.59 65.92 OK
r-patched-solaris-x86 1.3.1 108.00 OK
r-release-linux-x86_64 1.3.1 5.87 59.42 65.29 OK
r-release-windows-ix86+x86_64 1.3.1 13.00 93.00 106.00 OK
r-release-osx-x86_64 1.3.1 OK
r-oldrel-windows-ix86+x86_64 1.3.1 8.00 127.00 135.00 OK
r-oldrel-osx-x86_64 1.3.1 OK

Check Details

Version: 1.3.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(SNSequate)
     Loading required package: magic
     Loading required package: abind
     >
     > test_check("SNSequate")
     ── 1. Error: EG design (@test_kereq.R#23) ─────────────────────────────────────
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preXy, pre10_xy, tolerance = tol, check.attributes = F, scale = pre10_xy) at testthat/test_kereq.R:23
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     ── 2. Error: SG design (@test_kereq.R#51) ─────────────────────────────────────
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preYx, pre10_yx, tolerance = tol, check.attributes = F, scale = pre10_yx) at testthat/test_kereq.R:51
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 12 SKIPPED: 2 FAILED: 2
     1. Error: EG design (@test_kereq.R#23)
     2. Error: SG design (@test_kereq.R#51)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.3.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(SNSequate)
     Loading required package: magic
     Loading required package: abind
     >
     > test_check("SNSequate")
     ── 1. Error: EG design (@test_kereq.R#23) ─────────────────────────────────────
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preXy, pre10_xy, tolerance = tol, check.attributes = F, scale = pre10_xy) at testthat/test_kereq.R:23
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     ── 2. Error: SG design (@test_kereq.R#51) ─────────────────────────────────────
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preYx, pre10_yx, tolerance = tol, check.attributes = F, scale = pre10_yx) at testthat/test_kereq.R:51
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 12 SKIPPED: 2 FAILED: 2
     1. Error: EG design (@test_kereq.R#23)
     2. Error: SG design (@test_kereq.R#51)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3.1
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(SNSequate)
     Loading required package: magic
     Loading required package: abind
     >
     > test_check("SNSequate")
     ── 1. Error: EG design (@test_kereq.R#23) ─────────────────────────────────────
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preXy, pre10_xy, tolerance = tol, check.attributes = F, scale = pre10_xy) at testthat/test_kereq.R:23
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     ── 2. Error: SG design (@test_kereq.R#51) ─────────────────────────────────────
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preYx, pre10_yx, tolerance = tol, check.attributes = F, scale = pre10_yx) at testthat/test_kereq.R:51
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 12 SKIPPED: 2 FAILED: 2
     1. Error: EG design (@test_kereq.R#23)
     2. Error: SG design (@test_kereq.R#51)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.1
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(SNSequate)
     Loading required package: magic
     Loading required package: abind
     >
     > test_check("SNSequate")
     -- 1. Error: EG design (@test_kereq.R#23) -------------------------------------
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preXy, pre10_xy, tolerance = tol, check.attributes = F, scale = pre10_xy) at testthat/test_kereq.R:23
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     -- 2. Error: SG design (@test_kereq.R#51) -------------------------------------
     all(scale > 0) is not TRUE
     1: expect_equal(prep10$preYx, pre10_yx, tolerance = tol, check.attributes = F, scale = pre10_yx) at testthat/test_kereq.R:51
     2: compare(act$val, exp$val, ...)
     3: compare.numeric(act$val, exp$val, ...)
     4: all.equal(x, y, tolerance = tolerance, check.attributes = check.attributes, ...)
     5: all.equal.numeric(x, y, tolerance = tolerance, check.attributes = check.attributes,
     ...)
     6: stopifnot(all(scale > 0))
    
     == testthat results ===========================================================
     OK: 12 SKIPPED: 2 FAILED: 2
     1. Error: EG design (@test_kereq.R#23)
     2. Error: SG design (@test_kereq.R#51)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64