Last updated on 2024-09-13 07:49:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 2.34 | 42.64 | 44.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 1.91 | 32.88 | 34.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 77.31 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 82.78 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 4.00 | 63.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.2.2 | 2.73 | 41.10 | 43.83 | OK | |
r-release-linux-x86_64 | 0.2.2 | 2.50 | 31.07 | 33.57 | ERROR | |
r-release-macos-arm64 | 0.2.2 | 34.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 50.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 4.00 | 63.00 | 67.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 48.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 5.00 | 67.00 | 72.00 | OK |
Version: 0.2.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘devtools’
Flavor: r-release-linux-x86_64
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘REDCapExporter-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: build_r_data_package
> ### Title: Build R Data Package
> ### Aliases: build_r_data_package build_r_data_package.rcer_rccore
> ### build_r_data_package.default
>
> ### ** Examples
>
> ## Please read the vignette for examples:
> ## vignette(topic = "export", package = "REDCapExporter")
>
> library(REDCapExporter)
> # avs_raw_core <- export_core()
> data(avs_raw_core)
> tmppth <- tempdir()
> build_r_data_package(avs_raw_core, tmppth, author_roles = list(dewittp = c("cre", "aut")))
Warning in format_record.rcer_raw_record(x$record_raw, x$metadata_raw) :
At least one of the columns is an S4 class.
data.table might not work correctly for
atoi, atoi_postseason
check status of https://github.com/Rdatatable/data.table/issues/4315
and https://github.com/dewittpe/REDCapExporter/issues/17
Creating source package at /home/hornik/tmp/scratch/RtmpiJssFo/rcd14465
Error in loadNamespace(x) : there is no package called ‘devtools’
Calls: build_r_data_package ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.2.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘api.Rmd’ using rmarkdown
--- finished re-building ‘api.Rmd’
--- re-building ‘export.Rmd’ using rmarkdown
Quitting from lines 72-76 [unnamed-chunk-3] (export.Rmd)
Error: processing vignette 'export.Rmd' failed with diagnostics:
there is no package called 'devtools'
--- failed re-building ‘export.Rmd’
SUMMARY: processing the following file failed:
‘export.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64