CRAN Package Check Results for Package DistributionIV

Last updated on 2025-07-06 03:49:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 6.03 5.07 11.10 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 4.93 3.81 8.74 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 218.37 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 242.58 OK
r-devel-windows-x86_64 0.1.2 10.00 107.00 117.00 ERROR
r-patched-linux-x86_64 0.1.2 6.48 4.45 10.93 ERROR
r-release-linux-x86_64 0.1.2 6.48 4.62 11.10 ERROR
r-release-macos-arm64 0.1.0 32.00 OK
r-release-macos-x86_64 0.1.2 70.00 OK
r-release-windows-x86_64 0.1.2 7.00 108.00 115.00 ERROR
r-oldrel-macos-arm64 0.1.0 33.00 OK
r-oldrel-macos-x86_64 0.1.2 74.00 OK
r-oldrel-windows-x86_64 0.1.2 10.00 135.00 145.00 ERROR

Additional issues

noSuggests

Check Details

Version: 0.1.2
Check: whether the package can be loaded
Result: ERROR Loading this package had a fatal error status code 1 Loading log: Error: package or namespace load failed for ‘DistributionIV’: .onLoad failed in loadNamespace() for 'torch', details: call: inst_path() error: torch cannot write into '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/torch/'. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.2
Check: whether the package can be loaded
Result: ERROR Loading this package had a fatal error status code 1 Loading log: Error: package or namespace load failed for ‘DistributionIV’: .onLoad failed in loadNamespace() for 'torch', details: call: inst_path() error: torch cannot write into '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/torch/'. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [79s/85s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(DistributionIV) > > test_check("DistributionIV") DIV object with noise dimensions (for shared noise eps_H, and for indep. noise eps_X and eps_Y): (50,50,50) hidden dimensions: 100 number of layers: 3 number of epochs: 20 learning rate: 0.001 standardization: TRUE Training loss: epoch Energy loss E(||U-Uhat||) E(||Uhat-Uhat'||) 1 0.910 1.47 1.12 2 0.842 1.49 1.30 4 0.839 1.70 1.72 6 0.965 1.82 1.71 8 0.841 1.82 1.96 10 0.824 1.85 2.06 12 0.924 2.01 2.18 14 0.812 1.93 2.23 16 0.782 2.06 2.56 18 0.887 2.14 2.51 20 0.820 2.11 2.59 Prediction-loss E(||U-Uhat||) and variance-loss E(||Uhat-Uhat'||) should ideally be equally large -- consider training for more epochs if there is a mismatch. [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-predict.DIV.R:20:3'): Vector of mean values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1)), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:20:3 2. └─rlang::check_installed("vctrs") ── Error ('test-predict.DIV.R:37:3'): Vector of quantile values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1), type = "quantile", nsample = 200, quantiles = 0.05), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:37:3 2. └─rlang::check_installed("vctrs") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.2
Check: tests
Result: ERROR Running 'testthat.R' [15s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(DistributionIV) > > test_check("DistributionIV") OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). DIV object with noise dimensions (for shared noise eps_H, and for indep. noise eps_X and eps_Y): (50,50,50) hidden dimensions: 100 number of layers: 3 number of epochs: 20 learning rate: 0.001 standardization: TRUE Training loss: epoch Energy loss E(||U-Uhat||) E(||Uhat-Uhat'||) 1 0.899 1.49 1.18 2 0.870 1.46 1.18 4 0.889 1.61 1.44 6 0.875 1.65 1.54 8 0.845 1.81 1.93 10 1.020 2.00 1.96 12 0.876 1.94 2.12 14 0.830 1.92 2.17 16 0.979 2.04 2.12 18 0.851 1.90 2.09 20 0.926 1.99 2.13 Prediction-loss E(||U-Uhat||) and variance-loss E(||Uhat-Uhat'||) should ideally be equally large -- consider training for more epochs if there is a mismatch. [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-predict.DIV.R:20:3'): Vector of mean values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1)), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:20:3 2. └─rlang::check_installed("vctrs") ── Error ('test-predict.DIV.R:37:3'): Vector of quantile values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1), type = "quantile", nsample = 200, quantiles = 0.05), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:37:3 2. └─rlang::check_installed("vctrs") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.2
Check: whether the package can be loaded
Result: ERROR Loading this package had a fatal error status code 1 Loading log: Error: package or namespace load failed for ‘DistributionIV’: .onLoad failed in loadNamespace() for 'torch', details: call: inst_path() error: torch cannot write into '/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/torch/'. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.2
Check: whether the package can be loaded
Result: ERROR Loading this package had a fatal error status code 1 Loading log: Error: package or namespace load failed for ‘DistributionIV’: .onLoad failed in loadNamespace() for 'torch', details: call: inst_path() error: torch cannot write into '/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/torch/'. Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR Running 'testthat.R' [16s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(DistributionIV) > > test_check("DistributionIV") OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). DIV object with noise dimensions (for shared noise eps_H, and for indep. noise eps_X and eps_Y): (50,50,50) hidden dimensions: 100 number of layers: 3 number of epochs: 20 learning rate: 0.001 standardization: TRUE Training loss: epoch Energy loss E(||U-Uhat||) E(||Uhat-Uhat'||) 1 0.973 1.40 0.846 2 0.994 1.50 1.010 4 0.927 1.55 1.240 6 0.855 1.57 1.430 8 0.856 1.73 1.740 10 0.881 1.79 1.810 12 1.000 1.93 1.860 14 0.884 1.88 2.000 16 0.961 2.01 2.100 18 0.852 1.99 2.290 20 0.910 2.04 2.260 Prediction-loss E(||U-Uhat||) and variance-loss E(||Uhat-Uhat'||) should ideally be equally large -- consider training for more epochs if there is a mismatch. [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-predict.DIV.R:20:3'): Vector of mean values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1)), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:20:3 2. └─rlang::check_installed("vctrs") ── Error ('test-predict.DIV.R:37:3'): Vector of quantile values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1), type = "quantile", nsample = 200, quantiles = 0.05), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:37:3 2. └─rlang::check_installed("vctrs") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.1.2
Check: tests
Result: ERROR Running 'testthat.R' [25s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(DistributionIV) > > test_check("DistributionIV") OMP: Warning #96: Cannot form a team with 28 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). DIV object with noise dimensions (for shared noise eps_H, and for indep. noise eps_X and eps_Y): (50,50,50) hidden dimensions: 100 number of layers: 3 number of epochs: 20 learning rate: 0.001 standardization: TRUE Training loss: epoch Energy loss E(||U-Uhat||) E(||Uhat-Uhat'||) 1 1.010 1.51 1.01 2 0.866 1.45 1.16 4 0.951 1.62 1.35 6 0.918 1.73 1.63 8 0.931 1.75 1.63 10 0.875 1.77 1.80 12 0.931 1.93 2.00 14 0.973 1.95 1.95 16 0.906 1.96 2.11 18 0.769 1.96 2.39 20 0.948 2.02 2.15 Prediction-loss E(||U-Uhat||) and variance-loss E(||Uhat-Uhat'||) should ideally be equally large -- consider training for more epochs if there is a mismatch. [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-predict.DIV.R:20:3'): Vector of mean values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1)), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:20:3 2. └─rlang::check_installed("vctrs") ── Error ('test-predict.DIV.R:37:3'): Vector of quantile values of proper length returned ── <rlib_error_package_not_found/rlang_error/error/condition> Error in `expect_vector(predict(div_modelnoW, Xtest = matrix(rnorm(40, mean = 2), ncol = 1), type = "quantile", nsample = 200, quantiles = 0.05), size = 40)`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test-predict.DIV.R:37:3 2. └─rlang::check_installed("vctrs") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 21 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64