R Under development (unstable) (2026-03-08 r89578 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. > library(testthat) > library(pins) > > test_check("pins") Guessing `type = 'rds'` The tzdb package is not installed. Timezones will not be available to Arrow compute functions. [ FAIL 0 | WARN 0 | SKIP 41 | PASS 131 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • No Databricks credentials found (1): 'test-board_databricks.R:27:1' • On CRAN (29): 'test-board_connect_bundle.R:21:1', 'test-board_connect_bundle.R:45:1', 'test-board_connect_server.R:10:1', 'test-board_connect_server.R:28:1', 'test-board_connect_server.R:57:1', 'test-board_connect_server.R:65:1', 'test-board_folder.R:1:1', 'test-board_folder.R:6:1', 'test-board_folder.R:30:1', 'test-board_folder.R:44:1', 'test-board_folder.R:80:1', 'test-board_url.R:2:1', 'test-meta.R:5:1', 'test-meta.R:16:1', 'test-meta.R:23:1', 'test-pin-read-write.R:40:1', 'test-pin-read-write.R:49:1', 'test-pin-read-write.R:70:1', 'test-pin-read-write.R:97:1', 'test-pin-read-write.R:110:1', 'test-pin-upload-download.R:12:1', 'test-pin-upload-download.R:44:1', 'test-pin_info.R:3:1', 'test-pin_info.R:18:1', 'test-pin_info.R:32:1', 'test-pin_versions.R:4:1', 'test-pin_versions.R:18:1', 'test-pin_versions.R:31:1', 'test-pin_versions.R:72:1' • board_azure() tests require PINS_AZURE_KEY (3): 'test-board_azure_adls2.R:1:1', 'test-board_azure_blob.R:1:1', 'test-board_azure_file.R:1:1' • board_connect_test() requires CONNECT_API_KEY or Posit's demo PTD server (4): 'test-board_connect.R:2:1', 'test-board_connect_url.R:4:3', 'test-board_connect_url.R:22:3', 'test-board_connect_url.R:33:3' • board_gcs() tests require PINS_GCS_PASSWORD (1): 'test-board_gcs.R:1:1' • board_gdrive() tests require PINS_GDRIVE_USE_PERSONAL (1): 'test-board_gdrive.R:1:1' • board_ms365() tests require PINS_MS365_TEST_DRIVE (1): 'test-board_ms365.R:1:1' • board_s3() tests require PINS_AWS_ACCESS_KEY, PINS_AWS_SECRET_ACCESS_KEY (1): 'test-board_s3.R:1:1' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 131 ] > > proc.time() user system elapsed 7.85 1.04 9.17