CRAN Package Check Results for Package luz

Last updated on 2025-11-01 10:49:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 27.65 197.10 224.75 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 18.24 144.90 163.14 OK
r-devel-linux-x86_64-fedora-clang 0.5.1 51.00 197.13 248.13 OK
r-devel-linux-x86_64-fedora-gcc 0.5.1 69.00 285.95 354.95 OK
r-devel-windows-x86_64 0.5.0 18.00 152.00 170.00 ERROR
r-patched-linux-x86_64 0.5.0 24.17 191.47 215.64 OK
r-release-linux-x86_64 0.5.0 23.33 189.93 213.26 OK
r-release-macos-arm64 0.5.1 5.00 46.00 51.00 OK
r-release-macos-x86_64 0.5.1 15.00 92.00 107.00 OK
r-release-windows-x86_64 0.5.1 9.00 99.00 108.00 OK
r-oldrel-macos-arm64 0.5.1 6.00 50.00 56.00 OK
r-oldrel-macos-x86_64 0.5.1 14.00 96.00 110.00 OK
r-oldrel-windows-x86_64 0.5.1 11.00 124.00 135.00 OK

Check Details

Version: 0.5.0
Check: examples
Result: ERROR Running examples in 'luz-Ex.R' failed The error most likely occurred in: > ### Name: lr_finder > ### Title: Learning Rate Finder > ### Aliases: lr_finder > > ### ** Examples > > if (torch::torch_is_installed()) { + library(torch) + ds <- torch::tensor_dataset(x = torch_randn(100, 10), y = torch_randn(100, 1)) + dl <- torch::dataloader(ds, batch_size = 32) + model <- torch::nn_linear + model <- model %>% setup( + loss = torch::nn_mse_loss(), + optimizer = torch::optim_adam + ) %>% + set_hparams(in_features = 10, out_features = 1) + records <- lr_finder(model, dl, verbose = FALSE) + plot(records) + } Flavor: r-devel-windows-x86_64

Version: 0.5.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'accelerator.Rmd' using rmarkdown --- finished re-building 'accelerator.Rmd' --- re-building 'custom-loop.Rmd' using rmarkdown --- finished re-building 'custom-loop.Rmd' --- re-building 'get-started.Rmd' using rmarkdown SUMMARY: processing the following file failed: 'get-started.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64