Last updated on 2025-10-21 09:48:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 22.97 | 199.31 | 222.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 19.18 | 148.80 | 167.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 371.05 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 357.66 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 18.00 | 152.00 | 170.00 | ERROR | |
r-patched-linux-x86_64 | 0.5.0 | 17.24 | 121.94 | 139.18 | OK | |
r-release-linux-x86_64 | 0.5.0 | 24.38 | 189.48 | 213.86 | OK | |
r-release-macos-arm64 | 0.5.0 | 68.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 127.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 20.00 | 126.00 | 146.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.0 | 73.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 125.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 25.00 | 157.00 | 182.00 | ERROR |
Version: 0.5.0
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
accelerator.html:60:1 (accelerator.Rd:20): Warning: missing </ul> before </div>
context.html:582:1 (context.Rd:365): Warning: missing </ul> before </div>
context.html:215:1 (context.Rd:136): Warning: <h5> anchor "Usage" already defined
context.html:221:1 (context.Rd:140): Warning: <h5> anchor "Arguments" already defined
context.html:257:1 (context.Rd:166): Warning: <h5> anchor "Usage" already defined
context.html:263:1 (context.Rd:170): Warning: <h5> anchor "Arguments" already defined
context.html:288:1 (context.Rd:185): Warning: <h5> anchor "Usage" already defined
context.html:294:1 (context.Rd:189): Warning: <h5> anchor "Arguments" already defined
context.html:323:1 (context.Rd:208): Warning: <h5> anchor "Usage" already defined
context.html:329:1 (context.Rd:212): Warning: <h5> anchor "Arguments" already defined
context.html:355:1 (context.Rd:228): Warning: <h5> anchor "Usage" already defined
context.html:361:1 (context.Rd:232): Warning: <h5> anchor "Arguments" already defined
context.html:389:1 (context.Rd:250): Warning: <h5> anchor "Usage" already defined
context.html:395:1 (context.Rd:254): Warning: <h5> anchor "Arguments" already defined
context.html:421:1 (context.Rd:270): Warning: <h5> anchor "Usage" already defined
context.html:437:1 (context.Rd:280): Warning: <h5> anchor "Usage" already defined
context.html:443:1 (context.Rd:284): Warning: <h5> anchor "Arguments" already defined
context.html:467:1 (context.Rd:298): Warning: <h5> anchor "Usage" already defined
context.html:484:1 (context.Rd:309): Warning: <h5> anchor "Usage" already defined
context.html:490:1 (context.Rd:313): Warning: <h5> anchor "Arguments" already defined
context.html:514:1 (context.Rd:327): Warning: <h5> anchor "Usage" already defined
context.html:530:1 (context.Rd:337): Warning: <h5> anchor "Usage" already defined
context.html:536:1 (context.Rd:341): Warning: <h5> anchor "Arguments" already defined
context.html:559:1 (context.Rd:354): Warning: <h5> anchor "Usage" already defined
context.html:565:1 (context.Rd:358): Warning: <h5> anchor "Arguments" already defined
luz_load_checkpoint.html:54:1 (luz_load_checkpoint.Rd:14): Warning: missing </ul> before </div>
luz_metric_set.html:56:1 (luz_metric_set.Rd:15): Warning: missing </ul> before </div>
Flavor: r-devel-linux-x86_64-debian-gcc
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)
+ }
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64