Last updated on 2024-11-09 05:49:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5 | 166.07 | 144.95 | 311.02 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5 | 120.62 | 108.63 | 229.25 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5 | 561.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5 | 527.95 | ERROR | |||
r-devel-windows-x86_64 | 0.5 | 170.00 | 182.00 | 352.00 | OK | |
r-patched-linux-x86_64 | 0.5 | 179.64 | 147.25 | 326.89 | OK | |
r-release-linux-x86_64 | 0.5 | 175.00 | 147.28 | 322.28 | OK | |
r-release-macos-arm64 | 0.5 | 133.00 | NOTE | |||
r-release-macos-x86_64 | 0.5 | 160.00 | NOTE | |||
r-release-windows-x86_64 | 0.5 | 173.00 | 179.00 | 352.00 | OK | |
r-oldrel-macos-arm64 | 0.5 | 137.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.5 | 265.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.5 | 196.00 | 227.00 | 423.00 | OK |
Version: 0.5
Check: examples
Result: ERROR
Running examples in ‘targeted-Ex.R’ failed
The error most likely occurred in:
> ### Name: alean
> ### Title: Assumption Lean inference for generalized linear model
> ### parameters
> ### Aliases: alean
>
> ### ** Examples
>
>
> sim1 <- function(n, family=gaussian(), ...) {
+ m <- lvm() |>
+ distribution(~ y, binomial.lvm()) |>
+ regression('a', value=function(l) l) |>
+ regression('y', value=function(a,l) a + l)
+ if (family$family=="binomial")
+ distribution(m, ~a) <- binomial.lvm()
+ sim(m, n)
+ }
>
> library(splines)
> f <- binomial()
> d <- sim1(1e4, family=f)
Error in cbind(idxM, pidxM) : cannot get data pointer of 'NULL' objects
Calls: sim1 ... exogenous<- -> exogenous<-.lvm -> reindex -> mat.lvm -> cbind
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5
Check: tests
Result: ERROR
Running ‘test-all.R’
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> suppressPackageStartupMessages(library("testthat"))
> test_check("targeted")
Loading required package: targeted
Loading required package: lava
Attaching package: 'lava'
The following object is masked from 'package:testthat':
compare
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-riskreg.R:4:1'): (code run outside of `test_that()`) ───────────
Error in `cbind(idxM, pidxM)`: cannot get data pointer of 'NULL' objects
Backtrace:
▆
1. └─lava::lvm(...) at test-riskreg.R:4:1
2. ├─lava::`regression<-`(`*tmp*`, messages = messages, value = myvar)
3. └─lava:::`regression<-.lvm`(`*tmp*`, messages = messages, value = myvar)
4. └─lava::procformula(object, value, ...)
5. ├─lava::`intercept<-`(...)
6. └─lava:::`intercept<-.lvm`(...)
7. └─lava::reindex(object)
8. └─lava:::mat.lvm(x, res)
9. └─base::cbind(idxM, pidxM)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5
Check: installed package size
Result: NOTE
installed size is 15.0Mb
sub-directories of 1Mb or more:
doc 1.1Mb
libs 13.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64