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.
Last updated on 2026-06-14 05:50:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7.0 | 10.42 | 162.90 | 173.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.7.0 | 7.63 | 103.49 | 111.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.7.0 | 20.00 | 312.82 | 332.82 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.7.0 | 20.00 | 329.76 | 349.76 | OK | |
| r-devel-windows-x86_64 | 1.7.0 | 15.00 | 208.00 | 223.00 | OK | |
| r-patched-linux-x86_64 | 1.7.0 | 14.50 | 149.51 | 164.01 | OK | |
| r-release-linux-x86_64 | 1.7.0 | 12.45 | 150.16 | 162.61 | OK | |
| r-release-macos-arm64 | 1.7.0 | 3.00 | 39.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 1.7.0 | 8.00 | 167.00 | 175.00 | OK | |
| r-release-windows-x86_64 | 1.7.0 | 15.00 | 205.00 | 220.00 | OK | |
| r-oldrel-macos-arm64 | 1.7.0 | 3.00 | 49.00 | 52.00 | OK | |
| r-oldrel-macos-x86_64 | 1.7.0 | 8.00 | 141.00 | 149.00 | OK | |
| r-oldrel-windows-x86_64 | 1.7.0 | 20.00 | 251.00 | 271.00 | OK |
Version: 1.7.0
Check: examples
Result: ERROR
Running examples in ‘posterior-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rvar_apply
> ### Title: Random variable resulting from a function applied over margins
> ### of an array or random variable
> ### Aliases: rvar_apply
>
> ### ** Examples
>
>
> set.seed(3456)
> x <- rvar_rng(rnorm, 24, mean = 1:24)
> dim(x) <- c(2,3,4)
>
> # we can find the distributions of marginal means of the above array
> # using rvar_mean along with rvar_apply
> rvar_apply(x, 1, rvar_mean)
Error in attributes(newX) <- list(dim = c(prod(d.call), d2)) :
dims [product 24] do not match the length of object [0]
Calls: rvar_apply -> apply
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(posterior)
This is posterior version 1.7.0
Attaching package: 'posterior'
The following objects are masked from 'package:stats':
mad, sd, var
The following objects are masked from 'package:base':
%in%, match
>
> test_check("posterior")
Saving _problems/test-rvar-apply-10.R
Saving _problems/test-rvar-apply-23.R
Saving _problems/test-rvar-apply-39.R
Saving _problems/test-rvar-apply-73.R
[ FAIL 4 | WARN 0 | SKIP 5 | PASS 2005 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-print.R:55:3', 'test-print.R:114:3', 'test-rstar.R:113:3',
'test-rvar-print.R:207:3', 'test-subset_draws.R:222:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rvar-apply.R:10:3'): base apply family functions work ──────────
Error in `attributes(newX) <- list(dim = c(prod(d.call), d2))`: dims [product 12] do not match the length of object [0]
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-rvar-apply.R:10:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─base::apply(x, 1, function(x) sum(draws_of(x)))
── Error ('test-rvar-apply.R:23:3'): base apply family functions work with rvar_factor ──
Error in `attributes(newX) <- list(dim = c(prod(d.call), d2))`: dims [product 12] do not match the length of object [0]
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-rvar-apply.R:23:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─base::apply(x, 1, function(x) sum(draws_of(x) == "a"))
── Error ('test-rvar-apply.R:39:3'): rvar_apply works ──────────────────────────
Error in `attributes(newX) <- list(dim = c(prod(d.call), d2))`: dims [product 18] do not match the length of object [0]
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-rvar-apply.R:39:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─posterior::rvar_apply(x, 1, rvar_mean)
5. └─base::apply(.x, .margin, .f, ...)
── Error ('test-rvar-apply.R:73:3'): rvar_apply works with rvar_factor ─────────
Error in `attributes(newX) <- list(dim = c(prod(d.call), d2))`: dims [product 18] do not match the length of object [0]
Backtrace:
▆
1. ├─testthat::expect_equal(rvar_apply(x, 1, identity), x) at test-rvar-apply.R:73:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─posterior::rvar_apply(x, 1, identity)
5. └─base::apply(.x, .margin, .f, ...)
[ FAIL 4 | WARN 0 | SKIP 5 | PASS 2005 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘pareto_diagnostics.Rmd’ using rmarkdown
--- finished re-building ‘pareto_diagnostics.Rmd’
--- re-building ‘posterior.Rmd’ using rmarkdown
--- finished re-building ‘posterior.Rmd’
--- re-building ‘rvar.Rmd’ using rmarkdown
Quitting from rvar.Rmd:588-590 [apply]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `attributes(newX) <- list(dim = c(prod(d.call), d2))`:
! dims [product 24] do not match the length of object [0]
---
Backtrace:
▆
1. └─base::apply(x, c(1, 2), length)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'rvar.Rmd' failed with diagnostics:
dims [product 24] do not match the length of object [0]
--- failed re-building ‘rvar.Rmd’
SUMMARY: processing the following file failed:
‘rvar.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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.