Last updated on 2025-08-23 12:48:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 56.97 | 344.19 | 401.16 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 35.83 | 225.03 | 260.86 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 643.17 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 600.53 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 58.00 | 338.00 | 396.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 63.13 | 311.89 | 375.02 | OK | |
r-release-linux-x86_64 | 0.3.0 | 52.92 | 310.32 | 363.24 | OK | |
r-release-macos-arm64 | 0.3.0 | 103.00 | OK | |||
r-release-macos-x86_64 | 0.3.0 | 228.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 52.00 | 355.00 | 407.00 | OK | |
r-oldrel-macos-arm64 | 0.3.0 | 105.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.0 | 230.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.3.0 | 76.00 | 377.00 | 453.00 | ERROR |
Version: 0.3.0
Check: installed package size
Result: NOTE
installed size is 5.9Mb
sub-directories of 1Mb or more:
R 3.0Mb
help 2.7Mb
Flavor: r-oldrel-macos-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in 'mlr3torch-Ex.R' failed
The error most likely occurred in:
> ### Name: DataDescriptor
> ### Title: Data Descriptor
> ### Aliases: DataDescriptor
>
> ### ** Examples
>
> ## Don't show:
> if (torch::torch_is_installed()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # Create a dataset
+ ds = dataset(
+ initialize = function() self$x = torch_randn(10, 3, 3),
+ .getitem = function(i) list(x = self$x[i, ]),
+ .length = function() nrow(self$x)
+ )()
+ dd = DataDescriptor$new(ds, list(x = c(NA, 3, 3)))
+ dd
+ # is the same as using the converter:
+ as_data_descriptor(ds, list(x = c(NA, 3, 3)))
+ ## Don't show:
+ }) # examplesIf
> ds = dataset(initialize = function() self$x = torch_randn(10, 3, 3), .getitem = function(i) list(x = self$x[i,
+ ]), .length = function() nrow(self$x))()
Flavor: r-oldrel-windows-x86_64