-
Notifications
You must be signed in to change notification settings - Fork 12
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
Verify module dependencies are installed #106
Conversation
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.
Overall testing this seemed good - it was able to break a module and then that verification process failed (which should stop the whole analysis until it is user resolved, so that's good).
However, I have big concerns about the calls to privaterenv
functions and its difficult for me to understand their usage and the implications of it.
@azimov Thanks for the review! The latest commit should address the issues you raised. Please let me know and hopefully this should be ready to merge. |
Happy with these changes now, just needs the conflicts to be resolved and should be ready to merge |
This PR aims to address problems surfaced in #75 that will prevent Strategus from running an analysis if there are issues detected from restoring the dependencies via
renv::restore()
.