CRAN Package Check Results for Package tabnet

Last updated on 2024-08-16 21:49:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 9.53 80.44 89.97 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 7.08 59.12 66.20 OK
r-devel-linux-x86_64-fedora-clang 0.6.0 142.35 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 154.22 OK
r-devel-windows-x86_64 0.6.0 11.00 97.00 108.00 OK
r-patched-linux-x86_64 0.6.0 9.02 76.60 85.62 OK
r-release-linux-x86_64 0.6.0 8.15 77.61 85.76 OK
r-release-macos-arm64 0.6.0 70.00 OK
r-release-macos-x86_64 0.6.0 141.00 OK
r-release-windows-x86_64 0.6.0 11.00 92.00 103.00 OK
r-oldrel-macos-arm64 0.6.0 82.00 ERROR
r-oldrel-macos-x86_64 0.6.0 143.00 ERROR
r-oldrel-windows-x86_64 0.6.0 14.00 113.00 127.00 OK

Check Details

Version: 0.6.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘Hierarchical_classification.Rmd’ ... > config <- tabnet_config(decision_width = 8, attention_width = 8, + num_steps = 3, penalty = 0.003, cat_emb_dim = 2, valid_split = 0.2, + l .... [TRUNCATED] > starw_model <- tabnet_fit(starwars_train_tree, config = config, + epoch = 170, checkpoint_epochs = 25) When sourcing ‘Hierarchical_classification.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘Missing_data_predictors.Rmd’ ... > cat_emb_dim <- map_dbl(ames %>% select_if(is.factor), + ~log2(nlevels(.x)) %>% round) > ames_pretrain <- tabnet_pretrain(ames_rec, data = ames, + epoch = 50, cat_emb_dim = cat_emb_dim, valid_split = 0.2, + verbose = TRUE, batc .... [TRUNCATED] When sourcing ‘Missing_data_predictors.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘interpretation.Rmd’ ... ✖ dplyr::lag() masks stats::lag() ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors > set.seed(1) > torch::torch_manual_seed(1) When sourcing ‘interpretation.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘selfsupervised_training.Rmd’ ... > rec <- recipe(Class ~ ., lending_club) %>% step_normalize(all_numeric()) > unlabeled_baked_df <- rec %>% prep %>% bake(new_data = unlabeled) > mod <- tabnet_pretrain(rec, unlabeled, epochs = 50, + valid_split = 0.2, batch_size = 5000, verbose = TRUE) When sourcing ‘selfsupervised_training.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘tidymodels-interface.Rmd’ ... There were issues with some computations A: x5 There were issues with some computations A: x5 Warning: All models failed. Run `show_notes(.Last.tune.result)` for more information. > collect_metrics(fit_rs) When sourcing ‘tidymodels-interface.R’: Error: All models failed. Run `show_notes(.Last.tune.result)` for more information. Execution halted ‘Hierarchical_classification.Rmd’ using ‘UTF-8’... failed ‘Missing_data_predictors.Rmd’ using ‘UTF-8’... failed ‘interpretation.Rmd’ using ‘UTF-8’... failed ‘selfsupervised_training.Rmd’ using ‘UTF-8’... failed ‘tidymodels-interface.Rmd’ using ‘UTF-8’... failed Flavor: r-oldrel-macos-arm64

Version: 0.6.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘Hierarchical_classification.Rmd’ ... > config <- tabnet_config(decision_width = 8, attention_width = 8, + num_steps = 3, penalty = 0.003, cat_emb_dim = 2, valid_split = 0.2, + l .... [TRUNCATED] > starw_model <- tabnet_fit(starwars_train_tree, config = config, + epoch = 170, checkpoint_epochs = 25) When sourcing ‘Hierarchical_classification.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘Missing_data_predictors.Rmd’ ... > cat_emb_dim <- map_dbl(ames %>% select_if(is.factor), + ~log2(nlevels(.x)) %>% round) > ames_pretrain <- tabnet_pretrain(ames_rec, data = ames, + epoch = 50, cat_emb_dim = cat_emb_dim, valid_split = 0.2, + verbose = TRUE, batc .... [TRUNCATED] When sourcing ‘Missing_data_predictors.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘interpretation.Rmd’ ... ✖ dplyr::lag() masks stats::lag() ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors > set.seed(1) > torch::torch_manual_seed(1) When sourcing ‘interpretation.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘selfsupervised_training.Rmd’ ... > rec <- recipe(Class ~ ., lending_club) %>% step_normalize(all_numeric()) > unlabeled_baked_df <- rec %>% prep %>% bake(new_data = unlabeled) > mod <- tabnet_pretrain(rec, unlabeled, epochs = 50, + valid_split = 0.2, batch_size = 5000, verbose = TRUE) When sourcing ‘selfsupervised_training.R’: Error: Lantern is not loaded. Please use `install_torch()` to install additional dependencies. Execution halted when running code in ‘tidymodels-interface.Rmd’ ... There were issues with some computations A: x2 There were issues with some computations A: x5 Warning: All models failed. Run `show_notes(.Last.tune.result)` for more information. > collect_metrics(fit_rs) When sourcing ‘tidymodels-interface.R’: Error: All models failed. Run `show_notes(.Last.tune.result)` for more information. Execution halted ‘Hierarchical_classification.Rmd’ using ‘UTF-8’... failed ‘Missing_data_predictors.Rmd’ using ‘UTF-8’... failed ‘interpretation.Rmd’ using ‘UTF-8’... failed ‘selfsupervised_training.Rmd’ using ‘UTF-8’... failed ‘tidymodels-interface.Rmd’ using ‘UTF-8’... failed Flavor: r-oldrel-macos-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.