CRAN Package Check Results for Package TSDT

Last updated on 2025-01-11 19:50:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.8 12.87 90.10 102.97 OK
r-devel-linux-x86_64-debian-gcc 1.0.8 9.83 65.60 75.43 OK
r-devel-linux-x86_64-fedora-clang 1.0.8 172.23 OK
r-devel-linux-x86_64-fedora-gcc 1.0.8 161.86 OK
r-devel-windows-x86_64 1.0.8 13.00 118.00 131.00 OK
r-patched-linux-x86_64 1.0.7 14.34 81.02 95.36 ERROR
r-release-linux-x86_64 1.0.8 12.22 85.07 97.29 OK
r-release-macos-arm64 1.0.8 54.00 OK
r-release-macos-x86_64 1.0.8 109.00 OK
r-release-windows-x86_64 1.0.8 14.00 246.00 260.00 OK
r-oldrel-macos-arm64 1.0.8 57.00 OK
r-oldrel-macos-x86_64 1.0.8 137.00 OK
r-oldrel-windows-x86_64 1.0.8 12.00 131.00 143.00 OK

Check Details

Version: 1.0.7
Check: Rd files
Result: NOTE checkRd: (-1) binary_transform.Rd:16: Lost braces; missing escapes or markup? 16 | Converts any variable with two possible values to a {0,1} binary | ^ checkRd: (-1) binary_transform.Rd:13: Lost braces; missing escapes or markup? 13 | A vector with values in {0,1}. | ^ Flavor: r-patched-linux-x86_64

Version: 1.0.7
Check: examples
Result: ERROR Running examples in ‘TSDT-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: distribution > ### Title: distribution > ### Aliases: distribution > > ### ** Examples > > set.seed(0) > N <- 200 > continuous_response = runif( min = 0, max = 20, n = N ) > trt <- sample( c('Control','Experimental'), size = N, prob = c(0.4,0.6), + replace = TRUE ) > X1 <- runif( N, min = 0, max = 1 ) > X2 <- runif( N, min = 0, max = 1 ) > X3 <- sample( c(0,1), size = N, prob = c(0.2,0.8), replace = TRUE ) > X4 <- sample( c('A','B','C'), size = N, prob = c(0.6,0.3,0.1), replace = TRUE ) > covariates <- data.frame( X1 ) > covariates$X2 <- X2 > covariates$X3 <- factor( X3 ) > covariates$X4 <- factor( X4 ) > > ## Create a TSDT object > ex1 <- TSDT( response = continuous_response, + trt = trt, trt_control = 'Control', + covariates = covariates[,1:4], + inbag_score_margin = 0, + desirable_response = "increasing", + oob_score_margin = 0, + min_subgroup_n_control = 5, + min_subgroup_n_trt = 5, + n_sample = 5 ) Error in (function (minsplit = 20L, minbucket = round(minsplit/3), cp = 0.01, : Maximum depth is 30 Calls: TSDT ... rpart_wrapper -> <Anonymous> -> do.call -> <Anonymous> Execution halted Flavor: r-patched-linux-x86_64