Last updated on 2026-05-05 12:50:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.14 | 42.39 | 130.76 | 173.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.3.14 | 30.35 | 32.77 | 63.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.3.14 | 63.00 | 75.21 | 138.21 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.14 | 100.00 | 83.87 | 183.87 | ERROR | |
| r-devel-windows-x86_64 | 2.3.14 | 50.00 | 183.00 | 233.00 | OK | |
| r-patched-linux-x86_64 | 2.3.14 | 43.47 | 109.74 | 153.21 | OK | |
| r-release-linux-x86_64 | 2.3.14 | 48.29 | 108.40 | 156.69 | OK | |
| r-release-macos-arm64 | 2.3.14 | 9.00 | 33.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 2.3.14 | 30.00 | 141.00 | 171.00 | OK | |
| r-release-windows-x86_64 | 2.3.14 | 51.00 | 183.00 | 234.00 | OK | |
| r-oldrel-macos-arm64 | 2.3.14 | OK | ||||
| r-oldrel-macos-x86_64 | 2.3.14 | 31.00 | 200.00 | 231.00 | OK | |
| r-oldrel-windows-x86_64 | 2.3.14 | 64.00 | 223.00 | 287.00 | OK |
Version: 2.3.14
Check: examples
Result: ERROR
Running examples in ‘remstimate-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: aic
> ### Title: aic
> ### Aliases: aic aic.remstimate
>
> ### ** Examples
>
>
> # ------------------------------------ #
> # tie-oriented model: "MLE" #
> # ------------------------------------ #
>
> # loading data
> data(tie_data)
>
> # processing event sequence with remify
> tie_reh <- remify::remify(edgelist = tie_data$edgelist, model = "tie")
>
> # specifying linear predictor
> tie_model <- ~ 1 +
+ remstats::indegreeSender()+
+ remstats::inertia()+
+ remstats::reciprocity()
>
> # calculating statistics
> tie_reh_stats <- remstats::remstats(reh = tie_reh,
+ tie_effects = tie_model)
Error in if (attr(reh, "model") == "tie") { : argument is of length zero
Calls: <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.14
Check: tests
Result: ERROR
Running ‘tinytest.R’ [0s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ tinytest::test_package("remstimate")
+ }
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests Error in if (attr(reh, "model") == "tie") { : argument is of length zero
Calls: <Anonymous> ... run_test_dir -> lapply -> FUN -> eval -> eval -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.14
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘remstimate.Rmd’ using rmarkdown
Quitting from remstimate.Rmd:162-169 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (attr(reh, "model") == "tie") ...`:
! argument is of length zero
---
Backtrace:
▆
1. └─remstats::remstats(reh = tie_reh, tie_effects = tie_model)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'remstimate.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘remstimate.Rmd’
SUMMARY: processing the following file failed:
‘remstimate.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.14
Check: examples
Result: ERROR
Running examples in ‘remstimate-Ex.R’ failed
The error most likely occurred in:
> ### Name: aic
> ### Title: aic
> ### Aliases: aic aic.remstimate
>
> ### ** Examples
>
>
> # ------------------------------------ #
> # tie-oriented model: "MLE" #
> # ------------------------------------ #
>
> # loading data
> data(tie_data)
>
> # processing event sequence with remify
> tie_reh <- remify::remify(edgelist = tie_data$edgelist, model = "tie")
>
> # specifying linear predictor
> tie_model <- ~ 1 +
+ remstats::indegreeSender()+
+ remstats::inertia()+
+ remstats::reciprocity()
>
> # calculating statistics
> tie_reh_stats <- remstats::remstats(reh = tie_reh,
+ tie_effects = tie_model)
Error in if (attr(reh, "model") == "tie") { : argument is of length zero
Calls: <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.3.14
Check: tests
Result: ERROR
Running ‘tinytest.R’
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ tinytest::test_package("remstimate")
+ }
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests
test-remstimate-actor-oriented-pe.R 0 tests Error in if (attr(reh, "model") == "tie") { : argument is of length zero
Calls: <Anonymous> ... run_test_dir -> lapply -> FUN -> eval -> eval -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.3.14
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘remstimate.Rmd’ using rmarkdown
Quitting from remstimate.Rmd:162-169 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (attr(reh, "model") == "tie") ...`:
! argument is of length zero
---
Backtrace:
▆
1. └─remstats::remstats(reh = tie_reh, tie_effects = tie_model)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'remstimate.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘remstimate.Rmd’
SUMMARY: processing the following file failed:
‘remstimate.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc