Last updated on 2021-03-10 15:52:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.01 | 69.12 | 72.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.23 | 50.37 | 52.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 92.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 83.82 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 7.00 | 74.00 | 81.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1.0 | NOTE | ||||
r-patched-linux-x86_64 | 0.1.0 | 2.41 | 64.93 | 67.34 | OK | |
r-patched-solaris-x86 | 0.1.0 | 117.60 | NOTE | |||
r-release-linux-x86_64 | 0.1.0 | 2.90 | 64.59 | 67.49 | OK | |
r-release-macos-x86_64 | 0.1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.0 | 5.00 | 88.00 | 93.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 4.00 | 66.00 | 70.00 | OK |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘mvrtn’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(netdep)
>
> test_check("netdep")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test_nettest.R:16:3): Test whether snowball sampling is working appropriately ──
Error: missing value where TRUE/FALSE needed
Backtrace:
█
1. └─netdep::snowball.sampling(G, n/2) test_nettest.R:16:2
2. └─igraph::neighbors(G, current[i])
3. └─igraph:::as.igraph.vs(graph, v)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc