rstudio/reticulate
R Interface to Python observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 69
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 79.5
- age_days: 3495
- days_rel: 131
- days_push: 7
- n_releases_24m: 9
Adoption not part of the score
1757 stars · 348 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
reticulate is an R package that embeds a Python session inside an R session, enabling seamless interoperability between the two languages. It supports calling Python from R, translating objects like Pandas data frames and NumPy arrays, and binding to virtual or Conda environments.
Use cases
- call python code from r
- use pandas dataframes in r
- run python scripts inside an r session
- use numpy arrays from r
- mix r and python in r markdown notebooks
- manage python virtual environments from r
- use python machine learning libraries in an r workflow
When to choose
- you are an R developer who needs Python libraries or scripts in your workflow
- your data science team uses both R and Python and needs shared objects between them
- you want Python chunks in R Markdown with bi-directional object sharing
- you need to bind R to specific Python versions, virtualenvs, or Conda environments
When to avoid
- you work purely in Python and never touch R
- you need to call R from Python rather than the other way around
- you need a lightweight solution without embedding a full Python interpreter in your R session
Facets
library · maturity stable
sdk interpreter data-science data-science developer-tools cross-platform python cross-platform cli r python-interop r-package language-bridge rmarkdown conda virtualenv
2 sources
- readme: https://github.com/rstudio/reticulate · fetched 2026-08-28 · 882060497ab0
- homepage: https://rstudio.github.io/reticulate · fetched 2026-08-29 · cfd187688d40
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rstudio/reticulate | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="rstudio/reticulate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem