Last updated on 2024-11-12 18:49:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 18.57 | 266.43 | 285.00 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 12.58 | 173.56 | 186.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 454.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 444.18 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 21.00 | 206.00 | 227.00 | OK | |
r-patched-linux-x86_64 | 1.1.1 | 19.01 | 251.44 | 270.45 | OK | |
r-release-linux-x86_64 | 1.1.1 | 17.09 | 250.39 | 267.48 | OK | |
r-release-macos-arm64 | 1.1.1 | 123.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 201.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 24.00 | 206.00 | 230.00 | OK | |
r-oldrel-macos-arm64 | 1.1.1 | 124.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 202.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 28.00 | 261.00 | 289.00 | OK |
Version: 1.1.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
EgoStat-internal.Rd: egor
as.egor.egodata.Rd: egor
as.egor.network.Rd: network, egor
control.ergm.ego.Rd: network
degreedist.egor.Rd: egor
ergm.ego-terms.Rd: egor
ergm.ego.Rd: egor
gof.ergm.ego.Rd: control.gof.formula, control.gof.ergm
mixingmatrix.egor.Rd: egor
nodal_attributes-API.Rd: check.ErgmTerm, egor, network
simulate.ergm.ego.Rd: network, ergm, simulate.ergm
summary_formula.egor.Rd: egor
template_network.Rd: egor, tibble
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [137s/83s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # File tests/testthat.R in package ergm.ego, part of the
> # Statnet suite of packages for network analysis, https://statnet.org .
> #
> # This software is distributed under the GPL-3 license. It is free,
> # open source, and has the attribution requirements (GPL Section 7) at
> # https://statnet.org/attribution .
> #
> # Copyright 2015-2023 Statnet Commons
> ################################################################################
> library(testthat)
> library(ergm.ego)
Loading required package: ergm
Loading required package: network
'network' 1.18.2 (2023-12-04), part of the Statnet Project
* 'news(package="network")' for changes since last version
* 'citation("network")' for citation information
* 'https://statnet.org' for help, support, and other information
'ergm' 4.7.5 (2024-11-06), part of the Statnet Project
* 'news(package="ergm")' for changes since last version
* 'citation("ergm")' for citation information
* 'https://statnet.org' for help, support, and other information
'ergm' 4 is a major update that introduces some backwards-incompatible
changes. Please type 'news(package="ergm")' for a list of major
changes.
Loading required package: egor
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: tibble
'ergm.ego' 1.1.0 (2023-05-30), part of the Statnet Project
* 'news(package="ergm.ego")' for changes since last version
* 'citation("ergm.ego")' for citation information
* 'https://statnet.org' for help, support, and other information
Attaching package: 'ergm.ego'
The following objects are masked from 'package:ergm':
COLLAPSE_SMALLEST, snctrl
The following object is masked from 'package:base':
sample
>
> test_check("ergm.ego")
Starting 2 test processes
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-EgoStat.R:202:3'): egostats with alter missing data are close to complete network stats ──
pval > 0.001 is not TRUE
`actual`: FALSE
`expected`: TRUE
Varying missing alter data estimate is off, p-value = 1.08762982711116e-09
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang