-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
{usethis} should move to Imports rather than Suggests? #193
Comments
Yes! I agree. The logic had changed since adding usethis |
Going to adjust internal logic to not require usethis for recordings. -> Going to keep usethis as Suggests. |
I don't want to open a new issue, so I'll mention here: |
( Moved to new issue #198 ) |
* Adjust logic for `write_union` to not require usethis Fixes #193 * Make sure test file opens in RStudio when done Fixes #194 * Disable dev website. Changes need to be made now * Make sure images are always included Fixes #195 * `$get_screenshot()` is displayed in the graphics device or plots tab Fixes #196 * Safe guard vdiffr * Mention installing `{diffviewer}` Fixes #198 * Rename `app_screenshot()` -> `app_get_screenshot()` * Update NEWS.md
I just tried installing {shinytest2} in a brand new environment. Running
shinytest2::record_test()
was working fine all the way until the end when I clicked the "Save test and exit" button. Clicking that button resulted in an error in the console:To me this suggests that {usethis} is an essential package and should be automatically installed when {shinytest2} is installed. Since
record_test()
is the recommended way of using this package, that function should work out of the box.Feel free to close this issue if you disagree :)
The text was updated successfully, but these errors were encountered: