Last updated on 2025-09-22 15:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 13.18 | 103.34 | 116.52 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 9.41 | 72.22 | 81.63 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 182.82 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 166.46 | ERROR | |||
r-devel-windows-x86_64 | 0.1.4 | 18.00 | 96.00 | 114.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 13.18 | 95.21 | 108.39 | ERROR | |
r-release-linux-x86_64 | 0.1.4 | 12.68 | 96.32 | 109.00 | ERROR | |
r-release-macos-arm64 | 0.1.4 | 65.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 87.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 17.00 | 107.00 | 124.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.4 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.4 | 62.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 23.00 | 129.00 | 152.00 | ERROR |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘IRon-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: sera
> ### Title: Squared Error-Relevance Area (SERA)
> ### Aliases: sera
>
> ### ** Examples
>
> library(IRon)
> library(rpart)
>
> if(requireNamespace("rpart")) {
+
+ #' data(accel)
+
+ form <- acceleration ~ .
+
+ ind <- sample(1:nrow(accel),0.75*nrow(accel))
+
+ train <- accel[ind,]
+ test <- accel[-ind,]
+
+ ph <- phi.control(accel$acceleration)
+
+ m <- rpart::rpart(form, train)
+ preds <- as.vector(predict(m,test))
+
+ trues <- test$acceleration
+ phi.trues <- phi(test$acceleration,ph)
+
+ sera(trues,preds,phi.trues)
+ sera(trues,preds,phi.trues,pl=TRUE, m.name="Regression Trees")
+ sera(trues,preds,phi.trues,pl=TRUE, return.err=TRUE)
+
+ }
Error in `ggplot2::geom_smooth()`:
! Problem while computing stat.
ℹ Error occurred in the 1st layer.
Caused by error in `get()`:
! object 'scam' of mode 'function' was not found
Backtrace:
▆
1. ├─IRon::sera(trues, preds, phi.trues, pl = TRUE, m.name = "Regression Trees")
2. │ ├─base::print(...)
3. │ └─ggplot2 (local) `print.ggplot2::ggplot`(...)
4. │ ├─ggplot2::ggplot_build(x)
5. │ └─ggplot2 (local) `ggplot_build.ggplot2::ggplot`(x)
6. │ └─ggplot2:::by_layer(...)
7. │ ├─rlang::try_fetch(...)
8. │ │ ├─base::tryCatch(...)
9. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. │ │ └─base::withCallingHandlers(...)
13. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
14. │ └─l$compute_statistic(d, layout)
15. │ └─ggplot2 (local) compute_statistic(..., self = self)
16. │ └─self$stat$setup_params(data, self$stat_params)
17. │ └─ggplot2 (local) setup_params(...)
18. │ └─base::match.fun(method)
19. │ └─base::get(as.character(FUN), mode = "function", envir = envir)
20. └─base::.handleSimpleError(...)
21. └─rlang (local) h(simpleError(msg, call))
22. └─handlers[[1L]](cnd)
23. └─cli::cli_abort(...)
24. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘IRon-Ex.R’ failed
The error most likely occurred in:
> ### Name: sera
> ### Title: Squared Error-Relevance Area (SERA)
> ### Aliases: sera
>
> ### ** Examples
>
> library(IRon)
> library(rpart)
>
> if(requireNamespace("rpart")) {
+
+ #' data(accel)
+
+ form <- acceleration ~ .
+
+ ind <- sample(1:nrow(accel),0.75*nrow(accel))
+
+ train <- accel[ind,]
+ test <- accel[-ind,]
+
+ ph <- phi.control(accel$acceleration)
+
+ m <- rpart::rpart(form, train)
+ preds <- as.vector(predict(m,test))
+
+ trues <- test$acceleration
+ phi.trues <- phi(test$acceleration,ph)
+
+ sera(trues,preds,phi.trues)
+ sera(trues,preds,phi.trues,pl=TRUE, m.name="Regression Trees")
+ sera(trues,preds,phi.trues,pl=TRUE, return.err=TRUE)
+
+ }
Error in `ggplot2::geom_smooth()`:
! Problem while computing stat.
ℹ Error occurred in the 1st layer.
Caused by error in `get()`:
! object 'scam' of mode 'function' was not found
Backtrace:
▆
1. ├─IRon::sera(trues, preds, phi.trues, pl = TRUE, m.name = "Regression Trees")
2. │ ├─base::print(...)
3. │ └─ggplot2 (local) `print.ggplot2::ggplot`(...)
4. │ ├─ggplot2::ggplot_build(x)
5. │ └─ggplot2 (local) `ggplot_build.ggplot2::ggplot`(x)
6. │ └─ggplot2:::by_layer(...)
7. │ ├─rlang::try_fetch(...)
8. │ │ ├─base::tryCatch(...)
9. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. │ │ └─base::withCallingHandlers(...)
13. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
14. │ └─l$compute_statistic(d, layout)
15. │ └─ggplot2 (local) compute_statistic(..., self = self)
16. │ └─self$stat$setup_params(data, self$stat_params)
17. │ └─ggplot2 (local) setup_params(...)
18. │ └─base::match.fun(method)
19. │ └─base::get(as.character(FUN), mode = "function", envir = envir)
20. └─base::.handleSimpleError(...)
21. └─rlang (local) h(simpleError(msg, call))
22. └─handlers[[1L]](cnd)
23. └─cli::cli_abort(...)
24. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64, r-oldrel-windows-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.