CRAN Package Check Results for Package DistributionIV

Last updated on 2025-07-05 05:50:25 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.94 3.86 8.80 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 8.00 106.00 114.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 9.00 139.00 148.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' [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.921 1.39 0.936 2 0.903 1.47 1.140 4 0.877 1.54 1.330 6 0.961 1.75 1.580 8 0.907 1.85 1.900 10 0.881 1.79 1.820 12 0.877 1.91 2.070 14 0.908 2.05 2.280 16 0.918 2.00 2.170 18 0.817 1.87 2.110 20 0.971 2.02 2.090 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 0.937 1.41 0.946 2 0.981 1.47 0.983 4 0.861 1.56 1.390 6 0.914 1.74 1.650 8 0.840 1.69 1.700 10 0.989 1.94 1.900 12 0.873 1.87 1.990 14 0.855 1.90 2.080 16 1.020 2.07 2.100 18 0.836 1.89 2.100 20 0.914 1.98 2.130 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