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

Website can't build because of unstable dependencies between lcmmtp and mlrsuperlearner #11

Open
lwjohnst86 opened this issue Jun 6, 2024 · 0 comments
Assignees

Comments

@lwjohnst86
Copy link
Member

Right now, at least without setting up an renv environment to better track and install packages, the website won't be able to build. That's because lcmmtp package formally depends on 0.1.3 of mlr3superlearner (only found in the Screener branch) while the mlr3superlearner's main branch only has a version of 0.1.1, which the R dependency installer can't resolve effectively. I am just going through the code and I will set eval to false for those sessions that use lcmmtp until that is resolved. In general, you want to avoid using/depending on too many GitHub packages, since unlike CRAN, they don't check changes in downstream dependencies.

@danielibsen danielibsen self-assigned this Jun 6, 2024
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

No branches or pull requests

2 participants