CRAN Package Check Results for Package PSGD

Last updated on 2024-12-12 07:50:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 75.45 27.20 102.65 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.3 55.45 21.23 76.68 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.3 214.53 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.3 225.30 OK
r-devel-windows-x86_64 1.0.3 88.00 66.00 154.00 ERROR
r-patched-linux-x86_64 1.0.3 75.60 26.27 101.87 ERROR
r-release-linux-x86_64 1.0.3 78.44 26.51 104.95 ERROR
r-release-macos-arm64 1.0.3 85.00 NOTE
r-release-macos-x86_64 1.0.3 86.00 NOTE
r-release-windows-x86_64 1.0.3 86.00 70.00 156.00 ERROR
r-oldrel-macos-arm64 1.0.3 58.00 NOTE
r-oldrel-macos-x86_64 1.0.3 72.00 NOTE
r-oldrel-windows-x86_64 1.0.3 103.00 74.00 177.00 ERROR

Check Details

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(PSGD) > > test_check("PSGD") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_cv_function.R:57:3'): Error in the cross-validation function. ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'vctrs' Backtrace: ▆ 1. ├─testthat::expect_vector(numeric(ncol(x.train) + 1)) at test_cv_function.R:57:3 2. │ └─base::tryCatch(...) 3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 6. └─base::loadNamespace(x) 7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 8. └─base (local) withOneRestart(expr, restarts[[1L]]) 9. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(PSGD) > > test_check("PSGD") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_cv_function.R:57:3'): Error in the cross-validation function. ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(numeric(ncol(x.train) + 1))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(numeric(ncol(x.train) + 1)) at test_cv_function.R:57:3 2. └─rlang::check_installed("vctrs") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(PSGD) > > test_check("PSGD") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_cv_function.R:57:3'): Error in the cross-validation function. ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'vctrs' Backtrace: ▆ 1. ├─testthat::expect_vector(numeric(ncol(x.train) + 1)) at test_cv_function.R:57:3 2. │ └─base::tryCatch(...) 3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 6. └─base::loadNamespace(x) 7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 8. └─base (local) withOneRestart(expr, restarts[[1L]]) 9. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.3
Check: tests
Result: ERROR Running 'testthat.R' [1s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(PSGD) > > test_check("PSGD") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_cv_function.R:57:3'): Error in the cross-validation function. ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(numeric(ncol(x.train) + 1))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(numeric(ncol(x.train) + 1)) at test_cv_function.R:57:3 2. └─rlang::check_installed("vctrs") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.3
Check: installed package size
Result: NOTE installed size is 5.1Mb sub-directories of 1Mb or more: libs 5.0Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running 'testthat.R' [1s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(PSGD) > > test_check("PSGD") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_cv_function.R:57:3'): Error in the cross-validation function. ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'vctrs' Backtrace: ▆ 1. ├─testthat::expect_vector(numeric(ncol(x.train) + 1)) at test_cv_function.R:57:3 2. │ └─base::tryCatch(...) 3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 6. └─base::loadNamespace(x) 7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 8. └─base (local) withOneRestart(expr, restarts[[1L]]) 9. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64