Last updated on 2024-10-14 05:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5 | 168.38 | 145.14 | 313.52 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5 | 125.02 | 113.20 | 238.22 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5 | 658.43 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5 | 542.03 | ERROR | |||
r-devel-windows-x86_64 | 0.5 | 185.00 | 188.00 | 373.00 | OK | |
r-patched-linux-x86_64 | 0.5 | 170.47 | 144.70 | 315.17 | OK | |
r-release-linux-x86_64 | 0.5 | 173.56 | 147.45 | 321.01 | 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 | 183.00 | 182.00 | 365.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 | 216.00 | 229.00 | 445.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