CRAN Package Check Results for Package connectapi

Last updated on 2023-01-10 09:52:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 17.95 88.54 106.49 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 13.58 65.74 79.32 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 129.14 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 151.74 ERROR
r-devel-windows-x86_64 0.1.2 126.00 131.00 257.00 ERROR
r-patched-linux-x86_64 0.1.2 19.80 78.84 98.64 ERROR
r-release-linux-x86_64 0.1.2 18.16 77.54 95.70 ERROR
r-release-macos-arm64 0.1.2 50.00 OK
r-release-macos-x86_64 0.1.2 56.00 OK
r-release-windows-x86_64 0.1.2 156.00 115.00 271.00 ERROR
r-oldrel-macos-arm64 0.1.2 50.00 OK
r-oldrel-macos-x86_64 0.1.2 62.00 OK
r-oldrel-windows-ix86+x86_64 0.1.2 30.00 105.00 135.00 ERROR

Check Details

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘test-integrated.R’ [1s/2s]
     Running ‘testthat.R’ [4s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ✔ | 3 | audit [0.2s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ⠦ | 7 | verify_content_name
     ✔ | 9 | verify_content_name [0.1s]
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠴ | 1 5 | deploy
     ⠏ | 1 9 | deploy
     ✖ | 1 9 | deploy [0.2s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠦ | 2 15 | vec_cast
     ✔ | 2 16 | vec_cast [0.1s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠙ | 1 11 | connect_tag_tree
     ⠋ | 1 20 | connect_tag_tree
     ⠹ | 1 32 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.5s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ⠼ | 1 14 | utils
     ✔ | 1 14 | utils [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 2.7 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘test-integrated.R’ [1s/2s]
     Running ‘testthat.R’ [3s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ⠙ | 2 | audit
     ✔ | 3 | audit [0.2s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.6s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ⠇ | 9 | verify_content_name
     ✔ | 9 | verify_content_name [0.1s]
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠼ | 1 4 | deploy
     ⠏ | 1 9 | deploy
     ✖ | 1 9 | deploy [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠧ | 2 16 | vec_cast
     ✔ | 2 16 | vec_cast [0.1s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠹ | 1 12 | connect_tag_tree
     ⠦ | 1 26 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ✔ | 1 14 | utils [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 2.7 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘test-integrated.R’
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ✔ | 3 | audit [0.3s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ⠧ | 8 | verify_content_name
     ✔ | 9 | verify_content_name [0.1s]
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠼ | 1 4 | deploy
     ⠧ | 1 7 | deploy
     ⠏ | 1 9 | deploy
     ✖ | 1 9 | deploy [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠼ | 2 3 | vec_cast
     ⠧ | 2 16 | vec_cast
     ✔ | 2 16 | vec_cast [0.2s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠹ | 1 12 | connect_tag_tree
     ⠇ | 1 28 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ⠸ | 14 | utils
     ✔ | 1 14 | utils [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 3.1 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘test-integrated.R’
     Running ‘testthat.R’ [17s/17s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ✔ | 3 | audit [0.2s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ⠇ | 9 | verify_content_name
     ✔ | 9 | verify_content_name [0.1s]
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠼ | 1 4 | deploy
     ⠇ | 1 8 | deploy
     ✖ | 1 9 | deploy [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠙ | 2 10 | vec_cast
     ✔ | 2 16 | vec_cast [0.2s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠹ | 1 12 | connect_tag_tree
     ⠦ | 1 26 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ⠸ | 14 | utils
     ✔ | 1 14 | utils [11.8s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 14.2 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'test-integrated.R' [2s]
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ✔ | 3 | audit [0.2s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ✔ | 9 | verify_content_name
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠼ | 1 4 | deploy
     ⠇ | 1 8 | deploy
     ✖ | 1 9 | deploy [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠴ | 2 14 | vec_cast
     ✔ | 2 16 | vec_cast [0.2s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠹ | 1 12 | connect_tag_tree
     ⠏ | 1 29 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ⠼ | 1 14 | utils
     ✔ | 1 14 | utils [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 2.6 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘test-integrated.R’ [1s/1s]
     Running ‘testthat.R’ [4s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ✔ | 3 | audit [0.1s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.5s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ⠇ | 9 | verify_content_name
     ✔ | 9 | verify_content_name [0.1s]
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠼ | 1 4 | deploy
     ⠇ | 1 8 | deploy
     ✖ | 1 9 | deploy [0.2s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠇ | 2 7 | vec_cast
     ✔ | 2 16 | vec_cast [0.2s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠸ | 1 13 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ✔ | 1 14 | utils [0.2s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 2.4 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘test-integrated.R’ [1s/2s]
     Running ‘testthat.R’ [4s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ✔ | 3 | audit [0.1s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ✔ | 9 | verify_content_name [0.1s]
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠸ | 1 3 | deploy
     ⠇ | 1 8 | deploy
     ✖ | 1 9 | deploy [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠴ | 2 14 | vec_cast
     ✔ | 2 16 | vec_cast [0.1s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠹ | 1 12 | connect_tag_tree
     ⠙ | 1 31 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ✔ | 1 14 | utils [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 2.6 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'test-integrated.R' [2s]
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     ✔ | F W S OK | Context
    
     ⠏ | 0 | audit
     ⠏ | 0 | audit
     ✔ | 3 | audit [0.1s]
    
     ⠏ | 0 | connect
     ⠏ | 0 | test Connect R6 class
     ✔ | 5 | test Connect R6 class
    
     ⠏ | 0 | connect
     ⠋ | 1 | connect
     ✔ | 1 1 | connect [0.6s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | content
     ⠏ | 0 | verify_content_name
     ✔ | 9 | verify_content_name
    
     ⠏ | 0 | create_random_name
     ✔ | 3 | create_random_name
    
     ⠏ | 0 | deploy
     ⠏ | 0 | deploy
     ⠼ | 1 4 | deploy
     ⠇ | 1 8 | deploy
     ✖ | 1 9 | deploy [0.3s]
     ────────────────────────────────────────────────────────────────────────────────
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | parse
     ⠏ | 0 | vec_cast
     ⠦ | 2 15 | vec_cast
     ✔ | 2 16 | vec_cast [0.1s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | make_timestamp
     ✔ | 7 | make_timestamp
    
     ⠏ | 0 | swap_timestamp_format
     ✔ | 7 | swap_timestamp_format
    
     ⠏ | 0 | ensure_column
     ✔ | 1 8 | ensure_column
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | print
     ⠏ | 0 | test printing
     ✔ | 1 | test printing
    
     ⠏ | 0 | tags
     ⠏ | 0 | connect_tag_tree
     ⠹ | 1 12 | connect_tag_tree
     ⠴ | 1 25 | connect_tag_tree
     ⠸ | 1 33 | connect_tag_tree
     ✔ | 1 33 | connect_tag_tree [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     ────────────────────────────────────────────────────────────────────────────────
    
     ⠏ | 0 | utils
     ⠏ | 0 | utils
     ⠇ | 9 | utils
     ✔ | 1 14 | utils [0.4s]
     ────────────────────────────────────────────────────────────────────────────────
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     ────────────────────────────────────────────────────────────────────────────────
    
     ══ Results ═════════════════════════════════════════════════════════════════════
     Duration: 2.6 s
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     • Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     • On CRAN (1)
     • failing currently (2)
     • not implemented yet (1)
     • not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'test-integrated.R' [2s]
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(connectapi)
     >
     > progress_reporter <- ProgressReporter$new(max_failures = 1000)
     > check_reporter <- CheckReporter$new(file = fs::path("check-results-check.txt"))
     >
     > reporter_list <- list(progress_reporter, check_reporter)
     >
     > if (as.logical(Sys.getenv("IS_JENKINS", "FALSE"))) {
     + junit_reporter <- JunitReporter$new(file = fs::path("check-results-junit.xml"))
     + reporter_list <- c(reporter_list, list(junit_reporter))
     + }
     > multi_reporter <- MultiReporter$new(reporters = reporter_list)
     >
     > test_check("connectapi", reporter = multi_reporter)
     v | F W S OK | Context
    
     / | 0 | audit
     / | 0 | audit
     v | 3 | audit [0.1s]
    
     / | 0 | connect
     / | 0 | test Connect R6 class
     v | 5 | test Connect R6 class
    
     / | 0 | connect
     - | 1 | connect
     v | 1 1 | connect [0.6s]
     --------------------------------------------------------------------------------
     Skip ('test-connect.R:44'): version is validated
     Reason: not implemented yet
     --------------------------------------------------------------------------------
    
     / | 0 | content
     / | 0 | verify_content_name
     v | 9 | verify_content_name
    
     / | 0 | create_random_name
     v | 3 | create_random_name
    
     / | 0 | deploy
     / | 0 | deploy
     - | 1 4 | deploy
     - | 1 8 | deploy
     x | 1 9 | deploy [0.3s]
     --------------------------------------------------------------------------------
     Failure ('test-deploy.R:17'): dashboard_url_chr fails with invalid inputs
     `dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))` threw an error with unexpected class.
     Expected class: purrr_error_bad_element_length
     Actual class: vctrs_error_incompatible_size/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition
     Message: Can't recycle `.l$x` (size 3) to match `.l$z` (size 2).
     Backtrace:
     1. testthat::expect_error(...)
     at test-deploy.R:17:2
     6. connectapi::dashboard_url_chr(c("a", "b", "c"), "d", c("e", "f"))
     7. purrr::pmap_chr(...)
     --------------------------------------------------------------------------------
    
     / | 0 | parse
     / | 0 | vec_cast
     / | 2 14 | vec_cast
     v | 2 16 | vec_cast [0.1s]
     --------------------------------------------------------------------------------
     Skip ('test-parse.R:4'): vec_cast.fs_bytes warns
     Reason: failing currently
    
     Skip ('test-parse.R:10'): vec_cast.POSIXct.character works
     Reason: failing currently
     --------------------------------------------------------------------------------
    
     / | 0 | make_timestamp
     v | 7 | make_timestamp
    
     / | 0 | swap_timestamp_format
     v | 7 | swap_timestamp_format
    
     / | 0 | ensure_column
     v | 1 8 | ensure_column
     --------------------------------------------------------------------------------
     Skip ('test-parse.R:103'): works with POSIXct
     Reason: Ahh! this fails presently. Are double -> POSIXct conversions allowed?
     --------------------------------------------------------------------------------
    
     / | 0 | print
     / | 0 | test printing
     v | 1 | test printing
    
     / | 0 | tags
     / | 0 | connect_tag_tree
     - | 1 12 | connect_tag_tree
     / | 1 31 | connect_tag_tree
     \ | 1 33 | connect_tag_tree
     v | 1 33 | connect_tag_tree [0.4s]
     --------------------------------------------------------------------------------
     Skip ('test-tags.R:35'): print methods work as expected
     Reason: not tested yet
     --------------------------------------------------------------------------------
    
     / | 0 | utils
     / | 0 | utils
     - | 9 | utils
     \ | 14 | utils
     v | 1 14 | utils [0.4s]
     --------------------------------------------------------------------------------
     Skip ('test-utils.R:48'): check_connect_version warning snapshot
     Reason: On CRAN
     --------------------------------------------------------------------------------
    
     == Results =====================================================================
     Duration: 2.6 s
    
     -- Skipped tests --------------------------------------------------------------
     * Ahh! this fails presently. Are double -> POSIXct conversions allowed? (1)
     * On CRAN (1)
     * failing currently (2)
     * not implemented yet (1)
     * not tested yet (1)
    
     [ FAIL 1 | WARN 0 | SKIP 6 | PASS 116 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64