Category
page 1R (programming language)
R
programming language for statistical analysis
RStudio
RStudio IDE (or RStudio) is an integrated development environment for R, a programming language for statistical computing and graphics. It's available in two formats: RStudio Desktop is a regular desktop application while RStudio Server runs on a remote server and allows accessing RStudio using a web browser. The RStudio IDE is a product of Posit PBC (formerly RStudio PBC, formerly RStudio Inc.).
R-Ladies
R-Ladies is an organization that promotes gender diversity in the community of users of the R statistical programming language. It is made up of local chapters affiliated with the worldwide coordinating organization R-Ladies Global.
Sweave
Sweave is a function in the statistical programming language R that enables integration of R code into LaTeX or LyX documents. It was introduced by Friedrich Leisch in 2002. The purpose is "to create dynamic reports, which can be updated automatically if data or analysis change".
knitr
knitr is a software engine for dynamic report generation with R. It is a package in the programming language R that enables integration of R code into LaTeX, LyX, HTML, Markdown, AsciiDoc, and reStructuredText documents. The purpose of knitr is to allow reproducible research in R through the means of literate programming. It is licensed under the GNU General Public License.
R package
a package/library of code for the R programming language
tidyverse
The tidyverse is a collection of open source packages for the R programming language introduced by Hadley Wickham and his team that "share an underlying design philosophy, grammar, and data structures" of tidy data. Characteristic features of tidyverse packages include extensive use of non-standard evaluation and encouraging piping.