Last updated on 2024-12-26 07:51:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.17 | 9.34 | 84.31 | 93.65 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.17 | 6.52 | 63.31 | 69.83 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.17 | 165.50 | OK | |||
r-devel-windows-x86_64 | 1.1.17 | 10.00 | 111.00 | 121.00 | OK | |
r-patched-linux-x86_64 | 1.1.17 | 7.87 | 87.45 | 95.32 | OK | |
r-release-linux-x86_64 | 1.1.17 | 8.80 | 88.21 | 97.01 | OK | |
r-release-macos-arm64 | 1.1.17 | 42.00 | OK | |||
r-release-macos-x86_64 | 1.1.17 | 80.00 | OK | |||
r-release-windows-x86_64 | 1.1.17 | 10.00 | 98.00 | 108.00 | OK | |
r-oldrel-macos-arm64 | 1.1.17 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.17 | 115.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.17 | 10.00 | 127.00 | 137.00 | OK |
Version: 1.1.17
Check: examples
Result: ERROR
Running examples in ‘asnipe-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: network_swap
> ### Title: Perform one (or more) random swap
> ### Aliases: network_swap
>
> ### ** Examples
>
>
> # load data
> data("group_by_individual")
> data("times")
>
> # subset GBI (to reduce run time of the example)
> gbi <- gbi[,1:80]
>
> # calculate network for data based on morning associations
> network <- get_network(gbi, association_index="SRI",
+ times=times, start_time=0, end_time=max(times)/2)
Generating 80 x 80 matrix
>
> # perform 100 permutations and calculate the coefficient
> # of variance after each permutation.
> # note that the subsetting is done outside of the function
> library(raster)
Error in library(raster) : there is no package called ‘raster’
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
network_permutation 6.264 0.029 7.656
Flavor: r-devel-linux-x86_64-debian-clang