Last updated on 2025-12-21 11:50:41 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| cabinets | 3 | 10 | |
| catfun | 7 | 6 | |
| crumble | 10 | 3 | |
| ife | 13 | ||
| lmtp | 13 | ||
| mlr3superlearner | 4 | 9 | |
| transportr | 13 |
Current CRAN status: NOTE: 3, OK: 10
Version: 0.6.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 7, OK: 6
Version: 0.1.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Nick Williams <ntwilliams.personal@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Nick",
family = "Williams",
role = c("aut", "cre"),
email = "ntwilliams.personal@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘broom’ ‘epitools’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.4
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 10, OK: 3
Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘helpers.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 4, OK: 9
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘mlr3superlearner-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mlr3superlearner
> ### Title: Super Learner Algorithm
> ### Aliases: mlr3superlearner
>
> ### ** Examples
>
> if (requireNamespace("ranger", quietly = TRUE)) {
+ n <- 1e3
+ W <- matrix(rnorm(n*3), ncol = 3)
+ A <- rbinom(n, 1, 1 / (1 + exp(-(.2*W[,1] - .1*W[,2] + .4*W[,3]))))
+ Y <- rbinom(n,1, plogis(A + 0.2*W[,1] + 0.1*W[,2] + 0.2*W[,3]^2 ))
+ tmp <- data.frame(W, A, Y)
+ mlr3superlearner(tmp, "Y", c("glm", "ranger"), "binomial")
+ }
Error in `[.data.table`(data, , `:=`("task_hash", task[[1L]]$hash), by = "uhash") :
attempt access index 9/9 in VECTOR_ELT
Calls: mlr3superlearner ... initialize -> .__ResultData__initialize -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘mlr3superlearner-Ex.R’ failed
The error most likely occurred in:
> ### Name: mlr3superlearner
> ### Title: Super Learner Algorithm
> ### Aliases: mlr3superlearner
>
> ### ** Examples
>
> if (requireNamespace("ranger", quietly = TRUE)) {
+ n <- 1e3
+ W <- matrix(rnorm(n*3), ncol = 3)
+ A <- rbinom(n, 1, 1 / (1 + exp(-(.2*W[,1] - .1*W[,2] + .4*W[,3]))))
+ Y <- rbinom(n,1, plogis(A + 0.2*W[,1] + 0.1*W[,2] + 0.2*W[,3]^2 ))
+ tmp <- data.frame(W, A, Y)
+ mlr3superlearner(tmp, "Y", c("glm", "ranger"), "binomial")
+ }
Error in `[.data.table`(data, , `:=`("task_hash", task[[1L]]$hash), by = "uhash") :
attempt access index 9/9 in VECTOR_ELT
Calls: mlr3superlearner ... initialize -> .__ResultData__initialize -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13