{
"id": "language:r-lang",
"_kind": "Language",
"_file": "domain/languages/r.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "R",
"paradigms": [
"functional",
"statistical"
],
"description": "R is an open-source language and environment for statistical computing,\ndata analysis, and visualization. It was developed at Bell Labs (as S)\nand is now maintained by the R Foundation. R excels at exploratory data\nanalysis, classical statistics, and publication-quality graphics.\n\nThe tidyverse (dplyr, ggplot2, tidyr, purrr, readr) provides a coherent\nframework for data manipulation and visualization. The Bioconductor\nproject extends R for genomics and bioinformatics. R Markdown and\nQuarto enable reproducible research documents that weave code and\nnarrative. Shiny builds interactive web applications directly from R.\nR is commonly used alongside Python in data science teams, with\nreticulate enabling interoperability.\n"
},
"outgoingEdges": [],
"incomingEdges": []
}