Closed edgararuiz closed 1 month ago
board_databricks()
prefix
pin_list
pin_exists
pin_meta
pin_store
pin_versions
pin_fetch
pin_delete
pin_version_delete
board_deparse
required_pkgs
test_api_basic()
test_api_versioning()
test_api_meta()
I am emulating how the other boards implement required_pkgs, but I still get Warnings. Not sure how to address, or if I should address it in this PR.
==> Testing R file using 'testthat' ℹ Loading pins [ FAIL 0 | WARN 2 | SKIP 0 | PASS 38 ]Guessing `type = 'rds'` [ FAIL 0 | WARN 2 | SKIP 0 | PASS 61 ] ── Warning (test-board-databricks.R:10:1): can find board required pkgs ──────── Adding new snapshot: Code required_pkgs(board) Output [1] "httr2" ── Warning (test-board-databricks.R:11:1): can find board required pkgs ──────── Adding new snapshot: Code required_pkgs(board) Output [1] "httr2" [ FAIL 0 | WARN 2 | SKIP 0 | PASS 61 ] Test complete
(Fixes #839)
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Details
board_databricks()
, with support forprefix
pin_list
,pin_exists
,pin_meta
,pin_store
,pin_versions
,pin_fetch
,pin_delete
,pin_version_delete
,board_deparse
andrequired_pkgs
test_api_basic()
,test_api_versioning()
,test_api_meta()
.Test Results
I am emulating how the other boards implement
required_pkgs
, but I still get Warnings. Not sure how to address, or if I should address it in this PR.(Fixes #839)