* using log directory ‘/srv/hornik/tmp/CRAN/evprof.Rcheck’ * using R Under development (unstable) (2024-01-11 r85801) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 17.0.6 (3) Debian flang-new version 17.0.6 (3) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘evprof/DESCRIPTION’ ... OK * this is package ‘evprof’ version ‘1.0.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/13s] NOTE Maintainer: ‘Marc Cañigueral ’ New submission * 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 ‘evprof’ can be installed ... [5s/5s] OK * checking package directory ... OK * checking for future file timestamps ... 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 ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] OK * checking whether startup messages can be suppressed ... [1s/1s] 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 ... [5s/5s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... 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 contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [1s/1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [62s/62s] NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed plot_model_clusters 7.712 0.040 7.753 get_connection_models 7.282 0.068 7.351 plot_bivarGMM 7.269 0.048 7.317 define_clusters 7.261 0.036 7.297 cluster_sessions 7.196 0.080 7.276 set_profiles 6.563 0.028 6.591 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [0m/30m] ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [0m/30m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(evprof) > > test_check("evprof") 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 Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null Trying with MinPts = 200 and eps = 0.33 Solution found: MinPts= 200 , eps = 0.33 Trying with MinPts = 200 and eps = 2 Solution found: MinPts= 200 , eps = 1.712 The considered time-cycles are: |Timecycle |months |wdays | |:---------|:------|:-----| |1 |1-12 |1-5 | |2 |1-12 |6-7 | Optimal seed: 247 with BIC = -271202 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 54 ] > > proc.time() user system elapsed 106.450 3.356 109.881 Assertion failure at kmp_runtime.cpp(6891): temp_reg_status_file_name. OMP: Error #13: Assertion failure at kmp_runtime.cpp(6891). OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see https://github.com/llvm/llvm-project/issues/. Assertion failure at kmp_runtime.cpp(6891): temp_reg_status_file_name. OMP: Error #13: Assertion failure at kmp_runtime.cpp(6891). OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see https://github.com/llvm/llvm-project/issues/. * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [3s/3s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 2 NOTEs