-
Notifications
You must be signed in to change notification settings - Fork 23
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
Investigate upgrading ‘tidymodels’ / Upgrade R #485
Comments
I've noticed we are installing R in the base image but then also using R from Anaconda. |
I will investigate updating the Anaconda base environment to 4.3.1. |
We only install Anaconda on the remote desktop image which means all other images have an unmanaged Anaconda installation. I moved the Anaconda installation block from the remote desktop Dockerfile and I moved it into one of the dockerbits shared by all images. This way we can update the Anaconda environment for all images in one go resulting in greater consistency and we also get more control over versioning. |
This issue has uncovered another issue: we don't have a consistent Anaconda installation across our images and all images seem to be stuck using an older version of Anaconda. Perhaps the Anaconda version is being pinned somewhere. The work of updating Anaconda in order to have the latest R packages such as tidymodels, will be tracked with the following ticket: #496 |
I am able to install the latest version of tidymodels==1.1.0 but I am unable to import the package.
In order to upgrade this package we may need to upgrade R.
The text was updated successfully, but these errors were encountered: