CRAN Package Check Results for Package longpower

Last updated on 2019-02-19 10:56:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-16.1 6.44 75.66 82.10 ERROR
r-devel-linux-x86_64-debian-gcc 1.0-16.1 5.11 60.27 65.38 ERROR
r-devel-linux-x86_64-fedora-clang 1.0-16.1 101.96 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0-16.1 94.26 ERROR
r-devel-windows-ix86+x86_64 1.0-16.1 12.00 123.00 135.00 ERROR
r-patched-linux-x86_64 1.0-16.1 4.59 71.11 75.70 ERROR
r-patched-solaris-x86 1.0-16.1 143.20 ERROR
r-release-linux-x86_64 1.0-16.1 5.08 71.07 76.15 ERROR
r-release-windows-ix86+x86_64 1.0-16.1 9.00 114.00 123.00 ERROR
r-release-osx-x86_64 1.0-16.1 OK
r-oldrel-windows-ix86+x86_64 1.0-16.1 10.00 93.00 103.00 ERROR
r-oldrel-osx-x86_64 1.0-16.1 OK

Check Details

Version: 1.0-16.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(longpower)
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: nlme
    
     Attaching package: 'nlme'
    
     The following object is masked from 'package:lme4':
    
     lmList
    
     >
     > test_check("longpower")
     ── 1. Failure: lmmpower (@tests.R#88) ─────────────────────────────────────────
     lmmpower(fm1, pct.change = 0.3, t = seq(0, 9, 1), power = 0.8)$n not equal to 68.46993.
     1/1 mismatches
     [1] 68.5 - 68.5 == 0.015
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 12 SKIPPED: 0 FAILED: 1
     1. Failure: lmmpower (@tests.R#88)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 1.0-16.1
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(longpower)
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: nlme
    
     Attaching package: 'nlme'
    
     The following object is masked from 'package:lme4':
    
     lmList
    
     >
     > test_check("longpower")
     ── 1. Failure: lmmpower (@tests.R#88) ─────────────────────────────────────────
     lmmpower(fm1, pct.change = 0.3, t = seq(0, 9, 1), power = 0.8)$n not equal to 68.46993.
     1/1 mismatches
     [1] 68.5 - 68.5 == 0.015
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 12 SKIPPED: 0 FAILED: 1
     1. Failure: lmmpower (@tests.R#88)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86

Version: 1.0-16.1
Check: tests
Result: ERROR
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(longpower)
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: nlme
    
     Attaching package: 'nlme'
    
     The following object is masked from 'package:lme4':
    
     lmList
    
     >
     > test_check("longpower")
     -- 1. Failure: lmmpower (@tests.R#88) -----------------------------------------
     lmmpower(fm1, pct.change = 0.3, t = seq(0, 9, 1), power = 0.8)$n not equal to 68.46993.
     1/1 mismatches
     [1] 68.5 - 68.5 == 0.015
    
     == testthat results ===========================================================
     OK: 12 SKIPPED: 0 FAILED: 1
     1. Failure: lmmpower (@tests.R#88)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0-16.1
Check: examples
Result: ERROR
    Running examples in ‘longpower-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: lmmpower
    > ### Title: Sample size calculations for linear mixed models of rate of
    > ### change based on lmer, lme, or gee "placebo" pilot estimates.
    > ### Aliases: lmmpower lmmpower,ANY-method lmmpower,merMod-method
    > ### lmmpower-methods lmmpower.default lmmpower.gee lmmpower.lme
    > ### lmmpower.numeric
    > ### Keywords: effects marginal methods mixed model power random sample size
    >
    > ### ** Examples
    >
    >
    > ## Not run:
    > ##D browseVignettes(package = "longpower")
    > ## End(Not run)
    >
    > lmmpower(delta=1.5, t = seq(0,1.5,0.25),
    + sig2.i = 55, sig2.s = 24, sig2.e = 10, cov.s.i=0.8*sqrt(55)*sqrt(24), power = 0.80)
    Error in UseMethod("lmmpower") :
     no applicable method for 'lmmpower' applied to an object of class "c('double', 'numeric')"
    Calls: lmmpower -> lmmpower
    Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0-16.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(longpower)
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: nlme
    
     Attaching package: 'nlme'
    
     The following object is masked from 'package:lme4':
    
     lmList
    
     >
     > test_check("longpower")
     ── 1. Failure: lmmpower (@tests.R#88) ─────────────────────────────────────────
     lmmpower(fm1, pct.change = 0.3, t = seq(0, 9, 1), power = 0.8)$n not equal to 68.46993.
     1/1 mismatches
     [1] 68.5 - 68.5 == 0.015
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 12 SKIPPED: 0 FAILED: 1
     1. Failure: lmmpower (@tests.R#88)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.0-16.1
Check: tests
Result: ERROR
     Running 'testthat.R' [4s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(longpower)
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: nlme
    
     Attaching package: 'nlme'
    
     The following object is masked from 'package:lme4':
    
     lmList
    
     >
     > test_check("longpower")
     -- 1. Failure: lmmpower (@tests.R#88) -----------------------------------------
     lmmpower(fm1, pct.change = 0.3, t = seq(0, 9, 1), power = 0.8)$n not equal to 68.46993.
     1/1 mismatches
     [1] 68.5 - 68.5 == 0.015
    
     == testthat results ===========================================================
     OK: 12 SKIPPED: 0 FAILED: 1
     1. Failure: lmmpower (@tests.R#88)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64