* using log directory ‘/Users/ripley/R/packages/tests-devel/igraph.Rcheck’ * using R Under development (unstable) (2023-03-29 r84111) * using platform: aarch64-apple-darwin22.4.0 (64-bit) * R was compiled by Apple clang version 14.0.3 (clang-1403.0.22.14.1) GNU Fortran (GCC) 12.2.0 * running under: macOS Ventura 13.3 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘igraph/DESCRIPTION’ ... OK * this is package ‘igraph’ version ‘1.4.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘igraph’ can be installed ... [59s/63s] OK * used C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ * used C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ * used SDK: ‘MacOSX13.3.sdk’ * checking installed package size ... NOTE installed size is 8.2Mb sub-directories of 1Mb or more: R 2.1Mb help 1.3Mb libs 3.7Mb * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [14s/15s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [33s/16s] [33s/16s] ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(igraph) Attaching package: 'igraph' The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union > > test_check("igraph") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 13 | PASS 3684 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On CRAN (10) • TRUE is TRUE (1) • getRversion() >= 4.3 is TRUE (1) • nested igraph call handling not implemented yet (1) ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-layout.kk.R:41:5'): Kamada-Kawai layout generator works ────── `x` (`actual`) not equal to `expected` (`expected`). `actual`: 1.54 `expected`: 1.61 Backtrace: ▆ 1. └─igraph:::expect_that(sum(l), equals(1.61069099387368)) at test-layout.kk.R:41:4 2. ├─base::suppressWarnings(condition(object)) at tests/testthat/helper.R:24:2 3. │ └─base::withCallingHandlers(...) 4. └─testthat (local) condition(object) 5. └─testthat::expect_equal(x, expected, ..., expected.label = label) [ FAIL 1 | WARN 0 | SKIP 13 | PASS 3684 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... [12s/13s] OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE See ‘/Users/ripley/R/packages/tests-devel/igraph.Rcheck/00check.log’ for details. 137.80 real 128.46 user 21.36 sys