CRAN Package Check Results for Package SSLR

Last updated on 2024-09-12 05:49:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.3.3 29.33 220.32 249.65 NOTE
r-devel-linux-x86_64-debian-gcc 0.9.3.3 21.05 107.88 128.93 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.3.3 407.98 OK
r-devel-linux-x86_64-fedora-gcc 0.9.3.3 400.50 OK
r-devel-windows-x86_64 0.9.3.3 33.00 244.00 277.00 NOTE
r-patched-linux-x86_64 0.9.3.3 34.01 207.37 241.38 OK
r-release-linux-x86_64 0.9.3.3 31.47 209.75 241.22 OK
r-release-macos-arm64 0.9.3.3 118.00 OK
r-release-macos-x86_64 0.9.3.3 276.00 OK
r-release-windows-x86_64 0.9.3.3 33.00 243.00 276.00 OK
r-oldrel-macos-arm64 0.9.3.3 131.00 OK
r-oldrel-macos-x86_64 0.9.3.3 248.00 OK
r-oldrel-windows-x86_64 0.9.3.3 43.00 317.00 360.00 OK

Check Details

Version: 0.9.3.3
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: LinearTSVMSSLR.Rd: SVM Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.9.3.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘tidyverse’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.3.3
Check: examples
Result: ERROR Running examples in ‘SSLR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EMLeastSquaresClassifierSSLR > ### Title: General Interface for EMLeastSquaresClassifier model > ### Aliases: EMLeastSquaresClassifierSSLR > > ### ** Examples > > library(tidyverse) Error in library(tidyverse) : there is no package called ‘tidyverse’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > require(SSLR) Loading required package: SSLR > > test_check("SSLR") [ FAIL 15 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-DecisionTree.R:1:1'): (code run outside of `test_that()`) ────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-DecisionTree.R:1:1 ── Error ('test-Democratic.R:1:1'): (code run outside of `test_that()`) ──────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-Democratic.R:1:1 ── Error ('test-EMLeastSquaresClassifierSSLR.R:1:1'): (code run outside of `test_that()`) ── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-EMLeastSquaresClassifierSSLR.R:1:1 ── Error ('test-EMNearestMeanClassifierSSLR.R:1:1'): (code run outside of `test_that()`) ── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-EMNearestMeanClassifierSSLR.R:1:1 ── Error ('test-EntropyRegularizedLogisticRegressionSSLR.R:1:1'): (code run outside of `test_that()`) ── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-EntropyRegularizedLogisticRegressionSSLR.R:1:1 ── Error ('test-LaplacianSVMSSLR.R:1:1'): (code run outside of `test_that()`) ── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-LaplacianSVMSSLR.R:1:1 ── Error ('test-LinearTSVMSSLR.R:1:1'): (code run outside of `test_that()`) ──── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-LinearTSVMSSLR.R:1:1 ── Error ('test-MCNearestMeanClassifierSSLR.R:1:1'): (code run outside of `test_that()`) ── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-MCNearestMeanClassifierSSLR.R:1:1 ── Error ('test-TSVMSSLR.R:1:1'): (code run outside of `test_that()`) ────────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-TSVMSSLR.R:1:1 ── Error ('test-USMLeastSquaresClassifierSSLR.R:1:1'): (code run outside of `test_that()`) ── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-USMLeastSquaresClassifierSSLR.R:1:1 ── Error ('test-WellSVMSSLR.R:1:1'): (code run outside of `test_that()`) ─────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-WellSVMSSLR.R:1:1 ── Error ('test-coBC.R:1:1'): (code run outside of `test_that()`) ────────────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-coBC.R:1:1 ── Error ('test-selfTraining.R:1:1'): (code run outside of `test_that()`) ────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-selfTraining.R:1:1 ── Error ('test-setred.R:1:1'): (code run outside of `test_that()`) ──────────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-setred.R:1:1 ── Error ('test-tritraining.R:1:1'): (code run outside of `test_that()`) ─────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-tritraining.R:1:1 [ FAIL 15 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.3.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘classification.Rmd’ using rmarkdown --- finished re-building ‘classification.Rmd’ --- re-building ‘clustering.Rmd’ using rmarkdown Quitting from lines 24-29 [unnamed-chunk-1] (clustering.Rmd) Error: processing vignette 'clustering.Rmd' failed with diagnostics: there is no package called 'tidyverse' --- failed re-building ‘clustering.Rmd’ --- re-building ‘fit.Rmd’ using rmarkdown --- finished re-building ‘fit.Rmd’ --- re-building ‘introduction.Rmd’ using rmarkdown --- finished re-building ‘introduction.Rmd’ --- re-building ‘models.Rmd’ using rmarkdown --- finished re-building ‘models.Rmd’ --- re-building ‘regression.Rmd’ using rmarkdown --- finished re-building ‘regression.Rmd’ SUMMARY: processing the following file failed: ‘clustering.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc