We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{httr}
{httr2}
shinytest2 uses httr as a dependency, but httr is deprecated.
I'm using httr2 for my R projects, but I still need httr just to run shinytest2; otherwise, shinytest2::test_app('app') throws the following error:
shinytest2::test_app('app')
Caused by error in `loadNamespace()`: ! there is no package called ‘httr’
Will shinytest2 be updated to httr2 in the near future?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
shinytest2 uses httr as a dependency, but httr is deprecated.
I'm using httr2 for my R projects, but I still need httr just to run shinytest2; otherwise,
shinytest2::test_app('app')
throws the following error:Will shinytest2 be updated to httr2 in the near future?
The text was updated successfully, but these errors were encountered: