Last updated on 2025-09-27 08:48:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2.0 | 5.43 | 169.41 | 174.84 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.2.0 | 4.35 | 124.53 | 128.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.2.0 | 278.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.2.0 | 300.92 | OK | |||
r-devel-windows-x86_64 | 2.2.0 | 8.00 | 236.00 | 244.00 | OK | |
r-patched-linux-x86_64 | 2.2.0 | 4.44 | 157.40 | 161.84 | OK | |
r-release-linux-x86_64 | 2.2.0 | 4.69 | 160.10 | 164.79 | OK | |
r-release-macos-arm64 | 2.2.0 | 121.00 | OK | |||
r-release-macos-x86_64 | 2.2.0 | 188.00 | OK | |||
r-release-windows-x86_64 | 2.2.0 | 8.00 | 235.00 | 243.00 | OK | |
r-oldrel-macos-arm64 | 2.2.0 | 115.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.2.0 | 264.00 | ERROR | |||
r-oldrel-windows-x86_64 | 2.2.0 | 11.00 | 260.00 | 271.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/Rtmp06WTd5/database
Creating directory /Volumes/Temp/tmp/Rtmp06WTd5/database/execution
Creating new cluster
Connecting using SQLite driver
Uploading #cohort_settings
Inserting data took 0.0267 secs
Computing time to event results
Executing SQL took 0.0165 secs
Computing time-to-event for 2 T-O pairs took 0.215 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/Rtmp5rIFZC/database
Creating directory /Volumes/Temp/tmp/Rtmp5rIFZC/database/execution
Creating new cluster
Connecting using SQLite driver
Uploading #cohort_settings
Inserting data took 0.208 secs
Computing time to event results
Executing SQL took 0.119 secs
Computing time-to-event for 2 T-O pairs took 1.34 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