Last updated on 2025-08-31 15:48:50 CEST.
Package | ERROR | OK |
---|---|---|
microinverterdata | 13 | |
tabnet | 2 | 11 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
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)
Flavors: r-devel-windows-x86_64, 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
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64