-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Ports host and token functions * Starts board_databricks * Starts pin list * Removes pipes * Centralices content retreival adds pin_exists * Starts pin_meta function * Simplifies arguments, renames token and host functions * First pass at pin_store * Fixex hashed subfolder * Adds pin_versions * Improvements to cache path * Adds download file helper * Adds download step to meta, fixes cache discovery * Adds pin_fetch * Adds pin_delete, and all supporting functions * Assignes proper file rights to local cache * Passes all tests * Adds board_deparse * Adds required_pkgs * Starts testing * Avoids failing when checking contents of a folder, needed for prefix * Passes all tests * Fixes a pkg check finding * Starts documentation * Completes documentation * Adds NEWS item * Small fix to documentation, adds some instructions to tests * Properly handles lack of host or token * Fixes pkg_down failure, address oldrel-4 issue by reverting to older mode of `purrr`, and improves some tests * More consistent filename * More consistent filename * Edits to docs * Redocument * Update R/board_databricks.R Co-authored-by: Julia Silge <[email protected]> * Update R/board_databricks.R Co-authored-by: Julia Silge <[email protected]> * Removes reference to bucket, and re-documents * Little more doc refining * Try running tests in CI * Update snapshot --------- Co-authored-by: Julia Silge <[email protected]>
- Loading branch information
1 parent
58082a3
commit 770ef00
Showing
10 changed files
with
546 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ Suggests: | |
gitcreds, | ||
googleCloudStorageR, | ||
googledrive, | ||
httr2, | ||
ids, | ||
knitr, | ||
Microsoft365R, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.