CRAN Package Check Results for Package SOMbrero

Last updated on 2024-05-16 06:57:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4-2 10.89 118.69 129.58 OK
r-devel-linux-x86_64-debian-gcc 1.4-2 8.41 71.63 80.04 ERROR
r-devel-linux-x86_64-fedora-clang 1.4-2 160.86 OK
r-devel-linux-x86_64-fedora-gcc 1.4-2 215.42 OK
r-devel-windows-x86_64 1.4-2 12.00 104.00 116.00 OK
r-patched-linux-x86_64 1.4-2 13.61 111.33 124.94 OK
r-release-linux-x86_64 1.4-2 10.50 109.40 119.90 OK
r-release-macos-arm64 1.4-2 51.00 OK
r-release-macos-x86_64 1.4-2 134.00 OK
r-release-windows-x86_64 1.4-2 11.00 103.00 114.00 OK
r-oldrel-macos-arm64 1.4-2 61.00 OK
r-oldrel-macos-x86_64 1.4-2 108.00 OK
r-oldrel-windows-x86_64 1.4-2 15.00 126.00 141.00 OK

Check Details

Version: 1.4-2
Check: contents of ‘data’ directory
Result: WARN Output for data("lesmis", package = "SOMbrero"): Error in load(file, envir = tmp_env) : 'parent' is not an environment Calls: <Anonymous> ... suppressMessages -> withCallingHandlers -> <Anonymous> -> load Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.4-2
Check: data for non-ASCII characters
Result: NOTE Error loading dataset 'lesmis': 'parent' is not an environment Call sequence: 2: load(file, envir = tmp_env) 1: utils::data(list = f, package = character(), envir = dataEnv) ... Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.4-2
Check: examples
Result: ERROR Running examples in ‘SOMbrero-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: lesmis > ### Title: Dataset "Les Misérables" > ### Aliases: lesmis dissim.lesmis > > ### ** Examples > > data(lesmis) Error in load(file, envir = tmp_env) : 'parent' is not an environment Calls: data -> load Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.4-2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("SOMbrero") Loading required package: 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 Loading required package: markdown *********************************************************** This is 'SOMbrero' package, v 1.4.2 Citation details with citation('SOMbrero') Further information with help(SOMbrero)... Use sombreroGUI() to start the Graphical Interface. *********************************************************** > > test_check("SOMbrero") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 22 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-prediction.R:4:1'): (code run outside of `test_that()`) ──────── Error in `load(file, envir = tmp_env)`: 'parent' is not an environment Backtrace: ▆ 1. └─utils::data("lesmis") at test-prediction.R:4:1 2. └─base::load(file, envir = tmp_env) ── Error ('test-scaling.R:25:3'): case relational - scaling 'cosine' ─────────── Error in `load(file, envir = tmp_env)`: 'parent' is not an environment Backtrace: ▆ 1. └─utils::data(lesmis) at test-scaling.R:25:3 2. └─base::load(file, envir = tmp_env) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 22 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc