Last updated on 2025-10-22 23:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2.0 | 6.26 | 170.67 | 176.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.2.0 | 3.82 | 121.74 | 125.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.2.0 | 15.00 | 252.76 | 267.76 | OK | |
r-devel-linux-x86_64-fedora-gcc | 2.2.0 | 12.00 | 265.71 | 277.71 | OK | |
r-devel-windows-x86_64 | 2.2.0 | 8.00 | 213.00 | 221.00 | OK | |
r-patched-linux-x86_64 | 2.2.0 | 6.41 | 161.95 | 168.36 | OK | |
r-release-linux-x86_64 | 2.2.0 | 5.94 | 160.22 | 166.16 | OK | |
r-release-macos-arm64 | 2.2.0 | 3.00 | 118.00 | 121.00 | 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 | 238.00 | 246.00 | OK | |
r-oldrel-macos-arm64 | 2.2.0 | 2.00 | 114.00 | 116.00 | ERROR | |
r-oldrel-macos-x86_64 | 2.2.0 | 12.00 | 256.00 | 268.00 | ERROR | |
r-oldrel-windows-x86_64 | 2.2.0 | 12.00 | 253.00 | 265.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/RtmpdGiHhE/database
Creating directory /Volumes/Temp/tmp/RtmpdGiHhE/database/execution
Creating new cluster
Connecting using SQLite driver
Uploading #cohort_settings
Inserting data took 0.0232 secs
Computing time to event results
Executing SQL took 0.0218 secs
Computing time-to-event for 2 T-O pairs took 0.228 secs
exporting to csv file
Writing 96 rows to csv
Error: vector memory limit of 16.0 Gb reached, see mem.maxVSize()
Execution halted
Flavor: r-oldrel-macos-arm64
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/Rtmprug8i4/database
Creating directory /Volumes/Temp/tmp/Rtmprug8i4/database/execution
Creating new cluster
Connecting using SQLite driver
Uploading #cohort_settings
Inserting data took 0.0814 secs
Computing time to event results
Executing SQL took 0.0806 secs
Computing time-to-event for 2 T-O pairs took 0.68 secs
exporting to csv file
Writing 96 rows to csv
Error: vector memory limit of 16.0 Gb reached, see mem.maxVSize()
Execution halted
Flavor: r-oldrel-macos-x86_64