-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
643 potential removal of dependencies #663
643 potential removal of dependencies #663
Conversation
Just to summarize main changes
|
Will take a look on my own now. |
All 3 packages would be caught if we did not use prefixes but would go with the other school that uses |
I actually used your code @chlebowa from here https://github.com/insightsengineering/idr-tasks/issues/632#issuecomment-1708247088 to detect |
|
Funny that checks had passed without |
Sorry that I missed extra_packages <- c("ggpmisc", "ggExtra", "colourpicker")
missing_packages <- Filter(function(x) !requireNamespace(x, quietly = TRUE), extra_packages) |
Maybe, but R sometimes warns about |
Ok, so besides tools, this is good to go. R CMD does not warn about it so I think we can skip it, |
missed commit --------- Signed-off-by: Aleksander Chlebowski <[email protected]>
Closes #643