Last updated on 2025-03-22 08:53:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 11.41 | 267.51 | 278.92 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 8.98 | 216.41 | 225.39 | 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 | 10.40 | 257.83 | 268.23 | ERROR | |
r-release-linux-x86_64 | 0.6.0 | 10.42 | 265.94 | 276.36 | 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 | 95.00 | 106.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 34.858 0.677 39.877
tabnet_fit 27.887 0.274 34.412
autoplot.tabnet_fit 26.385 0.369 28.816
tabnet 15.346 0.235 16.577
tabnet_explain 13.603 0.111 14.888
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 30.335 0.563 25.757
tabnet_fit 21.251 0.118 18.584
autoplot.tabnet_fit 19.080 0.031 13.836
tabnet_explain 14.116 0.099 9.546
tabnet 10.210 0.087 8.268
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