CRAN Package Check Results for Package plotGMM

Last updated on 2024-11-03 15:48:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 1.74 35.27 37.01 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 0.25 1.57 1.82 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.2 59.00 OK
r-devel-linux-x86_64-fedora-gcc 0.2.2 59.61 OK
r-devel-windows-x86_64 0.2.2 4.00 62.00 66.00 OK
r-patched-linux-x86_64 0.2.2 1.56 33.75 35.31 NOTE
r-release-linux-x86_64 0.2.2 1.70 19.14 20.84 ERROR
r-release-macos-arm64 0.2.2 25.00 NOTE
r-release-macos-x86_64 0.2.2 31.00 NOTE
r-release-windows-x86_64 0.2.2 4.00 63.00 67.00 NOTE
r-oldrel-macos-arm64 0.2.2 23.00 NOTE
r-oldrel-macos-x86_64 0.2.2 30.00 NOTE
r-oldrel-windows-x86_64 0.2.2 4.00 65.00 69.00 NOTE

Check Details

Version: 0.2.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.2
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘mixtools’ Flavor: r-release-linux-x86_64

Version: 0.2.2
Check: examples
Result: ERROR Running examples in ‘plotGMM-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot_GMM > ### Title: Plots Mixture Components from Gaussian Mixture Models > ### Aliases: plot_GMM > > ### ** Examples > > set.seed(235) > mixmdl <- mixtools::normalmixEM(faithful$waiting, k = 2) Error in loadNamespace(x) : there is no package called ‘mixtools’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-release-linux-x86_64

Version: 0.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("plotGMM") *Attention*: `plotGMM` is no longer actively developed. Instead, use the expanded package, `plotmm`. Thanks! > > test_check("plotGMM") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_plot_GMM.R:6:3'): plot_GMM catches input errors ──────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'mixtools' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_plot_GMM.R:6:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_plot_GMM.R:14:5'): plot_GMM successfully plots ───────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'mixtools' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_plot_GMM.R:14:5 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64