Last updated on 2025-11-19 13:50:02 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.0 | 5.68 | 173.52 | 179.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.2.0 | 4.23 | 131.50 | 135.73 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.2.0 | 30.00 | 252.45 | 282.45 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.0 | 24.00 | 274.09 | 298.09 | OK | |
| r-devel-windows-x86_64 | 2.2.0 | 8.00 | 217.00 | 225.00 | OK | |
| r-patched-linux-x86_64 | 2.2.0 | 6.39 | 164.19 | 170.58 | OK | |
| r-release-linux-x86_64 | 2.2.0 | 6.22 | 164.43 | 170.65 | OK | |
| r-release-macos-arm64 | 2.2.0 | OK | ||||
| r-release-macos-x86_64 | 2.2.0 | 6.00 | 182.00 | 188.00 | OK | |
| r-release-windows-x86_64 | 2.2.0 | 8.00 | 219.00 | 227.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.0 | 1.00 | 79.00 | 80.00 | ERROR | |
| r-oldrel-macos-x86_64 | 2.2.0 | 6.00 | 178.00 | 184.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.0 | 10.00 | 266.00 | 276.00 | OK |
Version: 2.2.0
Check: examples
Result: ERROR
Running examples in ‘Characterization-Ex.R’ failed
The error most likely occurred in:
> ### Name: insertResultsToDatabase
> ### Title: Upload the results into a result database
> ### Aliases: insertResultsToDatabase
>
> ### ** Examples
>
>
> # generate results into resultsFolder
> conDet <- exampleOmopConnectionDetails()
>
> tteSet <- createTimeToEventSettings(
+ targetIds = c(1,2),
+ outcomeIds = 3
+ )
>
> cSet <- createCharacterizationSettings(
+ timeToEventSettings = tteSet
+ )
>
> runCharacterizationAnalyses(
+ connectionDetails = conDet,
+ targetDatabaseSchema = 'main',
+ targetTable = 'cohort',
+ outcomeDatabaseSchema = 'main',
+ outcomeTable = 'cohort',
+ cdmDatabaseSchema = 'main',
+ characterizationSettings = cSet,
+ outputDirectory = file.path(tempdir(),'database')
+ )
Creating directory /Volumes/Temp/tmp/RtmpMDkNZK/database
Creating directory /Volumes/Temp/tmp/RtmpMDkNZK/database/execution
Creating new cluster
Connecting using SQLite driver
Uploading #cohort_settings
Inserting data took 0.0141 secs
Computing time to event results
Executing SQL took 0.0113 secs
Computing time-to-event for 2 T-O pairs took 0.122 secs
exporting to csv file
Writing 96 rows to csv
Error in guess_header_(datasource, tokenizer, locale) :
'names' attribute [4823293840] must be the same length as the vector [2]
Calls: runCharacterizationAnalyses ... col_spec_standardise -> guess_header -> guess_header_
Execution halted
Flavor: r-oldrel-macos-arm64
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.