CRAN Package Check Results for Package gsDesign

Last updated on 2025-02-23 19:51:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.6.6 17.42 348.09 365.51 OK
r-devel-linux-x86_64-debian-gcc 3.6.6 11.41 208.09 219.50 ERROR
r-devel-linux-x86_64-fedora-clang 3.6.6 545.50 ERROR
r-devel-linux-x86_64-fedora-gcc 3.6.6 524.94 ERROR
r-devel-macos-arm64 3.6.6 117.00 OK
r-devel-macos-x86_64 3.6.6 282.00 OK
r-devel-windows-x86_64 3.6.6 26.00 352.00 378.00 OK
r-patched-linux-x86_64 3.6.6 17.59 323.58 341.17 OK
r-release-linux-x86_64 3.6.6 16.19 322.27 338.46 OK
r-release-macos-arm64 3.6.6 158.00 OK
r-release-macos-x86_64 3.6.6 312.00 OK
r-release-windows-x86_64 3.6.6 25.00 349.00 374.00 OK
r-oldrel-macos-arm64 3.6.5 279.00 OK
r-oldrel-macos-x86_64 3.6.6 313.00 OK
r-oldrel-windows-x86_64 3.6.6 29.00 453.00 482.00 OK

Check Details

Version: 3.6.6
Check: examples
Result: ERROR Running examples in ‘gsDesign-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: as_rtf > ### Title: Save a summary table object as an RTF file > ### Aliases: as_rtf as_rtf.gsBinomialExactTable as_rtf.gsBoundSummary > > ### ** Examples > > # as_rtf for gsBinomialExact > zz <- gsBinomialExact( + k = 3, theta = seq(0.1, 0.9, 0.1), n.I = c(12, 24, 36), + a = c(-1, 0, 11), b = c(5, 9, 12) + ) > zz %>% + as_table() %>% + as_rtf( + file = tempfile(fileext = ".rtf"), + title = "Power/Type I Error and Expected Sample Size for a Group Sequential Design" + ) > > safety_design <- binomialSPRT( + p0 = .04, p1 = .1, alpha = .04, beta = .2, minn = 4, maxn = 75 + ) > safety_power <- gsBinomialExact( + k = length(safety_design$n.I), + theta = seq(.02, .16, .02), + n.I = safety_design$n.I, + a = safety_design$lower$bound, + b = safety_design$upper$bound + ) > safety_power %>% + as_table() %>% + as_rtf( + file = tempfile(fileext = ".rtf"), + theta_label = "Underlying\nAE Rate", + prob_decimals = 3, + bound_label = c("Low Rate", "High Rate") + ) > # as_rtf for gsBoundSummary > xgs <- gsSurv(lambdaC = .2, hr = .5, eta = .1, T = 2, minfup = 1.5) > gsBoundSummary(xgs, timename = "Year", tdigits = 1) %>% as_rtf(file = tempfile(fileext = ".rtf")) Error in unlist(attr(text, "text_indent_first"), attr(text, "text_indent_left"), : 'recursive' must be of length 1 Calls: %>% ... rtf_encode_table -> paste -> as_rtf_footnote -> unlist Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 3.6.6
Check: examples
Result: ERROR Running examples in ‘gsDesign-Ex.R’ failed The error most likely occurred in: > ### Name: as_rtf > ### Title: Save a summary table object as an RTF file > ### Aliases: as_rtf as_rtf.gsBinomialExactTable as_rtf.gsBoundSummary > > ### ** Examples > > # as_rtf for gsBinomialExact > zz <- gsBinomialExact( + k = 3, theta = seq(0.1, 0.9, 0.1), n.I = c(12, 24, 36), + a = c(-1, 0, 11), b = c(5, 9, 12) + ) > zz %>% + as_table() %>% + as_rtf( + file = tempfile(fileext = ".rtf"), + title = "Power/Type I Error and Expected Sample Size for a Group Sequential Design" + ) > > safety_design <- binomialSPRT( + p0 = .04, p1 = .1, alpha = .04, beta = .2, minn = 4, maxn = 75 + ) > safety_power <- gsBinomialExact( + k = length(safety_design$n.I), + theta = seq(.02, .16, .02), + n.I = safety_design$n.I, + a = safety_design$lower$bound, + b = safety_design$upper$bound + ) > safety_power %>% + as_table() %>% + as_rtf( + file = tempfile(fileext = ".rtf"), + theta_label = "Underlying\nAE Rate", + prob_decimals = 3, + bound_label = c("Low Rate", "High Rate") + ) > # as_rtf for gsBoundSummary > xgs <- gsSurv(lambdaC = .2, hr = .5, eta = .1, T = 2, minfup = 1.5) > gsBoundSummary(xgs, timename = "Year", tdigits = 1) %>% as_rtf(file = tempfile(fileext = ".rtf")) Error in unlist(attr(text, "text_indent_first"), attr(text, "text_indent_left"), : 'recursive' must be of length 1 Calls: %>% ... rtf_encode_table -> paste -> as_rtf_footnote -> unlist Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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.