-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: fix conda installs #54
Conversation
rokroskar
commented
Oct 5, 2023
- removes the defaults channel to avoid conda install timeouts
- uses mamba instead of conda
So the renv template does not build. Not because of this change though - or at least I think not:
|
I will approve because the error in the renv template is in the bash script that installs r packages with renv not in the stuff we changed. |
Thanks @olevski - @RichardJActon would you be able to have a look at this error? |
@rokroskar yes - I'll take a look. The log suggests it's trying to download renv from an incorrect url |
Thank you!! |