Last updated on 2026-06-07 11:50:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 12.02 | 127.64 | 139.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 8.08 | 81.08 | 89.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 19.00 | 194.87 | 213.87 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 19.00 | 379.81 | 398.81 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 16.00 | 170.00 | 186.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 13.49 | 119.70 | 133.19 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 10.50 | 118.93 | 129.43 | OK | |
| r-release-macos-arm64 | 1.0.0 | 3.00 | 70.00 | 73.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 8.00 | 310.00 | 318.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 17.00 | 167.00 | 184.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 7.00 | 238.00 | 245.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 22.00 | 208.00 | 230.00 | OK |
Version: 1.0.0
Check: for unstated dependencies in examples
Result: WARN
Warning in file(out, "wt") :
cannot open file '/tmp/RtmpMszuL8/filed66f6539ac7ac/check_ss_ssdtc_dead_ds.R': No space left on device
Error in file(out, "wt") : cannot open the connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘sdtmchecks-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: report_to_xlsx
> ### Title: Save report as an xlsx file
> ### Aliases: report_to_xlsx
> ### Keywords: ex_rpt internal
>
> ### ** Examples
>
>
> # Create Dummy data
>
> ae = data.frame(
+ USUBJID = 1:5,
+ DOMAIN = c(rep("AE", 5)),
+ AESEQ = 1:5,
+ AESTDTC = 1:5,
+ AETERM = 1:5,
+ AEDECOD = 1:5,
+ AESPID = c("FORMNAME-R:13/L:13XXXX",
+ "FORMNAME-R:16/L:16XXXX",
+ "FORMNAME-R:2/L:2XXXX",
+ "FORMNAME-R:19/L:19XXXX",
+ "FORMNAME-R:5/L:5XXXX"),
+ stringsAsFactors = FALSE
+ )
>
> cm = data.frame(
+ USUBJID = 1:5,
+ DOMAIN = rep("CM", 5),
+ CMTRT = rep("DRUG TERM", 5),
+ CMDECOD = rep("CODED DRUG TERM", 5),
+ CMSTDTC = 1:5,
+ CMENDTC = 1:5,
+ CMCAT = "CONCOMITANT MEDICATIONS",
+ CMSPID = c("FORMNAME-R:13/L:13XXXX",
+ "FORMNAME-R:16/L:16XXXX",
+ "FORMNAME-R:2/L:2XXXX",
+ "FORMNAME-R:19/L:19XXXX",
+ "FORMNAME-R:5/L:5XXXX"),
+ stringsAsFactors=FALSE
+ )
>
> res=run_all_checks(verbose = FALSE)
> fileName <- file.path(tempdir(), "check_results.xlsx")
> report_to_xlsx(res=res,outfile=fileName)
Warning in dir.create(path = relsDir, recursive = TRUE) :
cannot create dir '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/_rels', reason 'No space left on device'
Warning in dir.create(path = docPropsDir, recursive = TRUE) :
cannot create dir '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/docProps', reason 'No space left on device'
Warning in dir.create(path = xlDir, recursive = TRUE) :
cannot create dir '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/xl', reason 'No space left on device'
Warning in dir.create(path = xlrelsDir, recursive = TRUE) :
cannot create dir '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/xl', reason 'No space left on device'
Warning in dir.create(path = xlTablesDir, recursive = TRUE) :
cannot create dir '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/xl', reason 'No space left on device'
Warning in dir.create(path = xlTablesRelsDir, recursive = TRUE) :
cannot create dir '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/xl', reason 'No space left on device'
Warning in dir.create(path = xlthemeDir, recursive = TRUE) :
cannot create dir '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/xl', reason 'No space left on device'
Warning in file(file.path(xlthemeDir, "theme1.xml"), open = "wb") :
cannot open file '/tmp/RtmpfXS7JU/workbookTemp_d75485930dea9/xl/theme/theme1.xml': No such file or directory
Error in file(file.path(xlthemeDir, "theme1.xml"), open = "wb") :
cannot open the connection
Calls: report_to_xlsx -> saveWorkbook -> <Anonymous> -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: PDF version of manual
Result: ERROR
Rd conversion errors:
Converting parsed Rd's to LaTeX ......Warning in file(out, "wt") :
cannot open file '/tmp/RtmpaBbEmb/ltxdc79d45891aaa/check_lb_lbdtc_after_dd.tex': No space left on device
Error in file(out, "wt") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc