R Under development (unstable) (2026-02-04 r89376 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(framework) Attaching package: 'framework' The following objects are masked from 'package:testthat': capture_output, setup The following object is masked from 'package:methods': new > > test_check("framework") Loaded 1 function(s) from my-functions ✓ Author information updated in settings.yml Name: Jane Doe Email: jane@example.com Affiliation: Test University ✓ Data source 'inputs.raw.survey' added to settings.yml File: inputs/raw/survey.csv Type: csv Locked: yes Load with: data_read("inputs.raw.survey") ✓ Data source 'mydata' added to settings.yml File: data/mydata.csv Type: csv Load with: data_read("mydata") ✓ Connection 'mydb' added to settings.yml Driver: sqlite Database: data/mydb.db Use with: query_get("SELECT * FROM table", "mydb") ✓ Connection 'warehouse' added to settings.yml Driver: postgresql Host: localhost Port: 5432 Database: analytics User: analyst Use with: query_get("SELECT * FROM table", "warehouse") ✓ Added package 'dplyr' to settings.yml Auto-attach: yes Run scaffold() to install and load packages ✓ Added package 'tidyverse/dplyr@main' to settings.yml Auto-attach: no Run scaffold() to install and load packages ✓ Added package 'ggplot2' to settings.yml Auto-attach: yes Run scaffold() to install and load packages ✓ Updated package 'ggplot2@3.4.0' in settings.yml Auto-attach: no Run scaffold() to install and load packages ✓ Directory 'notebooks' set to 'analysis' in settings.yml Create directory 'analysis'? [Y/n]: Created directory: analysis ✓ Directory 'custom_dir' set to 'my_custom_path' in settings.yml Create directory 'my_custom_path'? [Y/n]: Created directory: my_custom_path Installing NonExistentPackage package for FakeDB connections... ✓ Created framework.db with schema ✓ Created framework.db with schema Updated .gitignore with renv entries Updated .gitignore with renv entries ✓ Created framework.db with schema fatal: not a git repository (or any of the parent directories): .git ✓ Created framework.db with schema ✓ Created framework.db with schema ✓ Created framework.db with schema fatal: not a git repository (or any of the parent directories): .git ✓ Created framework.db with schema fatal: not a git repository (or any of the parent directories): .git [ FAIL 0 | WARN 5 | SKIP 97 | PASS 637 ] ══ Skipped tests (97) ══════════════════════════════════════════════════════════ • Encrypted haven files not yet testable (1): 'test-haven.R:75:3' • Fixture file not found (13): 'test-haven.R:4:3', 'test-haven.R:18:3', 'test-haven.R:29:3', 'test-haven.R:40:3', 'test-haven.R:54:3', 'test-haven.R:65:3', 'test-haven.R:91:3', 'test-haven.R:102:3', 'test-haven.R:112:3', 'test-haven.R:122:3', 'test-haven.R:138:3', 'test-haven.R:148:3', 'test-haven.R:161:3' • MySQL not available (1): 'test-schema-multi.R:62:3' • MySQL server not available (Docker not running?) (1): 'test-connections-multi.R:80:5' • On CRAN (74): 'test-api-settings.R:4:3', 'test-api-settings.R:42:3', 'test-api-settings.R:85:3', 'test-api-settings.R:111:3', 'test-api-settings.R:146:3', 'test-api-settings.R:181:3', 'test-api-settings.R:211:3', 'test-api-settings.R:242:3', 'test-api-settings.R:272:3', 'test-api-settings.R:302:3', 'test-api-settings.R:344:3', 'test-api-settings.R:380:3', 'test-api-settings.R:420:3', 'test-configure-ai.R:61:3', 'test-configure-ai.R:102:3', 'test-configure-ai.R:126:3', 'test-configure-ai.R:145:3', 'test-configure-ai.R:186:3', 'test-configure-global.R:5:3', 'test-configure-global.R:20:3', 'test-configure-global.R:49:3', 'test-configure-global.R:74:3', 'test-configure-global.R:90:3', 'test-configure-global.R:106:3', 'test-configure-global.R:122:3', 'test-configure-global.R:138:3', 'test-configure-global.R:158:3', 'test-configure-global.R:184:3', 'test-configure-global.R:204:3', 'test-configure-global.R:226:3', 'test-configure-global.R:250:3', 'test-configure-global.R:286:3', 'test-configure-global.R:322:3', 'test-configure-global.R:345:3', 'test-configure-global.R:367:3', 'test-configure-global.R:389:3', 'test-configure-global.R:411:3', 'test-configure-global.R:455:3', 'test-configure-global.R:486:3', 'test-configure-global.R:514:3', 'test-configure-global.R:545:3', 'test-configure-global.R:566:3', 'test-configure-global.R:605:3', 'test-configure-global.R:636:3', 'test-configure-global.R:668:3', 'test-doc-regressions.R:2:3', 'test-doc-regressions.R:17:3', 'test-doc-regressions.R:39:3', 'test-doc-regressions.R:53:3', 'test-doc-regressions.R:75:3', 'test-doc-regressions.R:88:3', 'test-project-creation-workflow.R:8:3', 'test-project-creation-workflow.R:63:3', 'test-project-creation-workflow.R:113:3', 'test-project-creation-workflow.R:166:3', 'test-project-creation-workflow.R:193:3', 'test-project-creation-workflow.R:275:3', 'test-project-settings-api.R:2:3', 'test-project-settings-api.R:113:3', 'test-project-settings-api.R:182:3', 'test-project-settings-api.R:233:3', 'test-project-settings-api.R:288:3', 'test-project_create.R:3:3', 'test-project_create.R:71:3', 'test-project_create.R:126:3', 'test-project_create.R:157:3', 'test-project_create.R:190:3', 'test-project_create.R:224:3', 'test-project_create.R:255:3', 'test-project_create.R:289:3', 'test-project_create.R:325:3', 'test-quarto-generation.R:2:3', 'test-quarto-generation.R:44:3', 'test-s3-legacy.R:2:3' • PostgreSQL not available (2): 'test-schema-multi.R:39:3', 'test-transactions-multi.R:171:3' • PostgreSQL server not available (Docker not running?) (1): 'test-connections-multi.R:46:5' • Requires git repository (1): 'test-security_audit.R:247:3' • S3_TEST_BUCKET not set - skipping integration tests (1): 'test-publish.R:363:3' • Test isolation issue - .is_initialized() searches parent directories (1): 'test-init.R:9:3' • empty test (1): 'test-security_audit.R:541:1' [ FAIL 0 | WARN 5 | SKIP 97 | PASS 637 ] > > proc.time() user system elapsed 15.89 4.90 53.23