-
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.
Revamp
board_url()
to handle manifest files (#681)
* Stash work on versioned board_url * Get started on `board_url()` changes after manifest work * Fix `pin_meta` method * Update test to accommodate `is_testing()` * Update `pin_meta` to check for versioning * Update NEWS * Get rid of "No encoding supplied: defaulting to UTF-8." * Rename to `end_with_slash()` * Pass through other board args correctly * Update R/board_url.R Co-authored-by: Hadley Wickham <[email protected]> * Feedback from code review * Test error messages better * Update test for new error message * simplify url-patching for manifest (#686) * Add example for manifest file * Update from master to main * Update R/board_url.R Co-authored-by: Hadley Wickham <[email protected]> * Update R/board_url.R Co-authored-by: Hadley Wickham <[email protected]> * Fix up error message handling * Remember that paste0 is already vectorized * Remove unnecessary `which()` Co-authored-by: Hadley Wickham <[email protected]> Co-authored-by: Ian Lyttle <[email protected]>
- Loading branch information
1 parent
116b117
commit fd1708f
Showing
11 changed files
with
334 additions
and
62 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
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
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.