Last updated on 2025-07-04 03:50:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 6.42 | 4.91 | 11.33 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 4.77 | 4.02 | 8.79 | 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 | 12.00 | 106.00 | 118.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 | 14.00 | 135.00 | 149.00 | ERROR |
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.912 1.42 1.02
2 1.020 1.55 1.05
4 0.945 1.68 1.47
6 0.915 1.75 1.68
8 0.961 1.82 1.72
10 0.878 1.94 2.13
12 0.849 1.89 2.08
14 0.976 1.94 1.93
16 0.866 1.99 2.26
18 0.892 2.02 2.26
20 0.985 2.11 2.26
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.974 1.49 1.03
2 0.882 1.42 1.07
4 0.896 1.56 1.34
6 0.929 1.70 1.54
8 0.988 1.81 1.65
10 0.872 1.83 1.92
12 0.954 1.96 2.01
14 0.905 1.99 2.17
16 0.975 2.10 2.24
18 0.885 1.99 2.21
20 0.914 2.00 2.17
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