-
-
Notifications
You must be signed in to change notification settings - Fork 15
Address issues related to testing with shinytest2 the examples #915
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
Conversation
Code Coverage SummaryDiff against mainResults for commit: bb0d111 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 23 suites 2s ⏱️ Results for commit bb0d111. ♻️ This comment has been updated with latest results. |
|
Hi team @insightsengineering/nest-core-dev . Can someone check this PR? |
m7pr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R CMD does not raise errors
── R CMD check results ──────────────────────────────────────────────────────────────── teal.modules.general 0.5.0.9002 ────
Duration: 2m 26.9s
❯ checking whether package 'teal.modules.general' can be installed ... [13s] WARNING
See below...
❯ checking package dependencies ... NOTE
Imports includes 34 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
❯ checking for future file timestamps ... NOTE
unable to verify current time
0 errors ✔
Pull Request
Attempts to fix https://github.com/insightsengineering/coredev-tasks/issues/536 on this package.
load_allinside test-examples.For testing 2 create a new file and add a new file and document to add this example:
Then for all check with
R CMD checkordevtools::test(filter = "examples")from plain R session.