Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Imports:
renv (>= 0.8.0),
curl,
promises,
digest
digest,
cli
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this to Suggests and check for it before running the main function

Remotes:
rstudio/htmltools,
rstudio/shinytest
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ S3method(question_ui_initialize,default)
S3method(question_ui_try_again,default)
export(answer)
export(available_tutorials)
export(check_exercise)
export(correct)
export(disable_all_tags)
export(duplicate_env)
Expand Down
Loading