R

R is a free software environment and a language. R is commonly used for statistics, data handling and analysis, and visualization. You can download R from The Comprehensive R Archive Network: https://cran.r-project.org

R Studio

R Studio is an “integrated development environment”, or IDE, for R. This is a fancy way to say “software that has tools to help you use R”. R Studio is not required for this course, but if you are unfamiliar with R it will likely make your life easier. As of October 13, 2020 , the version of R studio is 1.3.1093 and you can download it from here: https://rstudio.com/products/rstudio/download/

Step by step installation tutorials

Here are some helpful tutorials if you have trouble

For R and R studio: TechVidan

For R Studio: Hands-On Programming with R by Garrett Grolemund.

If you get stuck and aren’t able to install R or R Studio, get help from your peers by posting your problems in this week’s Forum or contact me (Dan) directly.

================================================================================

Session information:

Last update on 2020-10-14

sessionInfo()
## R version 4.2.1 (2022-06-23)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 20.04.5 LTS
## 
## Matrix products: default
## BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
## LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
## 
## locale:
##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
##  [3] LC_TIME=de_AT.UTF-8        LC_COLLATE=en_US.UTF-8    
##  [5] LC_MONETARY=de_AT.UTF-8    LC_MESSAGES=en_US.UTF-8   
##  [7] LC_PAPER=de_AT.UTF-8       LC_NAME=C                 
##  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
## [11] LC_MEASUREMENT=de_AT.UTF-8 LC_IDENTIFICATION=C       
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## loaded via a namespace (and not attached):
##  [1] digest_0.6.29   R6_2.5.1        jsonlite_1.8.0  magrittr_2.0.3 
##  [5] evaluate_0.16   stringi_1.7.8   cachem_1.0.6    rlang_1.0.5    
##  [9] cli_3.3.0       rstudioapi_0.14 jquerylib_0.1.4 bslib_0.4.0    
## [13] rmarkdown_2.16  tools_4.2.1     stringr_1.4.1   xfun_0.32      
## [17] yaml_2.3.5      fastmap_1.1.0   compiler_4.2.1  htmltools_0.5.3
## [21] knitr_1.40      sass_0.4.2

================================================================================

Copyright © 2022 Dan C. Mann. All rights reserved.