Last updated on 2026-08-01 06:54:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.9 | 11.36 | 166.65 | 178.01 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.9 | 7.19 | 119.28 | 126.47 | 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 | 15.00 | 157.00 | 172.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.9 | 12.40 | 157.03 | 169.43 | ERROR | |
| r-release-linux-x86_64 | 1.0.9 | 11.65 | 158.10 | 169.75 | 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 | 15.00 | 160.00 | 175.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 | 23.00 | 215.00 | 238.00 | ERROR |
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’ [33s/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 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-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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘test-all.R’ [24s/32s]
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: for new files in some other directories
Result: NOTE
Found the following files/directories:
‘~/tmp/scratch/Rtmp0GISdC’ ‘~/tmp/scratch/Rtmp0UnUpQ’
‘~/tmp/scratch/Rtmp0Wu6OI’ ‘~/tmp/scratch/Rtmp0gOKNK’
‘~/tmp/scratch/Rtmp0zNHPe’ ‘~/tmp/scratch/Rtmp18PWOX’
‘~/tmp/scratch/Rtmp1p4IJl’ ‘~/tmp/scratch/Rtmp1qZ73W’
‘~/tmp/scratch/Rtmp2HwjvU’ ‘~/tmp/scratch/Rtmp2eut95’
‘~/tmp/scratch/Rtmp2lJy1L’ ‘~/tmp/scratch/Rtmp34RCSY’
‘~/tmp/scratch/Rtmp3se2OJ’ ‘~/tmp/scratch/Rtmp3vtG4Q’
‘~/tmp/scratch/Rtmp4GRDwn’ ‘~/tmp/scratch/Rtmp4juCTk’
‘~/tmp/scratch/Rtmp5LY64i’ ‘~/tmp/scratch/Rtmp5kqDXA’
‘~/tmp/scratch/Rtmp6nXofa’ ‘~/tmp/scratch/Rtmp7JWTcx’
‘~/tmp/scratch/Rtmp8CipOj’ ‘~/tmp/scratch/Rtmp8IaOao’
‘~/tmp/scratch/Rtmp8aQ3JK’ ‘~/tmp/scratch/Rtmp8xayvb’
‘~/tmp/scratch/Rtmp8xksaw’ ‘~/tmp/scratch/Rtmp96eQvH’
‘~/tmp/scratch/Rtmp9kSo8l’ ‘~/tmp/scratch/Rtmp9w9JgW’
‘~/tmp/scratch/RtmpA1eeoV’ ‘~/tmp/scratch/RtmpAP0ISr’
‘~/tmp/scratch/RtmpAPVMSv’ ‘~/tmp/scratch/RtmpAozMrD’
‘~/tmp/scratch/RtmpC4630k’ ‘~/tmp/scratch/RtmpCTOB6W’
‘~/tmp/scratch/RtmpCiTo3v’ ‘~/tmp/scratch/RtmpDH3MSx’
‘~/tmp/scratch/RtmpDINqhv’ ‘~/tmp/scratch/RtmpDYsX44’
‘~/tmp/scratch/RtmpEcNY9k’ ‘~/tmp/scratch/RtmpEl5KPV’
‘~/tmp/scratch/RtmpGziVFG’ ‘~/tmp/scratch/RtmpHFm5lQ’
‘~/tmp/scratch/RtmpHLmBWB’ ‘~/tmp/scratch/RtmpHWsvgG’
‘~/tmp/scratch/RtmpIfsvOA’ ‘~/tmp/scratch/RtmpJDjhUe’
‘~/tmp/scratch/RtmpJS3GPs’ ‘~/tmp/scratch/RtmpJf0Vf8’
‘~/tmp/scratch/RtmpKLonZS’ ‘~/tmp/scratch/RtmpLU5uU7’
‘~/tmp/scratch/RtmpNQWZl2’ ‘~/tmp/scratch/RtmpNa005I’
‘~/tmp/scratch/RtmpNlmG3M’ ‘~/tmp/scratch/RtmpOJjT2b’
‘~/tmp/scratch/RtmpONxNRS’ ‘~/tmp/scratch/RtmpOV8gNz’
‘~/tmp/scratch/RtmpOaQB8V’ ‘~/tmp/scratch/RtmpPTGAVQ’
‘~/tmp/scratch/RtmpRMttvo’ ‘~/tmp/scratch/RtmpRgtk2P’
‘~/tmp/scratch/RtmpS03ZKs’ ‘~/tmp/scratch/RtmpSi8Rv5’
‘~/tmp/scratch/RtmpTEMZRy’ ‘~/tmp/scratch/RtmpTNtwyk’
‘~/tmp/scratch/RtmpTnW9TE’ ‘~/tmp/scratch/RtmpULtIkW’
‘~/tmp/scratch/RtmpUmMs27’ ‘~/tmp/scratch/RtmpUxO8YZ’
‘~/tmp/scratch/RtmpUxrtM7’ ‘~/tmp/scratch/RtmpVDdm5z’
‘~/tmp/scratch/RtmpW0yR3w’ ‘~/tmp/scratch/RtmpWZO8R7’
‘~/tmp/scratch/RtmpX4BPUt’ ‘~/tmp/scratch/RtmpXAfVDr’
‘~/tmp/scratch/RtmpXflIwR’ ‘~/tmp/scratch/RtmpXhwzcv’
‘~/tmp/scratch/RtmpXqcu6H’ ‘~/tmp/scratch/RtmpYKyS9e’
‘~/tmp/scratch/RtmpYo9P2G’ ‘~/tmp/scratch/RtmpYsWojh’
‘~/tmp/scratch/RtmpYtNTLa’ ‘~/tmp/scratch/RtmpZMXq9j’
‘~/tmp/scratch/RtmpZaf9vm’ ‘~/tmp/scratch/RtmpZzhUGp’
‘~/tmp/scratch/Rtmpa1ifcW’ ‘~/tmp/scratch/RtmpaFROdK’
‘~/tmp/scratch/RtmpaIfCfE’ ‘~/tmp/scratch/RtmpaOianT’
‘~/tmp/scratch/RtmpaoRgfL’ ‘~/tmp/scratch/RtmpasTFNO’
‘~/tmp/scratch/Rtmpay6Qbv’ ‘~/tmp/scratch/Rtmpb5LAmC’
‘~/tmp/scratch/RtmpbB7cPS’ ‘~/tmp/scratch/RtmpbCn6SV’
‘~/tmp/scratch/RtmpbV9ZhB’ ‘~/tmp/scratch/RtmpbX69Ii’
‘~/tmp/scratch/RtmpbfIv63’ ‘~/tmp/scratch/RtmpbrU7S7’
‘~/tmp/scratch/Rtmpc1qsfI’ ‘~/tmp/scratch/RtmpcBjr9W’
‘~/tmp/scratch/RtmpcG6XxF’ ‘~/tmp/scratch/RtmpcqwuWm’
‘~/tmp/scratch/RtmpdljvON’ ‘~/tmp/scratch/RtmpeXyII4’
‘~/tmp/scratch/RtmpeilLgW’ ‘~/tmp/scratch/RtmpeqwKTG’
‘~/tmp/scratch/RtmpfBu7dr’ ‘~/tmp/scratch/RtmpfUjqJX’
‘~/tmp/scratch/RtmpfaAQ1b’ ‘~/tmp/scratch/RtmpfbJ4t5’
‘~/tmp/scratch/RtmpfeIh0l’ ‘~/tmp/scratch/Rtmpg9LB53’
‘~/tmp/scratch/RtmphhRT11’ ‘~/tmp/scratch/RtmpiBDP5u’
‘~/tmp/scratch/RtmpiQ6Lej’ ‘~/tmp/scratch/Rtmpik53vm’
‘~/tmp/scratch/RtmpjPjpTN’ ‘~/tmp/scratch/RtmpkONwjg’
‘~/tmp/scratch/Rtmpl3LiRj’ ‘~/tmp/scratch/RtmplbbwLZ’
‘~/tmp/scratch/RtmpliUJtp’ ‘~/tmp/scratch/RtmpmqMOY3’
‘~/tmp/scratch/RtmpnyJqvz’ ‘~/tmp/scratch/Rtmpoj7ipl’
‘~/tmp/scratch/RtmpomW0dL’ ‘~/tmp/scratch/RtmposZ4sS’
‘~/tmp/scratch/RtmpovpcJS’ ‘~/tmp/scratch/RtmppPn1Hz’
‘~/tmp/scratch/RtmppSvwGf’ ‘~/tmp/scratch/RtmpqhJO4Y’
‘~/tmp/scratch/Rtmpr4KeBw’ ‘~/tmp/scratch/Rtmpr8O4R0’
‘~/tmp/scratch/RtmprJTMAP’ ‘~/tmp/scratch/RtmprOaCTQ’
‘~/tmp/scratch/RtmprT4P2T’ ‘~/tmp/scratch/RtmprgHGFD’
‘~/tmp/scratch/Rtmpsy7eDV’ ‘~/tmp/scratch/Rtmpt9EC51’
‘~/tmp/scratch/RtmptCNaMt’ ‘~/tmp/scratch/RtmpteLIw8’
‘~/tmp/scratch/RtmptqIDN0’ ‘~/tmp/scratch/Rtmptwtl5H’
‘~/tmp/scratch/Rtmpu0g9qQ’ ‘~/tmp/scratch/Rtmpu4AKnq’
‘~/tmp/scratch/RtmpuLxAK9’ ‘~/tmp/scratch/Rtmpucx0t2’
‘~/tmp/scratch/RtmpugSyOQ’ ‘~/tmp/scratch/RtmpvXojXw’
‘~/tmp/scratch/RtmpvgIoQ3’ ‘~/tmp/scratch/RtmpwKbRMR’
‘~/tmp/scratch/RtmpxFNUfS’ ‘~/tmp/scratch/Rtmpy9gDdB’
‘~/tmp/scratch/RtmpyXzVkS’ ‘~/tmp/scratch/RtmpyuD7j2’
‘~/tmp/scratch/RtmpzxyzPf’ ‘~/tmp/scratch/ccuYulFI.s’
‘~/tmp/scratch/xvfb-run.0Ho7MD’ ‘~/tmp/scratch/xvfb-run.13cETf’
‘~/tmp/scratch/xvfb-run.1FlpJj’ ‘~/tmp/scratch/xvfb-run.1KWXE7’
‘~/tmp/scratch/xvfb-run.2Az1Sb’ ‘~/tmp/scratch/xvfb-run.33ITvG’
‘~/tmp/scratch/xvfb-run.7MDDGq’ ‘~/tmp/scratch/xvfb-run.7iYwYt’
‘~/tmp/scratch/xvfb-run.9idYCs’ ‘~/tmp/scratch/xvfb-run.A0cXkN’
‘~/tmp/scratch/xvfb-run.CUyfWx’ ‘~/tmp/scratch/xvfb-run.EVdHos’
‘~/tmp/scratch/xvfb-run.EXl5cy’ ‘~/tmp/scratch/xvfb-run.Fucayy’
‘~/tmp/scratch/xvfb-run.HyLjOh’ ‘~/tmp/scratch/xvfb-run.IE4yIG’
‘~/tmp/scratch/xvfb-run.J07plh’ ‘~/tmp/scratch/xvfb-run.LEyxdA’
‘~/tmp/scratch/xvfb-run.LxJ21W’ ‘~/tmp/scratch/xvfb-run.MFLowv’
‘~/tmp/scratch/xvfb-run.NDA7hg’ ‘~/tmp/scratch/xvfb-run.OCBgis’
‘~/tmp/scratch/xvfb-run.OLy1Yh’ ‘~/tmp/scratch/xvfb-run.P6vk8r’
‘~/tmp/scratch/xvfb-run.PX1lsA’ ‘~/tmp/scratch/xvfb-run.PqR4GF’
‘~/tmp/scratch/xvfb-run.Q8aMeZ’ ‘~/tmp/scratch/xvfb-run.QU7OXq’
‘~/tmp/scratch/xvfb-run.QcxiHO’ ‘~/tmp/scratch/xvfb-run.RjLuJ7’
‘~/tmp/scratch/xvfb-run.T1CxYS’ ‘~/tmp/scratch/xvfb-run.T3eNxK’
‘~/tmp/scratch/xvfb-run.TOROCH’ ‘~/tmp/scratch/xvfb-run.TsyeT6’
‘~/tmp/scratch/xvfb-run.TweD9d’ ‘~/tmp/scratch/xvfb-run.U5gJQV’
‘~/tmp/scratch/xvfb-run.UJE7ZH’ ‘~/tmp/scratch/xvfb-run.VMGumd’
‘~/tmp/scratch/xvfb-run.WBC21g’ ‘~/tmp/scratch/xvfb-run.Y1I7ka’
‘~/tmp/scratch/xvfb-run.YTj8ZC’ ‘~/tmp/scratch/xvfb-run.Z2Pk70’
‘~/tmp/scratch/xvfb-run.ZT5KcF’ ‘~/tmp/scratch/xvfb-run.bD3U7f’
‘~/tmp/scratch/xvfb-run.c51tqU’ ‘~/tmp/scratch/xvfb-run.cD3fe5’
‘~/tmp/scratch/xvfb-run.cobWCI’ ‘~/tmp/scratch/xvfb-run.cvEZZM’
‘~/tmp/scratch/xvfb-run.elA5fG’ ‘~/tmp/scratch/xvfb-run.eviaCT’
‘~/tmp/scratch/xvfb-run.fBBxq9’ ‘~/tmp/scratch/xvfb-run.ilV0AM’
‘~/tmp/scratch/xvfb-run.kZAJqL’ ‘~/tmp/scratch/xvfb-run.lG31EZ’
‘~/tmp/scratch/xvfb-run.lYL5Dp’ ‘~/tmp/scratch/xvfb-run.mB2DCE’
‘~/tmp/scratch/xvfb-run.nR6NWW’ ‘~/tmp/scratch/xvfb-run.nsljpB’
‘~/tmp/scratch/xvfb-run.rnUWCV’ ‘~/tmp/scratch/xvfb-run.tKbXFw’
‘~/tmp/scratch/xvfb-run.vbH5eK’ ‘~/tmp/scratch/xvfb-run.wJGVrU’
‘~/tmp/scratch/xvfb-run.wuZumw’ ‘~/tmp/scratch/xvfb-run.xYujAx’
‘~/tmp/scratch/xvfb-run.yi903S’ ‘~/tmp/scratch/xvfb-run.yopFD7’
‘~/tmp/scratch/xvfb-run.z1GC4O’ ‘~/tmp/scratch/xvfb-run.zjNyq9’
‘/dev/shm/sm_segment.gimli1.1001.7ec70000.0’
‘~/.cache/pocl/uncached/tempfile_Zzkel2’
Flavor: r-devel-linux-x86_64-debian-gcc
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/43s]
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-patched-linux-x86_64
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘test-all.R’ [32s/39s]
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