R Under development (unstable) (2023-11-08 r85496 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 58 | PASS 164 ] ══ Skipped tests (58) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-board_connect_bundle.R:37:3', 'test-board_connect_bundle.R:42:3', 'test-board_connect_server.R:22:3', 'test-board_connect_server.R:31:3', 'test-board_connect_server.R:51:3', 'test-board_connect_server.R:60:3', 'test-board_folder.R:1:1', 'test-board_folder.R:9:3', 'test-board_folder.R:34:3', 'test-board_folder.R:42:3', 'test-board_folder.R:88:3', 'test-board_url.R:2:1', 'test-legacy_board.R:2:3', 'test-legacy_datatxt.R:4:3', 'test-legacy_datatxt.R:16:3', 'test-legacy_datatxt.R:25:3', 'test-legacy_datatxt.R:35:3', 'test-legacy_local.R:43:3', 'test-legacy_packages.R:23:3', 'test-legacy_registry.R:30:3', 'test-meta.R:13:3', 'test-meta.R:20:3', 'test-meta.R:24:3', 'test-pin-delete.R:11:3', 'test-pin-meta.R:2:3', 'test-pin-read-write.R:35:3', 'test-pin-read-write.R:41:3', 'test-pin-read-write.R:62:3', 'test-pin-read-write.R:84:3', 'test-pin-read-write.R:92:3', 'test-pin-upload-download.R:17:3', 'test-pin-upload-download.R:46:3', 'test-pin-upload-download.R:61:3', 'test-pin.R:3:1', 'test-pin_info.R:5:3', 'test-pin_info.R:23:3', 'test-pin_info.R:33:3', 'test-pin_search.R:27:3', 'test-pin_versions.R:8:3', 'test-pin_versions.R:18:3', 'test-pin_versions.R:32:3', 'test-pin_versions.R:58:3', 'test-pin_versions.R:82:3' • 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() tests requires `creds.rds` (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' • legacy_azure() tests require TEST_AZURE_CONTAINER, TEST_AZURE_ACCOUNT, TEST_AZURE_KEY (1): 'test-legacy_azure.R:16:1' • legacy_gcloud() tests require TEST_GOOGLE_BUCKET (1): 'test-legacy_gcloud.R:12:1' • legacy_github() tests require TEST_GITHUB_REPO, TEST_GITHUB_BRANCH (1): 'test-legacy_github.R:1:1' • legacy_s3() tests require TEST_AWS_BUCKET, TEST_AWS_KEY, TEST_AWS_SECRET, TEST_AWS_REGION (1): 'test-legacy_s3.R:14:1' [ FAIL 0 | WARN 0 | SKIP 58 | PASS 164 ] > > proc.time() user system elapsed 7.73 0.85 8.59