-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add snapshot test for
no_prompt = FALSE
- Loading branch information
Showing
2 changed files
with
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# quarto_use_binder works | ||
|
||
Code | ||
quarto_use_binder(no_prompt = FALSE) | ||
Condition | ||
Error in `quarto_use_binder()`: | ||
! `quarto use binder` requires explicit approval as it will write some configurations files to your project. | ||
> Set `no_prompt = TRUE` if you agree. | ||
i See more at <https://quarto.org/docs/projects/binder.html> | ||
|
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