The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package simr

Last updated on 2026-07-21 11:51:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.9 12.55 177.66 190.21 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.9 7.45 117.56 125.01 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.9 12.00 141.18 153.18 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.9 8.00 111.33 119.33 ERROR
r-devel-windows-x86_64 1.0.9 14.00 154.00 168.00 ERROR
r-patched-linux-x86_64 1.0.9 11.00 166.94 177.94 OK
r-release-linux-x86_64 1.0.9 11.08 157.58 168.66 ERROR
r-release-macos-arm64 1.0.9 3.00 43.00 46.00 OK
r-release-macos-x86_64 1.0.9 9.00 287.00 296.00 OK
r-release-windows-x86_64 1.0.9 16.00 156.00 172.00 ERROR
r-oldrel-macos-arm64 1.0.9 3.00 44.00 47.00 OK
r-oldrel-macos-x86_64 1.0.9 8.00 115.00 123.00 OK
r-oldrel-windows-x86_64 1.0.9 18.00 216.00 234.00 ERROR

Check Details

Version: 1.0.9
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: simr/tests/testthat/test_powerSim.R (.Dim: 1, .Dimnames: 1) '.Dim' should be changed to 'dim'. '.Dimnames' should be changed to 'dimnames'. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.0.9
Check: tests
Result: ERROR Running ‘test-all.R’ [22s/25s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > if(require(testthat)) { + + test_check("simr") + } Loading required package: testthat Loading required package: simr Loading required package: lme4 Loading required package: Matrix Attaching package: 'simr' The following object is masked from 'package:lme4': getData The following object is masked from 'package:testthat': compare Saving _problems/test_new-39.R [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_new.R:39:5'): makeGlmer works ────────────────────────────────── Error in `mkMerMod(rho, opt, glmod$reTrms, fr = glmod$fr, mc = mcout, lme4conv = cc)`: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) Backtrace: ▆ 1. └─simr::makeGlmer(...) at test_new.R:39:5 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘examples.Rmd’ using rmarkdown --- finished re-building ‘examples.Rmd’ --- re-building ‘fromscratch.Rmd’ using rmarkdown Quitting from fromscratch.Rmd:44-49 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `mkMerMod()`: ! unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) --- Backtrace: ▆ 1. └─simr::makeGlmer(...) 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'fromscratch.Rmd' failed with diagnostics: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) --- failed re-building ‘fromscratch.Rmd’ SUMMARY: processing the following file failed: ‘fromscratch.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 1.0.9
Check: tests
Result: ERROR Running ‘test-all.R’ [29s/29s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > if(require(testthat)) { + + test_check("simr") + } Loading required package: testthat Loading required package: simr Loading required package: lme4 Loading required package: Matrix Attaching package: 'simr' The following object is masked from 'package:lme4': getData The following object is masked from 'package:testthat': compare Saving _problems/test_new-39.R [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_new.R:39:5'): makeGlmer works ────────────────────────────────── Error in `mkMerMod(rho, opt, glmod$reTrms, fr = glmod$fr, mc = mcout, lme4conv = cc)`: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) Backtrace: ▆ 1. └─simr::makeGlmer(...) at test_new.R:39:5 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘examples.Rmd’ using rmarkdown --- finished re-building ‘examples.Rmd’ --- re-building ‘fromscratch.Rmd’ using rmarkdown Quitting from fromscratch.Rmd:44-49 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `mkMerMod()`: ! unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) --- Backtrace: ▆ 1. └─simr::makeGlmer(...) 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'fromscratch.Rmd' failed with diagnostics: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) --- failed re-building ‘fromscratch.Rmd’ SUMMARY: processing the following file failed: ‘fromscratch.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 1.0.9
Check: tests
Result: ERROR Running ‘test-all.R’ [21s/22s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > if(require(testthat)) { + + test_check("simr") + } Loading required package: testthat Loading required package: simr Loading required package: lme4 Loading required package: Matrix Attaching package: 'simr' The following object is masked from 'package:lme4': getData The following object is masked from 'package:testthat': compare Saving _problems/test_new-39.R [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_new.R:39:5'): makeGlmer works ────────────────────────────────── Error in `mkMerMod(rho, opt, glmod$reTrms, fr = glmod$fr, mc = mcout, lme4conv = cc)`: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) Backtrace: ▆ 1. └─simr::makeGlmer(...) at test_new.R:39:5 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.9
Check: tests
Result: ERROR Running 'test-all.R' [26s] Running the tests in 'tests/test-all.R' failed. Complete output: > if(require(testthat)) { + + test_check("simr") + } Loading required package: testthat Loading required package: simr Loading required package: lme4 Loading required package: Matrix Attaching package: 'simr' The following object is masked from 'package:lme4': getData The following object is masked from 'package:testthat': compare Saving _problems/test_new-39.R [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_new.R:39:5'): makeGlmer works ────────────────────────────────── Error in `mkMerMod(rho, opt, glmod$reTrms, fr = glmod$fr, mc = mcout, lme4conv = cc)`: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) Backtrace: ▆ 1. └─simr::makeGlmer(...) at test_new.R:39:5 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 115 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.9
Check: tests
Result: ERROR Running ‘test-all.R’ [32s/37s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > if(require(testthat)) { + + test_check("simr") + } Loading required package: testthat Loading required package: simr Loading required package: lme4 Loading required package: Matrix Attaching package: 'simr' The following object is masked from 'package:lme4': getData The following object is masked from 'package:testthat': compare Saving _problems/test_new-39.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 115 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_new.R:39:5'): makeGlmer works ────────────────────────────────── Error in `mkMerMod(rho, opt, glmod$reTrms, fr = glmod$fr, mc = mcout, lme4conv = cc)`: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) Backtrace: ▆ 1. └─simr::makeGlmer(...) at test_new.R:39:5 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 115 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.9
Check: tests
Result: ERROR Running 'test-all.R' [25s] Running the tests in 'tests/test-all.R' failed. Complete output: > if(require(testthat)) { + + test_check("simr") + } Loading required package: testthat Loading required package: simr Loading required package: lme4 Loading required package: Matrix Attaching package: 'simr' The following object is masked from 'package:lme4': getData The following object is masked from 'package:testthat': compare Saving _problems/test_new-39.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 115 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_new.R:39:5'): makeGlmer works ────────────────────────────────── Error in `mkMerMod(rho, opt, glmod$reTrms, fr = glmod$fr, mc = mcout, lme4conv = cc)`: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) Backtrace: ▆ 1. └─simr::makeGlmer(...) at test_new.R:39:5 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 115 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.9
Check: tests
Result: ERROR Running 'test-all.R' [40s] Running the tests in 'tests/test-all.R' failed. Complete output: > if(require(testthat)) { + + test_check("simr") + } Loading required package: testthat Loading required package: simr Loading required package: lme4 Loading required package: Matrix Attaching package: 'simr' The following object is masked from 'package:lme4': getData The following object is masked from 'package:testthat': compare Saving _problems/test_new-39.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 115 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_new.R:39:5'): makeGlmer works ────────────────────────────────── Error in `mkMerMod(rho, opt, glmod$reTrms, fr = glmod$fr, mc = mcout, lme4conv = cc)`: unexpected parameter vector length: length(pars)=3, npar=3, nAGQ=1; (expected length(pars)==npar iff nAGQ==0) Backtrace: ▆ 1. └─simr::makeGlmer(...) at test_new.R:39:5 2. └─simr:::makeMer(formula, family, fixef, VarCorr, , data, deparse(substitute(data))) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─lme4::glmer(formula, family = family, data = data, control = glmerSet(theta)) 6. └─lme4::mkMerMod(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 115 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.