List of R software and tools
Appearance
This is a list of software and programming tools for the R programming language, including IDEs, package managers, libraries, debugging tools, numerical and scientific computing tools, and related projects.
Integrated development environments (IDEs) and editors
[edit]- Emacs Speaks Statistics (ESS) — Emacs interface for R and other statistical software
- Jupyter — supports R through IRkernel[1]
- RKWard — KDE/Qt-based IDE and GUI for R[2]
- RStudio — popular cross-platform IDE for R
- StatET — Eclipse-based IDE[3]
- Visual Studio Code — supports R via extensions (R Tools for Visual Studio)
Graphical user interfaces
[edit]- Deducer — GUI front-end and data analysis package [4]
- jamovi — GUI statistical environment built on R for data analysis and performing statistical tests [5]
- Java GUI for R — cross-platform R console, script editor, and spreadsheet/data view.
- Rattle GUI — data mining GUI for R [6]
- R Commander (Rcmdr) — basic GUI for statistics in R, often used for teaching and introductory work.
Implementations of R
[edit]- CXXR — experimental R engine with modernized C++ codebase[7]
- FastR — R language implementation on the GraalVM[8]
- GNU R — main implementation of R, maintained by the R Core Team, and distributed as part of the GNU Project.
- pqR — “pretty quick R”[9]
- Renjin — JVM-based interpreter for R
R packages
[edit]- Bioconductor — repository for bioinformatics and computational biology R packages
- CRAN — Comprehensive R Archive Network, primary repository for R packages.
- devtools — simplifies R package development[10]
- Knitr — integration of R code into LaTeX, LyX, HTML, Markdown, AsciiDoc, and reStructuredText documents.
- Packrat — dependency management system[11]
- renv — project-specific package management system[12]
- R CMD build / R CMD check — R package build and validation tools[13]
- Tidyverse — Ggplot2, dplyr, and other packages.
Mathematical and numerical libraries
[edit]- lme4 — linear mixed-effects models[14]
- Matrix — sparse and dense matrix computations[15]
- mgcv — generalized additive models[16]
- nlme — nonlinear mixed-effects models[17]
- numDeriv — numerical derivatives[18]
- optim — built-in optimization functions[19]
- optimx – provides a replacement and extension of the optim[20]
- Rmpfr — multiple-precision floating-point arithmetic[21]
Scientific and statistical libraries
[edit]- dplyr — data manipulation toolkit
- edgeR — differential expression analysis of RNA-seq data[22]
- forecast — time series forecasting[23]
- ggplot2 — data visualization based on the grammar of graphics[24]
- phyloseq — analysis of microbiome census data[25]
- shiny — interactive web applications
- survival — survival analysis[26]
- tidyr — tidy data reshaping[27]
Debugging and performance tools
[edit]- bench – accurately benchmark and analyze execution times[28]
- lineprof — line-by-line profiling tool[29]
- microbenchmark — benchmarking[30]
- profvis — interactive R profiler[31]
- Rcpp — integration of R and C++ for performance[32]
- Rprof — built-in R profiler[33]
Parallel and high-performance computing
[edit]- BiocParallel — parallel evaluation framework for R, used across Bioconductor packages.[34]
- doParallel – provides a parallel backend for the foreach package, enabling easy parallel execution of R code.[35]
- foreach — looping construct for parallel execution[36]
- future — unified parallel and distributed computing[37]
- parallel — built-in R package for parallel processing[38]
- Rmpi — R interface to the Message Passing Interface[39]
- snow — simple network of workstations[40]
Machine learning and AI libraries
[edit]- caret — training and tuning for machine learning models[41]
- keras — R interface to Keras deep learning[42]
- mlbench — collection of artificial and real-world benchmark datasets for evaluating machine learning algorithms[43]
- mlr — machine learning[44]
- mlr3 — modern successor to mlr[45]
- randomForest — ensemble learning using random forests[46]
- tidymodels — collection of R packages for machine learning and modeling, designed with tidyverse principles.[47]
- torch — R interface to PyTorch[48]
- xgboost — gradient boosting framework with R bindings[49]
Documentation and code analysis tools
[edit]- covr — test coverage[50]
- lintr — static code analysis[51]
- roxygen2 — documentation generation for R packages[52][53]
- styler — code formatter for R scripts and packages[54]
Testing frameworks
[edit]- checkmate — fast argument checks and assertions for R functions[55]
- RUnit — implementing a standard Unit Testing framework[56]
- testthat — unit testing framework[57][58]
- tinytest — lightweight unit testing framework[59]
See also
[edit]Wikibooks has a book on the topic of: R Programming
- Data science
- gretl — open-source software for econometrics that can integrate with R
- List of numerical libraries
- Lists of programming software development tools by language
- Statistical software
External links
[edit]- awesome-R – GitHub list of R software
- The Comprehensive R Archive Network (CRAN)
- Bioconductor project
- RStudio / Posit IDE
- Jupyter Project
References
[edit]- ^ https://github.com/IRkernel/IRkernel
- ^ https://rkward.kde.org/
- ^ https://projects.eclipse.org/projects/science.statet
- ^ https://cran.r-project.org/web/packages/Deducer/index.html
- ^ https://www.jamovi.org/
- ^ https://rattle.togaware.com/
- ^ https://www.cs.kent.ac.uk/projects/cxxr/
- ^ https://github.com/oracle/fastr
- ^ https://github.com/radfordneal/pqR
- ^ https://devtools.r-lib.org
- ^ https://rstudio.github.io/packrat/
- ^ https://rstudio.github.io/renv/
- ^ https://devtools.r-lib.org/reference/check.html
- ^ https://cran.r-project.org/web/packages/lme4/index.html
- ^ https://cran.r-project.org/web/packages/Matrix/index.html
- ^ https://cran.r-project.org/web/packages/mgcv/index.html
- ^ https://cran.r-project.org/web/packages/nlme/index.html
- ^ https://cran.r-project.org/web/packages/numDeriv/index.html
- ^ https://stat.ethz.ch/R-manual/R-devel/library/stats/html/optim.html
- ^ https://cran.r-project.org/web/packages/optimx/index.html
- ^ https://cran.r-project.org/web/packages/Rmpfr/index.html
- ^ https://bioconductor.org/packages/release/bioc/html/edgeR.html
- ^ https://cran.r-project.org/web/packages/forecast/index.html
- ^ https://www.bioconductor.org/packages/devel/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf
- ^ https://www.bioconductor.org/packages/release/bioc/html/phyloseq.html
- ^ https://cran.r-project.org/web/packages/survival/index.html
- ^ https://cran.r-project.org/web/packages/tidyr/index.html
- ^ https://cran.r-project.org/web/packages/bench/index.html
- ^ https://www.hansenlab.org/rstats/2014/01/30/lineprof
- ^ https://cran.r-project.org/web/packages/microbenchmark/index.html
- ^ https://cran.r-project.org/web/packages/profvis/profvis.pdf
- ^ https://cran.r-project.org/web/packages/Rcpp/index.html
- ^ https://www.rdocumentation.org/packages/utils/versions/3.6.2/topics/Rprof
- ^ https://www.bioconductor.org/packages/release/bioc/html/BiocParallel.html
- ^ https://cran.r-project.org/web/packages/doParallel/index.html
- ^ https://cran.r-project.org/web/packages/foreach/vignettes/foreach.html
- ^ https://cran.r-project.org/web/packages/future/index.html
- ^ https://cran.r-project.org/doc/manuals/r-devel/packages/parallel/refman/parallel.html
- ^ https://cran.r-project.org/web/packages/Rmpi/index.html
- ^ https://cran.r-project.org/web/packages/snow/index.html
- ^ https://cran.r-project.org/web/packages/caret/index.html
- ^ https://cran.r-project.org/web/packages/keras/index.html
- ^ https://cran.r-project.org/web/packages/mlbench/index.html
- ^ https://cran.r-project.org/web/packages/mlr/index.html
- ^ https://mlr3.mlr-org.com/
- ^ https://cran.r-project.org/web/packages/randomForest/randomForest.pdf
- ^ https://www.tidymodels.org/
- ^ https://cran.r-project.org/web/packages/torch/index.html
- ^ https://cran.r-project.org/web/packages/xgboost/index.html
- ^ https://cran.r-project.org/web/packages/covr/index.html
- ^ https://lintr.r-lib.org/
- ^ https://roxygen2.r-lib.org/
- ^ https://cran.r-project.org/web/packages/roxygen2/index.html
- ^ https://cran.r-project.org/web/packages/styler/index.html
- ^ https://cran.r-project.org/web/packages/checkmate/index.html
- ^ https://cran.r-project.org/web/packages/RUnit/index.html
- ^ https://testthat.r-lib.org/
- ^ https://cran.r-project.org/web/packages/testthat/index.html
- ^ https://cran.r-project.org/web/packages/tinytest/index.html