R Under development (unstable) (2026-03-24 r89696 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(OhdsiReportGenerator) > > test_check("OhdsiReportGenerator") Connecting using SQLite driver processing file: assure_presentation.qmd output file: assure_presentation.knit.md Closing database connection pandoc to: revealjs output-file: assure_presentation.html standalone: true self-contained: true wrap: none default-image-extension: png html-math-method: method: mathjax url: >- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS_HTML-full slide-level: 2 metadata link-citations: true width: 1050 height: 700 margin: 0.1 center: false navigationMode: linear controlsLayout: edges controlsTutorial: false hash: true history: true hashOneBasedIndex: false fragmentInURL: false transition: none backgroundTransition: none pdfSeparateFragments: false lang: en auto-stretch: true title: ASSURE Analysis scrollable: true theme: - default - presentation_style.scss title-slide-attributes: data-background-color: '#EB1700' footer: ASSURE Analysis slideNumber: true showSlideNumber: all menu: side: left numbers: true Output created: assure_presentation.html [1] "Extracting characterization outcomes took: 0.124712944030762 secs" [1] "Extracting characterization outcomes took: 0.119266033172607 secs" [1] "Extracting characterization outcomes took: 0.119071006774902 secs" Extracting 89 characterization cohort rows took: 0.02 secs Extracting 4 continuous characterization cohort rows took: 0.02 secs processing file: assure_presentation.qmd output file: assure_presentation.knit.md Closing database connection pandoc to: revealjs output-file: assure_presentation.html standalone: true self-contained: true wrap: none default-image-extension: png html-math-method: method: mathjax url: >- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS_HTML-full slide-level: 2 metadata link-citations: true width: 1050 height: 700 margin: 0.1 center: false navigationMode: linear controlsLayout: edges controlsTutorial: false hash: true history: true hashOneBasedIndex: false fragmentInURL: false transition: none backgroundTransition: none pdfSeparateFragments: false lang: en auto-stretch: true title: ASSURE Analysis scrollable: true theme: - default - presentation_style.scss title-slide-attributes: data-background-color: '#EB1700' footer: ASSURE Analysis slideNumber: true showSlideNumber: all menu: side: left numbers: true Output created: assure_presentation.html processing file: main_template.qmd output file: main_template.knit.md Closing database connection pandoc to: html output-file: main_template.html standalone: true self-contained: true section-divs: true html-math-method: mathjax wrap: none default-image-extension: png toc: true toc-depth: 4 number-sections: true metadata document-css: false link-citations: true date-format: long lang: en title: ASSURE Full Report toc-title: Contents Output created: main_template.html Connecting using SQLite driver Found CI TAR columns Found PLP TAR columns Found CM TAR columns [1] "-- all extracting characterization targets took: 0.123905897140503 secs" [1] "-- Total time for extarcting target table: 0.351437091827393 secs" [1] "Extracting characterization outcomes took: 0.11646294593811 secs" [1] "-- Total time for extarcting outcome table: 0.341459035873413 secs" [ FAIL 0 | WARN 1 | SKIP 2 | PASS 699 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-Helpers.R:87:1' • skip prediction report due to odd linux error (1): 'test-PredictionReport.R:3:3' [ FAIL 0 | WARN 1 | SKIP 2 | PASS 699 ] > > proc.time() user system elapsed 12.39 1.85 96.29 Closing database connection