-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Ensures required packages are in Imports section #774
Conversation
Code Coverage Summary
Diff against main
Results for commit: ad8ba68 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 22 suites 13m 33s ⏱️ Results for commit 2b95fad. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Results for commit f6c831f ♻️ This comment has been updated with latest results. |
@averissimo is this still relevant? |
@m7pr it is, although it needs a new pass to make sure that nothing new has created a conflict here I'm moving it to draft |
* main: (42 commits) [skip actions] Bump version to 0.3.0.9061 Stop R process if AppDriver fails in `test-examples` (#820) [skip actions] Bump version to 0.3.0.9060 87 remove datasets - decrease package size (#818) [skip actions] Bump version to 0.3.0.9059 Fix documentation note about links on r-devel (#817) [skip actions] Bump version to 0.3.0.9058 get back staged deps config (#816) [skip actions] Bump version to 0.3.0.9057 add setup-r-dependencies (#815) [skip actions] Bump version to 0.3.0.9056 Teal version bump (#814) [skip actions] Bump version to 0.3.0.9055 🗃️ `decorators` feature branch (#795) [skip actions] Bump version to 0.3.0.9054 `teal.data::datanames()` is deprecated in favor of dot-prefix and `names()` (#794) [skip actions] Bump version to 0.3.0.9053 Adds `roxy.shinylive` to pre-commit configuration (#793) [skip actions] Bump version to 0.3.0.9052 add rmarkdown to VignetteBuilder (#792) ...
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.
I left a couple of comments, as I haven't checked the code locally yet
I thought this could affect the release, and the scheduled CI, so decided to pick it. I updated the PR and fixed a note about lifecycle.
Feel free to review it @m7pr and decide how to proceed. |
Thanks @llrs-roche |
Started the job in here https://github.com/insightsengineering/teal.modules.general/actions/runs/12787826187 |
needed to vbump teal.reporter, restarting the job |
Scheduled job is still failing because of the inability to install teal.slice. |
Needed to extend extra-deps parameter of the job configuration (Scheduled yaml in .github/workflows folder) so that min version of teal.slice is installed, but the DESCRIPTION file is not polluted as this package is not really a direct dependency of tmg New job https://github.com/insightsengineering/teal.modules.general/actions/runs/12807745141 |
…gineering/teal.modules.general into 518-pkgs_imports@main
…can not be installed
Also specified version of SummarizedExperiment in extra-deps for teal.slice. So a 3rd level dependency. |
Also added MultiAssayExperiment to extra-deps, to get teal.slice to install. |
Specified min versions of all dependencies, and rerunning the job https://github.com/insightsengineering/teal.modules.general/actions/runs/12826697262 |
Pull Request
Fixes #518
Note on removals:
broom
as thebroom:glances
method can be replaced withgenerics::glances
Changes description
{broom}
dependencyrlang
conditionally