Skip to content

Commit 5a84e6a

Browse files
jaimergpisuruf
andauthored
Blog: R support in conda-forge (#2666)
Co-authored-by: Isuru Fernando <[email protected]>
1 parent 268dbd7 commit 5a84e6a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

blog/2025-11-22-r-support.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
authors:
3+
- r
4+
tags: [infrastructure]
5+
---
6+
7+
# R support in conda-forge
8+
9+
Earlier this month, Anaconda [announced](https://www.anaconda.com/blog/changes-to-anacondas-r-channel-support) that they are deprecating the `r` channel bundled in the `defaults` multichannel.
10+
This decision does _not_ impact R packages in conda-forge, which continue to be available without any changes.
11+
12+
<!-- truncate -->
13+
14+
The [`@conda-forge/r` team](https://github.com/conda-forge/r-feedstock/blob/7de3342693b3e1e98c2461d5385d8ebcce6b04db/recipe/meta.yaml#L30-L40) currently maintains [4.4K+ feedstocks](https://github.com/search?type=code&q=org%3Aconda-forge+%22-+conda-forge%2Fr%22+path%3Arecipe%2F) for the two latest minor R releases, and will continue to do so. At the time of writing, these are R 4.5 and R 4.4. Older versions are still available but won't receive any updates or rebuilds. When R 4.6 is released, 4.5 will still be maintained and 4.4 will stop receiving updates, and so on.
15+
16+
If you have any questions, please do not hesitate to open an issue in the [`r` feedstock](https://github.com/conda-forge/r-feedstock) or in [our Zulip chat instance](https://conda-forge.zulipchat.com/).

blog/authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ core:
33
title: The conda-forge core team
44
url: https://github.com/orgs/conda-forge/teams/core
55
image_url: https://github.com/conda-forge.png
6+
r:
7+
name: conda-forge/r
8+
title: The maintainers of the R ecosystem in conda-forge
9+
url: https://github.com/orgs/conda-forge/teams/r
10+
image_url: https://avatars.githubusercontent.com/t/2337964
611
beckermr:
712
name: Matthew R. Becker
813
title: Member of conda-forge/core

0 commit comments

Comments
 (0)