CRAN Package Check Results for Package Characterization

Last updated on 2025-09-19 13:51:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.0 6.09 170.84 176.93 OK
r-devel-linux-x86_64-debian-gcc 2.2.0 4.05 125.02 129.07 OK
r-devel-linux-x86_64-fedora-clang 2.2.0 280.25 OK
r-devel-linux-x86_64-fedora-gcc 2.2.0 310.25 OK
r-devel-windows-x86_64 2.2.0 5.00 226.00 231.00 OK
r-patched-linux-x86_64 2.2.0 6.57 156.73 163.30 OK
r-release-linux-x86_64 2.2.0 6.23 157.28 163.51 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 5.00 214.00 219.00 OK
r-oldrel-macos-arm64 2.2.0 142.00 ERROR
r-oldrel-macos-x86_64 2.2.0 183.00 ERROR
r-oldrel-windows-x86_64 2.2.0 11.00 256.00 267.00 OK

Check Details

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/RtmpeSuoer/database Creating directory /Volumes/Temp/tmp/RtmpeSuoer/database/execution Creating new cluster Connecting using SQLite driver Uploading #cohort_settings Inserting data took 0.0532 secs Computing time to event results Executing SQL took 0.0382 secs Computing time-to-event for 2 T-O pairs took 0.33 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/RtmpDiCtxr/database Creating directory /Volumes/Temp/tmp/RtmpDiCtxr/database/execution Creating new cluster Connecting using SQLite driver Uploading #cohort_settings Inserting data took 0.0857 secs Computing time to event results Executing SQL took 0.0568 secs Computing time-to-event for 2 T-O pairs took 0.659 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