CRAN Package Check Results for Package tabnet

Last updated on 2025-08-23 06:49:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.0 21.04 299.58 320.62 OK
r-devel-linux-x86_64-debian-gcc 0.7.0 14.84 213.65 228.49 OK
r-devel-linux-x86_64-fedora-clang 0.7.0 481.18 OK
r-devel-linux-x86_64-fedora-gcc 0.7.0 494.21 OK
r-devel-windows-x86_64 0.7.0 23.00 224.00 247.00 OK
r-patched-linux-x86_64 0.7.0 18.63 277.43 296.06 OK
r-release-linux-x86_64 0.7.0 21.16 281.42 302.58 OK
r-release-macos-arm64 0.7.0 88.00 OK
r-release-macos-x86_64 0.7.0 149.00 OK
r-release-windows-x86_64 0.7.0 22.00 231.00 253.00 OK
r-oldrel-macos-arm64 0.7.0 131.00 OK
r-oldrel-macos-x86_64 0.7.0 168.00 OK
r-oldrel-windows-x86_64 0.7.0 31.00 244.00 275.00 ERROR

Check Details

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-oldrel-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-oldrel-windows-x86_64

mirror server hosted at Truenetwork, Russian Federation.