Last updated on 2026-06-08 00:52:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.5 | 36.19 | 396.79 | 432.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.5 | 26.92 | 259.66 | 286.58 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.5 | 69.00 | 627.14 | 696.14 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.5 | 78.00 | 716.88 | 794.88 | OK | |
| r-devel-windows-x86_64 | 1.2.5 | 36.00 | 367.00 | 403.00 | OK | |
| r-patched-linux-x86_64 | 1.2.5 | 36.29 | 382.60 | 418.89 | OK | |
| r-release-linux-x86_64 | 1.2.5 | 37.90 | 386.38 | 424.28 | OK | |
| r-release-macos-arm64 | 1.2.5 | 8.00 | 77.00 | 85.00 | ERROR | |
| r-release-macos-x86_64 | 1.2.5 | 23.00 | 347.00 | 370.00 | ERROR | |
| r-release-windows-x86_64 | 1.2.5 | 38.00 | 364.00 | 402.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.5 | 8.00 | 86.00 | 94.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.5 | 24.00 | 289.00 | 313.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.5 | 54.00 | 487.00 | 541.00 | OK |
Version: 1.2.5
Check: examples
Result: ERROR
Running examples in ‘secrlinear-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: linearkd
> ### Title: Kernel Density on Linear Network
> ### Aliases: linearkd
>
> ### ** Examples
>
>
> # simulate some points
> set.seed(123)
> pop <- sim.linearpopn(glymemask, N = 40)
>
> # restrict edges to overcome a glitch in this particular linearmask
>
> tmp <- linearkd(X = pop, linmask = glymemask, sigma = 30,
+ which = 1:325, finespacing = FALSE)
Error in linearkd(X = pop, linmask = glymemask, sigma = 30, which = 1:325, :
linearkd requires package spatstat
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘secrlinear-vignette.Rmd’ using rmarkdown
Quitting from secrlinear-vignette.Rmd:584-611 [secrdesign]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `desc$Version`:
! $ operator is invalid for atomic vectors
---
Backtrace:
x
1. \-secrdesign::run.scenarios(...)
2. \-secrdesign (local) makeoutput(output, scenarios)
3. \-base::paste("secrdesign", desc$Version)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'secrlinear-vignette.Rmd' failed with diagnostics:
$ operator is invalid for atomic vectors
--- failed re-building ‘secrlinear-vignette.Rmd’
SUMMARY: processing the following file failed:
‘secrlinear-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64
Version: 1.2.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘secrlinear-vignette.Rmd’ using rmarkdown
Quitting from secrlinear-vignette.Rmd:584-611 [secrdesign]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'secrdesign'
---
Backtrace:
x
1. \-base::library(secrdesign)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'secrlinear-vignette.Rmd' failed with diagnostics:
there is no package called 'secrdesign'
--- failed re-building ‘secrlinear-vignette.Rmd’
SUMMARY: processing the following file failed:
‘secrlinear-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64