-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
r-base v4.2.0 #205
r-base v4.2.0 #205
Conversation
…nda-forge-pinning 2022.04.21.23.08.27
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@dpryan79, windows build needs a UCRT build of the toolchain. See conda-forge/conda-forge.github.io#1654 |
Ah, thanks for the heads up @isuruf, I won't bother further with the windows builds for the moment then. |
Maybe someone with access to PPC64 or ARM can check what library isn't getting linked correctly there. |
@nturaga As mentioned on gitter |
Anything I can do to help resolve this issue? Happy to devote some time later this week. |
Is anyone able to debug the aarch64 and ppc64le failures? |
Seems like they're both hitting the same error:
I'll see if I can spin up an EC2 instance and try to install R 4.2.0 on ARM |
@conda-forge-admin, rerender |
…nda-forge-pinning 2022.05.22.06.13.52
@isuruf Looks like a download step for the Windows build timed out:
|
@conda-forge-admin please rerender The most recent build issue (just hit rerun) suggests a CI setup issue on windows. |
…nda-forge-pinning 2022.05.31.00.48.42
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/r-base-feedstock/actions/runs/2413901918. |
The error on windows is now:
Should the static library be present in the windows ICU package? |
If the Windows build is taking a while to fix, could just the Linux and OSX builds be updated on conda-forge for now? (By putting old recipe lines under [win] tags and adding the new recipe lines under [unix] tags). |
Hi, I'm not sure to understand everything here but integration progress is stuck because of windows stuffs but, Is there finally a way to install 4.2 only for Linux via conda ? Is there any solution that would be provide in a close future , at least for linux, is this possible ? Forgot what I said, it works now. Tks
|
@ZheFrench 4.2.0 isn't on conda-forge yet, so that shouldn't work -- that's the point of this pull request |
@ZheFrench You likely pulled r-base 4.2.0 from the r/defaults channel. Mixing conda-forge and defaults can quickly lead to problems with your conda environments. https://anaconda.org/r/r-base/files?version=4.2.0 If you're mainly doing bioinformatics tasks in Linux, I recommend you explicitly ignore the defaults channel by specifying your preferred channels in a user-level conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict This essentially states: "always download from conda-forge unless the package is completely missing, in which case search bioconda". After running the above commands, your $ cat ~/.condarc
channels:
- conda-forge
- bioconda
channel_priority: strict |
In case it could be useful, I have built R 4.2.0 for linux-64 and osx-64 using the updated recipe in this PR and then uploaded them to my personal channel. https://anaconda.org/jdblischak/r-base/files?version=4.2.0 You can install R 4.2.0 with:
Note that while this will install a conda-forge-compatible r-base into your conda env, it's quite limited since the rest of the conda-forge ecoystem hasn't built the conda R packages for R 4.2.0 yet. In other words, you'll need to install the source packages from CRAN instead of the binaries from anaconda.org Here's how I created these packages:
|
Maybe we just disable windows for now and start the migration? |
@conda-forge/r-base Since this has been stuck for 3 months I propose we skip windows for now and continue on. If no one objects in the next week I'll go ahead and do that. |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin please rerender |
👍 from me |
…nda-forge-pinning 2022.08.01.12.11.42
Would other R packages like r-tidyverse automatically get pull requests from conda-forge bots for the 4.2 update? |
Only once the migration begins |
Windows seems to have been entirely left behind. Linux is now at 4.3+, which is great. Is there any plan to debug Windows compilation? |
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.Pending Dependency Version Updates
Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.
Dependency Analysis
We couldn't run dependency analysis due to an internal error in the bot. :( Help is very welcome!
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/2207946089, please use this URL for debugging.