Last updated on 2025-03-25 10:59:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 12.39 | 263.37 | 275.76 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 8.89 | 237.13 | 246.02 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 417.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 385.05 | ERROR | |||
r-devel-macos-arm64 | 0.6.0 | 58.00 | OK | |||
r-devel-macos-x86_64 | 0.6.0 | 95.00 | OK | |||
r-devel-windows-x86_64 | 0.6.0 | 11.00 | 95.00 | 106.00 | OK | |
r-patched-linux-x86_64 | 0.6.0 | 10.40 | 257.83 | 268.23 | ERROR | |
r-release-linux-x86_64 | 0.6.0 | 11.15 | 268.44 | 279.59 | 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 | 13.00 | 182.00 | 195.00 | OK | |
r-oldrel-macos-arm64 | 0.6.0 | OK | ||||
r-oldrel-macos-x86_64 | 0.6.0 | 92.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.0 | 13.00 | 113.00 | 126.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘tabnet-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tabnet_pretrain
> ### Title: Tabnet model
> ### Aliases: tabnet_pretrain tabnet_pretrain.default
> ### tabnet_pretrain.data.frame tabnet_pretrain.formula
> ### tabnet_pretrain.recipe tabnet_pretrain.Node
>
> ### ** 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")
+ pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
+ ## Don't show:
+ }) # examplesIf
> data("ames", package = "modeldata")
> pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
Error in `value_error()`:
! Can't convert data of class: 'NULL'
Backtrace:
▆
1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. ├─tabnet::tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
7. └─tabnet:::tabnet_pretrain.formula(...)
8. └─tabnet:::tabnet_bridge(...)
9. └─tabnet:::tabnet_train_unsupervised(...)
10. ├─coro::loop(...)
11. │ └─rlang::eval_bare(loop, env)
12. └─coro (local) `<fn>`()
13. ├─coro::is_exhausted(elt <<- iterator())
14. ├─elt <<- iterator()
15. │ └─rlang::env_poke(env, lhs, value, inherit = TRUE, create = FALSE)
16. └─torch (local) iterator()
17. └─torch::dataloader_next(iter, coro::exhausted())
18. └─iter$.next()
19. └─self$.next_data()
20. └─self$.dataset_fetcher$fetch(index)
21. └─self$collate_fn(data)
22. └─base::lapply(data, utils_data_default_convert)
23. └─torch (local) FUN(X[[i]], ...)
24. └─base::tryCatch(...)
25. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
26. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
27. └─value[[3L]](cond)
28. └─torch:::value_error("Can't convert data of class: '{class(data)}'")
29. └─rlang::abort(glue::glue(gettext(...)[[1]], .envir = env), class = "value_error")
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
autoplot.tabnet_explain 33.582 0.923 36.969
tabnet_fit 29.072 0.114 33.655
autoplot.tabnet_fit 24.899 0.287 24.755
tabnet 12.819 0.153 13.239
tabnet_explain 12.516 0.119 14.090
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘tabnet-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tabnet_pretrain
> ### Title: Tabnet model
> ### Aliases: tabnet_pretrain tabnet_pretrain.default
> ### tabnet_pretrain.data.frame tabnet_pretrain.formula
> ### tabnet_pretrain.recipe tabnet_pretrain.Node
>
> ### ** 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")
+ pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
+ ## Don't show:
+ }) # examplesIf
> data("ames", package = "modeldata")
> pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
Error in `value_error()`:
! Can't convert data of class: 'NULL'
Backtrace:
▆
1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. ├─tabnet::tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
7. └─tabnet:::tabnet_pretrain.formula(...)
8. └─tabnet:::tabnet_bridge(...)
9. └─tabnet:::tabnet_train_unsupervised(...)
10. ├─coro::loop(...)
11. │ └─rlang::eval_bare(loop, env)
12. └─coro (local) `<fn>`()
13. ├─coro::is_exhausted(elt <<- iterator())
14. ├─elt <<- iterator()
15. │ └─rlang::env_poke(env, lhs, value, inherit = TRUE, create = FALSE)
16. └─torch (local) iterator()
17. └─torch::dataloader_next(iter, coro::exhausted())
18. └─iter$.next()
19. └─self$.next_data()
20. └─self$.dataset_fetcher$fetch(index)
21. └─self$collate_fn(data)
22. └─base::lapply(data, utils_data_default_convert)
23. └─torch (local) FUN(X[[i]], ...)
24. └─base::tryCatch(...)
25. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
26. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
27. └─value[[3L]](cond)
28. └─torch:::value_error("Can't convert data of class: '{class(data)}'")
29. └─rlang::abort(glue::glue(gettext(...)[[1]], .envir = env), class = "value_error")
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
autoplot.tabnet_explain 31.039 0.775 28.915
tabnet_fit 30.373 0.242 28.319
autoplot.tabnet_fit 22.111 0.322 17.738
tabnet_explain 19.322 0.114 14.728
tabnet 13.775 0.062 11.328
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘tabnet-Ex.R’ failed
The error most likely occurred in:
> ### Name: tabnet_pretrain
> ### Title: Tabnet model
> ### Aliases: tabnet_pretrain tabnet_pretrain.default
> ### tabnet_pretrain.data.frame tabnet_pretrain.formula
> ### tabnet_pretrain.recipe tabnet_pretrain.Node
>
> ### ** 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")
+ pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
+ ## Don't show:
+ }) # examplesIf
> data("ames", package = "modeldata")
> pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
Error in `value_error()`:
! Can't convert data of class: 'NULL'
Backtrace:
▆
1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. ├─tabnet::tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
7. └─tabnet:::tabnet_pretrain.formula(...)
8. └─tabnet:::tabnet_bridge(...)
9. └─tabnet:::tabnet_train_unsupervised(...)
10. ├─coro::loop(...)
11. │ └─rlang::eval_bare(loop, env)
12. └─coro (local) `<fn>`()
13. ├─coro::is_exhausted(elt <<- iterator())
14. ├─elt <<- iterator()
15. │ └─rlang::env_poke(env, lhs, value, inherit = TRUE, create = FALSE)
16. └─torch (local) iterator()
17. └─torch::dataloader_next(iter, coro::exhausted())
18. └─iter$.next()
19. └─self$.next_data()
20. └─self$.dataset_fetcher$fetch(index)
21. └─self$collate_fn(data)
22. └─base::lapply(data, utils_data_default_convert)
23. └─torch (local) FUN(X[[i]], ...)
24. └─base::tryCatch(...)
25. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
26. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
27. └─value[[3L]](cond)
28. └─torch:::value_error("Can't convert data of class: '{class(data)}'")
29. └─rlang::abort(glue::glue(gettext(...)[[1]], .envir = env), class = "value_error")
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘tabnet-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tabnet_pretrain
> ### Title: Tabnet model
> ### Aliases: tabnet_pretrain tabnet_pretrain.default
> ### tabnet_pretrain.data.frame tabnet_pretrain.formula
> ### tabnet_pretrain.recipe tabnet_pretrain.Node
>
> ### ** 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")
+ pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
+ ## Don't show:
+ }) # examplesIf
> data("ames", package = "modeldata")
> pretrained <- tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
Error in `value_error()`:
! Can't convert data of class: 'NULL'
Backtrace:
▆
1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. ├─tabnet::tabnet_pretrain(Sale_Price ~ ., data = ames, epochs = 1)
7. └─tabnet:::tabnet_pretrain.formula(...)
8. └─tabnet:::tabnet_bridge(...)
9. └─tabnet:::tabnet_train_unsupervised(...)
10. ├─coro::loop(...)
11. │ └─rlang::eval_bare(loop, env)
12. └─coro (local) `<fn>`()
13. ├─coro::is_exhausted(elt <<- iterator())
14. ├─elt <<- iterator()
15. │ └─rlang::env_poke(env, lhs, value, inherit = TRUE, create = FALSE)
16. └─torch (local) iterator()
17. └─torch::dataloader_next(iter, coro::exhausted())
18. └─iter$.next()
19. └─self$.next_data()
20. └─self$.dataset_fetcher$fetch(index)
21. └─self$collate_fn(data)
22. └─base::lapply(data, utils_data_default_convert)
23. └─torch (local) FUN(X[[i]], ...)
24. └─base::tryCatch(...)
25. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
26. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
27. └─value[[3L]](cond)
28. └─torch:::value_error("Can't convert data of class: '{class(data)}'")
29. └─rlang::abort(glue::glue(gettext(...)[[1]], .envir = env), class = "value_error")
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
autoplot.tabnet_explain 33.616 0.974 37.185
tabnet_fit 27.461 0.204 32.353
autoplot.tabnet_fit 20.075 0.306 20.586
tabnet 13.704 0.234 14.212
tabnet_explain 11.412 0.108 12.836
Flavor: r-patched-linux-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.