-
-
Couldn't load subscription status.
- Fork 3
Remove lookup-refs #204
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
Remove lookup-refs #204
Conversation
|
✅ All contributors have signed the CLA |
Code Coverage SummaryDiff against mainResults for commit: b56e0bd Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 11 suites 14s ⏱️ Results for commit b56e0bd. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Results for commit a1dfdb9 ♻️ This comment has been updated with latest results. |
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |
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.
The three packages were published on CRAN so no Remotes is needed. Nice!
Part of https://github.com/insightsengineering/coredev-tasks/issues/609
From now on, we will provide development dependencies in
format, so it's explicitly visible in the DESCRIPTION file and can be handled by
pak::install,renv::installandremotes::install.With development dependencies specified in CJ Pipelines configuration, this connection was hidden, and it was hard to install the package from the main branch (or any other branch) locally from user's machine.