Last updated on 2025-12-06 00:48:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.17 | 8.71 | 94.90 | 103.61 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.17 | 6.46 | 51.27 | 57.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.17 | 20.00 | 148.55 | 168.55 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.17 | 20.00 | 137.64 | 157.64 | OK | |
| r-devel-windows-x86_64 | 1.1.17 | 10.00 | 103.00 | 113.00 | OK | |
| r-patched-linux-x86_64 | 1.1.17 | 10.01 | 89.04 | 99.05 | OK | |
| r-release-linux-x86_64 | 1.1.17 | 8.61 | 91.61 | 100.22 | OK | |
| r-release-macos-arm64 | 1.1.17 | OK | ||||
| r-release-macos-x86_64 | 1.1.17 | 8.00 | 76.00 | 84.00 | OK | |
| r-release-windows-x86_64 | 1.1.17 | 10.00 | 104.00 | 114.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.17 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.17 | 6.00 | 74.00 | 80.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.17 | 14.00 | 155.00 | 169.00 | OK |
Version: 1.1.17
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Damien R. Farine <dfarine@ab.mpg.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Damien", "R."),
family = "Farine",
role = c("aut", "cre"),
email = "dfarine@ab.mpg.de")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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: get_network
> ### Title: Calculating Weighted Network
> ### Aliases: get_network
>
> ### ** Examples
>
> data("group_by_individual")
> data("times")
>
> # subset GBI (to reduce run time of the example)
> gbi <- gbi[,1:80]
>
> ## define to 2 x N x N network to hold two association matrices
> networks <- array(0, c(2, ncol(gbi), ncol(gbi)))
>
> ## calculate network for first half of the time
> networks[1,,] <- get_network(gbi, data_format="GBI",
+ association_index="SRI", times=times, start_time=0,
+ end_time=max(times)/2)
Generating 80 x 80 matrix
> networks[2,,] <- get_network(gbi, data_format="GBI",
+ association_index="SRI", times=times,
+ start_time=max(times)/2, end_time=max(times))
Generating 80 x 80 matrix
>
> ## test if one predicts the other via a mantel test (must be loaded externally)
> library(ape)
Error in library(ape) : there is no package called ‘ape’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc