Last updated on 2025-03-19 08:52:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 10.17 | 85.21 | 95.38 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 8.34 | 223.77 | 232.11 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 417.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 432.26 | 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 | 9.99 | 264.51 | 274.50 | ERROR | |
r-release-linux-x86_64 | 0.6.0 | 9.11 | 77.89 | 87.00 | 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 | 10.00 | 94.00 | 104.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 | 14.00 | 113.00 | 127.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 28.731 0.517 24.915
tabnet_fit 28.492 0.171 26.710
autoplot.tabnet_fit 24.913 0.142 19.428
tabnet_explain 19.488 0.025 13.925
tabnet 10.273 0.086 9.107
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 32.329 0.856 36.875
tabnet_fit 29.286 0.317 33.100
autoplot.tabnet_fit 26.670 0.251 26.549
tabnet 12.369 0.139 12.636
tabnet_explain 12.182 0.098 13.730
Flavor: r-patched-linux-x86_64