-
Notifications
You must be signed in to change notification settings - Fork 4
fix for new tidyselect #166
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
| dplyr::select(.data$package_name, .data$cache_dir, .data$actions, .data$sha, .data$installable) | ||
| pkg_df %>% | ||
| dplyr::arrange(.data$install_index) %>% | ||
| dplyr::select("package_name", "cache_dir", "actions", "sha", "installable") |
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.
changed here
|
Yes, I'll release this update and also update the GitHub action to use the new version. |
cicdguy
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.
LGTM
Code Coverage SummaryResults for commit: 509b8fb Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
So CI is failing - please fix them Other than that, I logged into our internal env, did
|
|
So @cicdguy is working on the CI at the moment (it's to do with the action). |
|
OMG sorry - I was testing on main. It seems that all is good on your branch. |
pawelru
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.
Once CI is fixed it's good to go
|
@cicdguy - just making sure this doesn't drop off our radar |

Also styles the package
@cicdguy if you want to release this and update gh action then I'm happy to - I think the release process is manually change the version in DESC and update NEWS - then push tag beginning and it'll release.
We could do with the updated pkgdown to be built as well and to sync the renv.lock with the CI image ?