Last updated on 2025-12-20 03:48:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.8 | 35.58 | 209.41 | 244.99 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.8 | 28.95 | 130.31 | 159.26 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.8 | 57.00 | 290.99 | 347.99 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.8 | 72.00 | 291.29 | 363.29 | ERROR | |
| r-devel-windows-x86_64 | 2.1.8 | 41.00 | 209.00 | 250.00 | OK | |
| r-patched-linux-x86_64 | 2.1.8 | 40.26 | 192.41 | 232.67 | OK | |
| r-release-linux-x86_64 | 2.1.8 | 36.55 | 191.56 | 228.11 | OK | |
| r-release-macos-arm64 | 2.1.8 | OK | ||||
| r-release-macos-x86_64 | 2.1.8 | 24.00 | 183.00 | 207.00 | OK | |
| r-release-windows-x86_64 | 2.1.8 | 67.00 | 203.00 | 270.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.8 | NOTE | ||||
| r-oldrel-macos-x86_64 | 2.1.8 | 24.00 | 209.00 | 233.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2.1.8 | 52.00 | 282.00 | 334.00 | OK |
Version: 2.1.8
Check: tests
Result: ERROR
Running ‘test-all.R’ [14s/19s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> # Copyright 2015-2019 Venelin Mitov
> #
> # This file is part of POUMM.
> #
> # POUMM is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
> #
> # POUMM is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with POUMM If not, see <http://www.gnu.org/licenses/>.
>
> library(testthat)
>
> test_check("POUMM")
Loading required package: POUMM
Loading required package: Rcpp
generate 10000 samples
generate 10000 samples
generate 10000 samples
Saving _problems/test-fit-53.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fit.R:53:5'): fit passes without errors ────────────────────────
Error in ``[.data.table`(data, , `:=`(HPDUpperFiltered, min(max(value), unique(HPDUpper))), list(stat = factor(stat), chain = factor(chain)))`: attempt access index 12/12 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-fit.R:53:5
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─base::plot(fit1, interactive = FALSE, doPlot = FALSE)
7. └─POUMM:::plot.POUMM(fit1, interactive = FALSE, doPlot = FALSE)
8. ├─base::plot(...)
9. └─POUMM:::plot.summary.POUMM(...)
10. ├─...[]
11. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘InterpretingPOUMM.Rmd’ using rmarkdown
Quitting from InterpretingPOUMM.Rmd:218-221 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 12/12 in VECTOR_ELT
---
Backtrace:
▆
1. ├─base::plot(...)
2. └─POUMM:::plot.POUMM(...)
3. ├─base::plot(...)
4. └─POUMM:::plot.summary.POUMM(...)
5. ├─...[]
6. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'InterpretingPOUMM.Rmd' failed with diagnostics:
attempt access index 12/12 in VECTOR_ELT
--- failed re-building ‘InterpretingPOUMM.Rmd’
--- re-building ‘UserGuide.Rmd’ using rmarkdown
Quitting from UserGuide.Rmd:242-247 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 12/12 in VECTOR_ELT
---
Backtrace:
▆
1. ├─base::plot(fitPOUMM, showUnivarDensityOnDiag = TRUE, doPlot = FALSE)
2. └─POUMM:::plot.POUMM(...)
3. ├─base::plot(...)
4. └─POUMM:::plot.summary.POUMM(...)
5. ├─...[]
6. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'UserGuide.Rmd' failed with diagnostics:
attempt access index 12/12 in VECTOR_ELT
--- failed re-building ‘UserGuide.Rmd’
SUMMARY: processing the following files failed:
‘InterpretingPOUMM.Rmd’ ‘UserGuide.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.8
Check: tests
Result: ERROR
Running ‘test-all.R’ [35s/42s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> # Copyright 2015-2019 Venelin Mitov
> #
> # This file is part of POUMM.
> #
> # POUMM is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
> #
> # POUMM is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with POUMM If not, see <http://www.gnu.org/licenses/>.
>
> library(testthat)
>
> test_check("POUMM")
Loading required package: POUMM
Loading required package: Rcpp
generate 10000 samples
generate 10000 samples
generate 10000 samples
Saving _problems/test-fit-53.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fit.R:53:5'): fit passes without errors ────────────────────────
Error in ``[.data.table`(data, , `:=`(HPDUpperFiltered, min(max(value), unique(HPDUpper))), list(stat = factor(stat), chain = factor(chain)))`: attempt access index 12/12 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-fit.R:53:5
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─base::plot(fit1, interactive = FALSE, doPlot = FALSE)
7. └─POUMM:::plot.POUMM(fit1, interactive = FALSE, doPlot = FALSE)
8. ├─base::plot(...)
9. └─POUMM:::plot.summary.POUMM(...)
10. ├─...[]
11. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.1.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘InterpretingPOUMM.Rmd’ using rmarkdown
Quitting from InterpretingPOUMM.Rmd:218-221 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 12/12 in VECTOR_ELT
---
Backtrace:
▆
1. ├─base::plot(...)
2. └─POUMM:::plot.POUMM(...)
3. ├─base::plot(...)
4. └─POUMM:::plot.summary.POUMM(...)
5. ├─...[]
6. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'InterpretingPOUMM.Rmd' failed with diagnostics:
attempt access index 12/12 in VECTOR_ELT
--- failed re-building ‘InterpretingPOUMM.Rmd’
--- re-building ‘UserGuide.Rmd’ using rmarkdown
Quitting from UserGuide.Rmd:242-247 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 12/12 in VECTOR_ELT
---
Backtrace:
▆
1. ├─base::plot(fitPOUMM, showUnivarDensityOnDiag = TRUE, doPlot = FALSE)
2. └─POUMM:::plot.POUMM(...)
3. ├─base::plot(...)
4. └─POUMM:::plot.summary.POUMM(...)
5. ├─...[]
6. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'UserGuide.Rmd' failed with diagnostics:
attempt access index 12/12 in VECTOR_ELT
--- failed re-building ‘UserGuide.Rmd’
SUMMARY: processing the following files failed:
‘InterpretingPOUMM.Rmd’ ‘UserGuide.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.1.8
Check: tests
Result: ERROR
Running ‘test-all.R’ [34s/39s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> # Copyright 2015-2019 Venelin Mitov
> #
> # This file is part of POUMM.
> #
> # POUMM is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
> #
> # POUMM is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with POUMM If not, see <http://www.gnu.org/licenses/>.
>
> library(testthat)
>
> test_check("POUMM")
Loading required package: POUMM
Loading required package: Rcpp
generate 10000 samples
generate 10000 samples
generate 10000 samples
Saving _problems/test-fit-53.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fit.R:53:5'): fit passes without errors ────────────────────────
Error in ``[.data.table`(data, , `:=`(HPDUpperFiltered, min(max(value), unique(HPDUpper))), list(stat = factor(stat), chain = factor(chain)))`: attempt access index 12/12 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-fit.R:53:5
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─base::plot(fit1, interactive = FALSE, doPlot = FALSE)
7. └─POUMM:::plot.POUMM(fit1, interactive = FALSE, doPlot = FALSE)
8. ├─base::plot(...)
9. └─POUMM:::plot.summary.POUMM(...)
10. ├─...[]
11. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.1.8
Check: installed package size
Result: NOTE
installed size is 8.3Mb
sub-directories of 1Mb or more:
libs 7.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64