Ross ROSS = Recommend OSS · open-source software intelligence for agents

rstudio/plumber

Turn your R code into a web API. observed · 2026-08-28

github.com/rstudio/plumber · homepage · R · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 66
  • Release rhythm 57
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 32.5
  • age_days: 4108
  • days_rel: 205
  • days_push: 205
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1438 stars · 259 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Plumber is an R package that converts annotated R functions into RESTful web API endpoints using roxygen2-style comments. It handles routing, request parsing, response serialization, and auto-generated Swagger/OpenAPI documentation.

Use cases

  • expose R functions as a REST API
  • serve machine learning model predictions over HTTP
  • turn an R script into a web service
  • build an API around R data analysis
  • serve plots generated in R as images via HTTP
  • deploy R code as an endpoint for other applications to call

When to avoid

  • you need a high-performance, general-purpose web framework outside R
  • you're building a full web application with frontend and sessions
  • your team doesn't use R
  • you need async or streaming-first HTTP features at large scale

Facets

library · maturity active

api-framework http-server web-framework serialization middleware web-development backend apis data-science developer-tools cross-platform r-package api-generator annotation-based rest-api swagger cran r web-server

5 sources

Member repositories

RepositoryRoleHealth v2
rstudio/plumbermain70

For agents

markdown · JSON · MCP: product_card(name="rstudio/plumber")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem