R Under development (unstable) (2025-10-28 r88973 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > library(testthat) > library(connectapi) > > multi_reporter <- MultiReporter$new( + reporters = list( + ProgressReporter$new(max_failures = 1000), + CheckReporter$new(file = fs::path("check-results-check.txt")) + ) + ) > > test_check("connectapi", reporter = multi_reporter) ✔ | F W S OK | Context ⠏ | 0 | audit ⠋ | 1 | audit ⠹ | 3 | audit ⠦ | 7 | audit ✔ | 10 | audit [1.5s] ⠏ | 0 | bundle ⠸ | 4 | bundle ⠼ | 5 | bundle ✔ | 6 | bundle ⠏ | 0 | connect ⠦ | 1 6 | connect ⠴ | 1 15 | connect ⠏ | 1 19 | connect ⠼ | 1 24 | connect ⠹ | 1 32 | connect ✔ | 1 34 | connect ⠏ | 0 | content ⠹ | 13 | content ⠧ | 1 17 | content ⠹ | 1 22 | content ⠇ | 1 28 | content ⠦ | 1 36 | content ⠹ | 1 42 | content ⠴ | 1 45 | content ⠸ | 1 53 | content ⠦ | 1 56 | content ⠋ | 1 60 | content ⠇ | 1 68 | content ⠹ | 1 72 | content ⠴ | 1 75 | content ✔ | 1 79 | content [1.8s] ⠏ | 0 | env-vars ⠴ | 6 | env-vars ✔ | 8 | env-vars ⠏ | 0 | get ⠧ | 8 | get ⠹ | 13 | get ⠴ | 16 | get ⠧ | 18 | get ⠸ | 24 | get ✔ | 25 | get ⠏ | 0 | git ⠼ | 1 4 | git ⠇ | 1 8 | git ✔ | 1 8 | git ──────────────────────────────────────────────────────────────────────────────── Warning ('test-git.R:45:5'): we can retrieve a repository information if it exists WARNING: This feature requires Posit Connect version 2022.12.0 but the server version is not exposed by this Posit Connect instance. You may experience errors when using this functionality. This warning is displayed once per session. Backtrace: ▆ 1. ├─testthat::expect_true(item$repository()$polling) at test-git.R:45:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─item$repository() 5. └─connectapi:::error_if_less_than(con$version, "2022.12.0") 6. └─connectapi:::warn_once(msg) ──────────────────────────────────────────────────────────────────────────────── ⠏ | 0 | groups ⠴ | 6 | groups ⠧ | 8 | groups ⠙ | 12 | groups ⠹ | 1 12 | groups ✔ | 2 12 | groups ⠏ | 0 | instrumentation ⠦ | 7 | instrumentation ⠴ | 16 | instrumentation ✔ | 16 | instrumentation ⠏ | 0 | integrations ⠇ | 9 | integrations ⠙ | 22 | integrations ⠴ | 26 | integrations ⠏ | 40 | integrations ✔ | 50 | integrations ⠏ | 0 | oauth ⠇ | 9 | oauth ⠦ | 17 | oauth ⠦ | 27 | oauth ✔ | 29 | oauth ⠏ | 0 | page ✔ | 2 | page ⠏ | 0 | parse ⠼ | 25 | parse ⠧ | 48 | parse ⠙ | 1 71 | parse ✔ | 1 74 | parse ⠏ | 0 | print ✔ | 1 0 | print ⠏ | 0 | remote ⠇ | 9 | remote ⠼ | 15 | remote ✔ | 18 | remote ⠏ | 0 | runtime-caches ⠼ | 5 | runtime-caches ✔ | 6 | runtime-caches ⠏ | 0 | schedule ✔ | 6 | schedule ⠏ | 0 | tags ⠇ | 1 28 | tags ✔ | 1 33 | tags ⠏ | 0 | task ✔ | 1 | task ⠏ | 0 | thumbnail ⠼ | 5 | thumbnail ⠙ | 12 | thumbnail ⠧ | 18 | thumbnail ⠋ | 21 | thumbnail ⠏ | 30 | thumbnail ⠴ | 36 | thumbnail ⠏ | 40 | thumbnail ✔ | 40 | thumbnail ⠏ | 0 | users ⠼ | 5 | users ✔ | 8 | users ⠏ | 0 | utils ⠧ | 1 17 | utils ✔ | 1 17 | utils ⠏ | 0 | vanity ⠙ | 2 | vanity ✔ | 2 | vanity ⠏ | 0 | variant ⠴ | 6 | variant ✔ | 10 | variant ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 9.8 s ── Skipped tests (8) ─────────────────────────────────────────────────────────── • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1): 'test-parse.R:294:3' • On CRAN (5): 'test-content.R:51:5', 'test-groups.R:114:5', 'test-groups.R:120:5', 'test-print.R:16:3', 'test-utils.R:59:3' • not implemented yet (1): 'test-connect.R:33:3' • not tested yet (1): 'test-tags.R:40:3' [ FAIL 0 | WARN 1 | SKIP 8 | PASS 494 ] > > proc.time() user system elapsed 9.25 1.84 11.09