Skip to content
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

min deps #517

Closed
wants to merge 11 commits into from
Closed

min deps #517

wants to merge 11 commits into from

Conversation

pawelru
Copy link
Contributor

@pawelru pawelru commented May 26, 2023

WIP

@github-actions
Copy link
Contributor

github-actions bot commented May 30, 2023

🧪 $Test coverage: 98.38%$

Code Coverage Summary

Filename                     Stmts    Miss  Cover    Missing
-------------------------  -------  ------  -------  ----------------
R/ael01_nollt.R                 17       1  94.12%   61
R/aet01_aesi.R                 147       1  99.32%   209
R/aet01.R                       92       1  98.91%   156
R/aet02.R                       57       0  100.00%
R/aet03.R                       76       0  100.00%
R/aet04.R                       88       0  100.00%
R/aet10.R                       42       0  100.00%
R/assertions.R                  99       6  93.94%   88-93
R/cfbt01.R                     116       0  100.00%
R/checks.R                      14       0  100.00%
R/chevron_tlg-S4class.R         21       0  100.00%
R/chevron_tlg-S4methods.R      109       0  100.00%
R/cmt01a.R                      76       0  100.00%
R/coxt02.R                      40       1  97.50%   114
R/dmt01.R                       26       0  100.00%
R/dst01.R                       94       0  100.00%
R/dtht01.R                     102       6  94.12%   48, 52-56
R/egt02.R                       36       0  100.00%
R/egt03.R                       61       1  98.36%   127
R/egt05_qtcat.R                 63       0  100.00%
R/ext01.R                       46       4  91.30%   110-111, 115-116
R/fstg01.R                      42       1  97.62%   95
R/kmg01.R                       28       1  96.43%   69
R/lbt04.R                       69       0  100.00%
R/lbt05.R                       66       5  92.42%   125-130
R/lbt06.R                       63       3  95.24%   132-135
R/lbt07.R                       93       0  100.00%
R/lbt14.R                       57       0  100.00%
R/mht01.R                       71       0  100.00%
R/mng01.R                      113       1  99.12%   128
R/pdt01.R                       59       0  100.00%
R/pdt02.R                       66       0  100.00%
R/rmpt01.R                      46       2  95.65%   90, 110
R/rspt01.R                      73       3  95.89%   156-159
R/rtables_utils.R              161       2  98.76%   41, 98
R/standard_rules.R              11       0  100.00%
R/ttet01.R                     126       3  97.62%   226-229
R/utils.R                       50       0  100.00%
R/vst02.R                       46       1  97.83%   106
TOTAL                         2662      43  98.38%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: 2859c3d2f35044cd2a60b2550f3a37a28664d14e

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@github-actions
Copy link
Contributor

github-actions bot commented May 30, 2023

Unit Tests Summary

    1 files    43 suites   2m 20s ⏱️
192 tests 145 ✔️   47 💤 0
398 runs  286 ✔️ 112 💤 0

Results for commit 40a2825.

♻️ This comment has been updated with latest results.

Comment on lines +7 to +10
workflow_dispatch:
push:
branches:
- min_deps
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to remove it once completed

Suggested change
workflow_dispatch:
push:
branches:
- min_deps

@pawelru
Copy link
Contributor Author

pawelru commented Jun 2, 2023

release integration failed because tidyverse/purrr@v1.0.1 points at the commit with package version 1.0.0.9000 hence the criterion >= 1.0.1 is not satisfied

lol

Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com>
@averissimo
Copy link
Contributor

Closed in favor of #582 that implements new strategies min_isolated and min_cohort

@averissimo averissimo closed this Jul 27, 2023
@averissimo averissimo mentioned this pull request Jul 27, 2023
11 tasks
@cicdguy cicdguy deleted the min_deps branch September 6, 2023 13:20
clarkliming pushed a commit that referenced this pull request Dec 18, 2023
WIP :: parent issue:
insightsengineering/nestdevs-tasks#7

Supersede:
- #517 

### 🔴 Checklist for PR Reviewer

- [ ] Tag yourself next to this repo on
insightsengineering/nestdevs-tasks#7
- [ ] Package versions are the same or higher than `main`
- [ ] Package list is the same
- [ ] All packages in `Imports`, `Depends` & `Suggests` are in new
section `Config/Needs/verdepcheck`
- [ ] Added entry to `NEWS.md`
- [ ] Last `scheduled.yaml` action was run succesfully _(all 4
strategies)_
- important: it's not the last commit, it's the one that runs 4
`Scheduled 🕰️ / Dependency` actions
- [ ] `scheduled.yaml` SHOULD NOT have any push on any branches

### 🔴 What's needed before merging?

This PR depends on some upstream changes that need to be
finalized/merged before being ready to review.

#### Change in code

* `verdepcheck.yml` action (see comments)
  - [x] Remove `on: push` section 
  - [x] Change branch to main

#### PRS

- [ ] verdepcheck
  * insightsengineering/verdepcheck#24
  * insightsengineering/verdepcheck#26
- [ ] verdepcheck-action
  * insightsengineering/r-verdepcheck-action#16

### Changes description

* Adds minimum version for packages `DESCRIPTION`
* Adds `Config/Need/verdepcheck` section in `DESCRIPTION`
* Updates verdepcheck action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants