Introduction

We would like to create a research project, so we use the rUM package. It creates a new RStudio project that has an analysis R markdown file using the tidyverse and conflicted packages. For more advanced analysis, we can also create R markdown files which use the tidymodels package.

Setup

To create a research project, see the steps here: https://raymondbalise.github.io/rUM/.

Session

If you are new to R, ignore this.

sessionInfo()
#> R version 4.1.2 (2021-11-01)
#> Platform: x86_64-apple-darwin17.0 (64-bit)
#> Running under: macOS Big Sur 10.16
#> 
#> Matrix products: default
#> BLAS:   /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRblas.0.dylib
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRlapack.dylib
#> 
#> locale:
#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> other attached packages:
#> [1] rUM_0.3.1
#> 
#> loaded via a namespace (and not attached):
#>  [1] Rcpp_1.0.8        lubridate_1.8.0   tidyr_1.2.0       assertthat_0.2.1 
#>  [5] rprojroot_2.0.2   digest_0.6.29     conflicted_1.1.0  utf8_1.2.2       
#>  [9] R6_2.5.1          cellranger_1.1.0  backports_1.4.1   reprex_2.0.1     
#> [13] evaluate_0.15     httr_1.4.2        ggplot2_3.3.5     pillar_1.7.0     
#> [17] rlang_1.0.1       readxl_1.3.1      rstudioapi_0.13   jquerylib_0.1.4  
#> [21] rmarkdown_2.11    pkgdown_2.0.2     textshaping_0.3.6 desc_1.4.0       
#> [25] readr_2.1.2       stringr_1.4.0     munsell_0.5.0     broom_0.7.12     
#> [29] compiler_4.1.2    modelr_0.1.8      xfun_0.29         pkgconfig_2.0.3  
#> [33] systemfonts_1.0.4 htmltools_0.5.2   tidyselect_1.1.2  tibble_3.1.6     
#> [37] fansi_1.0.2       withr_2.4.3       crayon_1.5.0      dplyr_1.0.8      
#> [41] tzdb_0.2.0        dbplyr_2.1.1      grid_4.1.2        jsonlite_1.8.0   
#> [45] gtable_0.3.0      lifecycle_1.0.1   DBI_1.1.2         magrittr_2.0.2   
#> [49] scales_1.1.1      cli_3.2.0         stringi_1.7.6     cachem_1.0.6     
#> [53] fs_1.5.2          tidyverse_1.3.1   xml2_1.3.3        bslib_0.3.1      
#> [57] ellipsis_0.3.2    ragg_1.2.2        generics_0.1.2    vctrs_0.3.8      
#> [61] tools_4.1.2       forcats_0.5.1     glue_1.6.2        purrr_0.3.4      
#> [65] hms_1.1.1         fastmap_1.1.0     yaml_2.3.5        colorspace_2.0-3 
#> [69] rvest_1.0.2       memoise_2.0.1     knitr_1.37        haven_2.4.3      
#> [73] sass_0.4.0