rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
316 stars 62 forks source link

Adds Databricks integration (#839) #841

Closed edgararuiz closed 1 month ago

edgararuiz commented 1 month ago

Details

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.

==> 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)

github-actions[bot] commented 1 month ago

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.