Last updated on 2022-04-27 12:55:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 6.27 | 111.26 | 117.53 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 4.42 | 82.22 | 86.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 89.12 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 84.52 | ERROR | |||
r-devel-windows-x86_64 | 1.1.0 | 13.00 | 141.00 | 154.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 4.62 | 104.24 | 108.86 | OK | |
r-release-linux-x86_64 | 1.1.0 | 5.51 | 103.45 | 108.96 | OK | |
r-release-macos-arm64 | 1.1.0 | 24.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 66.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 14.00 | 138.00 | 152.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 45.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.0 | 14.00 | 112.00 | 126.00 | OK |
Version: 1.1.0
Check: Rd cross-references
Result: NOTE
Undeclared package ‘bipartite’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘nos-Ex.R’ failed
The error most likely occurred in:
> ### Name: NOSM_POT_dir
> ### Title: Compute NOS using a directed network and with a user provided
> ### network of potential interactions
> ### Aliases: NOSM_POT_dir
>
> ### ** Examples
>
> data(boreal)
> y <- boreal[1:300,] #subset 300 rows for speed
> d <- sample(nrow(y), 200, replace = FALSE) #create a random pot_net
> pot_net <- y[d,] #by randomly sampling 200 rows from boreal
> x <- NOSM_POT_dir(y, pot_net, perc = 1, sl = 1)
Error in j > i && LL[[i]] > 0 : 'length = 2' in coercion to 'logical(1)'
Calls: NOSM_POT_dir -> OV
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc