Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.97 KB

File metadata and controls

22 lines (21 loc) · 1.97 KB

Definitions

  1. R - A programming language designed for statistical computing (top 15 of all programming languages) - debut 1993, "next generation S"
  2. The R foundation - The organization that governs R development - link
  3. RStudio, software - The premire IDE for R: public beta (2011), version 1.0 (2016), current version 1.4.
  4. RStudio, PBC - RStudio Public-benefit corporation - They govern development of RStudio - link
  5. RStudio Desktop - What most people install on their computer (including laptops)
  6. Rstudio Cloud - What most people use for a cloud based R environemnt
  7. IDE - Integraded Development Environment - RStudio is an IDE - link
  8. CRAN - Comprehensive R Archive Network - the central repository for R software - ie packages/libraries/etc.
  9. Packages aka Libraries - code written by others that is easy for you to use - aka they reason why R is popular
  10. Tidyverse - A collection of R packages - focuses on 'making data tidy' and 'using tidy data' (Pete has a mini rant on this if you are inclined to hear about it)
  11. RMarkdown - along with project jupyter one of the biggest bane's in Pete's teaching career
  12. knitr - an R package to integrate with things like LaTeX, HTML, Markdown, etc.

Resources