Last updated on 2025-11-03 12:50:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 30.19 | 371.32 | 401.51 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 20.99 | 285.66 | 306.65 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 142.00 | 459.09 | 601.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 87.00 | 219.77 | 306.77 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 25.00 | 194.00 | 219.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.0 | 29.54 | 363.53 | 393.07 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 31.39 | 356.39 | 387.78 | OK | |
| r-release-macos-arm64 | 0.7.0 | 12.00 | 76.00 | 88.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 20.00 | 129.00 | 149.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 22.00 | 173.00 | 195.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.7.0 | 12.00 | 119.00 | 131.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.0 | 18.00 | 150.00 | 168.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 30.00 | 228.00 | 258.00 | NOTE | 
Version: 0.7.0
Check: examples
Result: ERROR
  Running examples in 'tabnet-Ex.R' failed
  The error most likely occurred in:
  
  > ### Name: nn_prune_head.tabnet_fit
  > ### Title: Prune top layer(s) of a tabnet network
  > ### Aliases: nn_prune_head.tabnet_fit nn_prune_head.tabnet_pretrain
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > if ((torch::torch_is_installed())) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
  + ## End(Don't show)
  + data("ames", package = "modeldata")
  + x <- ames[,-which(names(ames) == "Sale_Price")]
  + y <- ames$Sale_Price
  + # pretrain a tabnet model on ames dataset
  + ames_pretrain <- tabnet_pretrain(x, y, epoch = 2, checkpoint_epochs = 1)
  + # prune classification head to get an embedding model
  + pruned_pretrain <- torch::nn_prune_head(ames_pretrain, 1)
  + ## Don't show: 
  + }) # examplesIf
  > data("ames", package = "modeldata")
  > x <- ames[, -which(names(ames) == "Sale_Price")]
  > y <- ames$Sale_Price
  > ames_pretrain <- tabnet_pretrain(x, y, epoch = 2, checkpoint_epochs = 1)
Flavor: r-devel-windows-x86_64
Version: 0.7.0
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
  --- re-building 'Hierarchical_classification.Rmd' using rmarkdown
  --- finished re-building 'Hierarchical_classification.Rmd'
  
  --- re-building 'Missing_data_predictors.Rmd' using rmarkdown
  --- finished re-building 'Missing_data_predictors.Rmd'
  
  --- re-building 'interpretation.Rmd' using rmarkdown
  --- re-building 'selfsupervised_training.Rmd' using rmarkdown
  --- finished re-building 'selfsupervised_training.Rmd'
  
  --- re-building 'tidymodels-interface.Rmd' using rmarkdown
  --- finished re-building 'tidymodels-interface.Rmd'
  
  SUMMARY: processing the following file failed:
    'interpretation.Rmd'
  
  Error: Vignette re-building failed.
  Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.7.0
Check: whether startup messages can be suppressed
Result: NOTE
  Torch libraries are installed but loading them was unsuccessful.
  
  It looks like this package (or a package it requires) has a startup
  message which cannot be suppressed: see ?packageStartupMessage.
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64