9 Session Info and more
Here you find all the packages and the versions necessary to compile the book:
search() # see packages currently loaded
#> [1] ".GlobalEnv" "package:moments"
#> [3] "package:tidyquant" "package:quantmod"
#> [5] "package:TTR" "package:PerformanceAnalytics"
#> [7] "package:forcats" "package:stringr"
#> [9] "package:dplyr" "package:purrr"
#> [11] "package:readr" "package:tidyr"
#> [13] "package:tibble" "package:ggplot2"
#> [15] "package:tidyverse" "package:lubridate"
#> [17] "package:timeDate" "package:xts"
#> [19] "package:zoo" "package:viridis"
#> [21] "package:viridisLite" "package:stats"
#> [23] "package:graphics" "package:grDevices"
#> [25] "package:datasets" "renv:shims"
#> [27] "package:utils" "package:methods"
#> [29] "Autoloads" "package:base"
sessionInfo()
#> R version 4.1.1 (2021-08-10)
#> Platform: x86_64-w64-mingw32/x64 (64-bit)
#> Running under: Windows 10 x64 (build 19043)
#>
#> Matrix products: default
#>
#> locale:
#> [1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252
#> [3] LC_MONETARY=German_Germany.1252 LC_NUMERIC=C
#> [5] LC_TIME=German_Germany.1252
#>
#> attached base packages:
#> [1] stats graphics grDevices datasets utils methods base
#>
#> other attached packages:
#> [1] moments_0.14 tidyquant_1.0.3
#> [3] quantmod_0.4.18 TTR_0.24.2
#> [5] PerformanceAnalytics_2.0.4 forcats_0.5.1
#> [7] stringr_1.4.0 dplyr_1.0.7
#> [9] purrr_0.3.4 readr_2.0.1
#> [11] tidyr_1.1.3 tibble_3.1.4
#> [13] ggplot2_3.3.5 tidyverse_1.3.1
#> [15] lubridate_1.7.10 timeDate_3043.102
#> [17] xts_0.12.1 zoo_1.8-9
#> [19] viridis_0.6.1 viridisLite_0.4.0
#>
#> loaded via a namespace (and not attached):
#> [1] httr_1.4.2 sass_0.4.0 jsonlite_1.7.2 modelr_0.1.8
#> [5] bslib_0.3.0 assertthat_0.2.1 highr_0.9 renv_0.14.0
#> [9] cellranger_1.1.0 yaml_2.2.1 pillar_1.6.2 backports_1.2.1
#> [13] lattice_0.20-44 glue_1.4.2 quadprog_1.5-8 digest_0.6.27
#> [17] rvest_1.0.1 colorspace_2.0-2 htmltools_0.5.2 pkgconfig_2.0.3
#> [21] broom_0.7.9 haven_2.4.3 bookdown_0.24 scales_1.1.1
#> [25] tzdb_0.1.2 downlit_0.2.1 generics_0.1.0 ellipsis_0.3.2
#> [29] withr_2.4.2 cli_3.0.1 magrittr_2.0.1 crayon_1.4.1
#> [33] readxl_1.3.1 evaluate_0.14 fs_1.5.0 fansi_0.5.0
#> [37] xml2_1.3.2 tools_4.1.1 hms_1.1.0 lifecycle_1.0.0
#> [41] munsell_0.5.0 reprex_2.0.1 compiler_4.1.1 jquerylib_0.1.4
#> [45] rlang_0.4.11 grid_4.1.1 rstudioapi_0.13 rmarkdown_2.11
#> [49] gtable_0.3.0 codetools_0.2-18 DBI_1.1.1 curl_4.3.2
#> [53] R6_2.5.1 gridExtra_2.3 knitr_1.34 fastmap_1.1.0
#> [57] utf8_1.2.2 Quandl_2.11.0 stringi_1.7.4 Rcpp_1.0.7
#> [61] vctrs_0.3.8 dbplyr_2.1.1 tidyselect_1.1.1 xfun_0.26
print(paste("R", getRversion()))
#> [1] "R 4.1.1"
print("-------------")
#> [1] "-------------"
for (package_name in sort(loadedNamespaces())) {
print(paste(package_name, packageVersion(package_name)))
}
#> [1] "assertthat 0.2.1"
#> [1] "backports 1.2.1"
#> [1] "base 4.1.1"
#> [1] "bookdown 0.24"
#> [1] "broom 0.7.9"
#> [1] "bslib 0.3.0"
#> [1] "cellranger 1.1.0"
#> [1] "cli 3.0.1"
#> [1] "codetools 0.2.18"
#> [1] "colorspace 2.0.2"
#> [1] "compiler 4.1.1"
#> [1] "crayon 1.4.1"
#> [1] "curl 4.3.2"
#> [1] "datasets 4.1.1"
#> [1] "DBI 1.1.1"
#> [1] "dbplyr 2.1.1"
#> [1] "digest 0.6.27"
#> [1] "downlit 0.2.1"
#> [1] "dplyr 1.0.7"
#> [1] "ellipsis 0.3.2"
#> [1] "evaluate 0.14"
#> [1] "fansi 0.5.0"
#> [1] "fastmap 1.1.0"
#> [1] "forcats 0.5.1"
#> [1] "fs 1.5.0"
#> [1] "generics 0.1.0"
#> [1] "ggplot2 3.3.5"
#> [1] "glue 1.4.2"
#> [1] "graphics 4.1.1"
#> [1] "grDevices 4.1.1"
#> [1] "grid 4.1.1"
#> [1] "gridExtra 2.3"
#> [1] "gtable 0.3.0"
#> [1] "haven 2.4.3"
#> [1] "highr 0.9"
#> [1] "hms 1.1.0"
#> [1] "htmltools 0.5.2"
#> [1] "httr 1.4.2"
#> [1] "jquerylib 0.1.4"
#> [1] "jsonlite 1.7.2"
#> [1] "knitr 1.34"
#> [1] "lattice 0.20.44"
#> [1] "lifecycle 1.0.0"
#> [1] "lubridate 1.7.10"
#> [1] "magrittr 2.0.1"
#> [1] "methods 4.1.1"
#> [1] "modelr 0.1.8"
#> [1] "moments 0.14"
#> [1] "munsell 0.5.0"
#> [1] "PerformanceAnalytics 2.0.4"
#> [1] "pillar 1.6.2"
#> [1] "pkgconfig 2.0.3"
#> [1] "purrr 0.3.4"
#> [1] "quadprog 1.5.8"
#> [1] "Quandl 2.11.0"
#> [1] "quantmod 0.4.18"
#> [1] "R6 2.5.1"
#> [1] "Rcpp 1.0.7"
#> [1] "readr 2.0.1"
#> [1] "readxl 1.3.1"
#> [1] "renv 0.14.0"
#> [1] "reprex 2.0.1"
#> [1] "rlang 0.4.11"
#> [1] "rmarkdown 2.11"
#> [1] "rstudioapi 0.13"
#> [1] "rvest 1.0.1"
#> [1] "sass 0.4.0"
#> [1] "scales 1.1.1"
#> [1] "stats 4.1.1"
#> [1] "stringi 1.7.4"
#> [1] "stringr 1.4.0"
#> [1] "tibble 3.1.4"
#> [1] "tidyquant 1.0.3"
#> [1] "tidyr 1.1.3"
#> [1] "tidyselect 1.1.1"
#> [1] "tidyverse 1.3.1"
#> [1] "timeDate 3043.102"
#> [1] "tools 4.1.1"
#> [1] "TTR 0.24.2"
#> [1] "tzdb 0.1.2"
#> [1] "utf8 1.2.2"
#> [1] "utils 4.1.1"
#> [1] "vctrs 0.3.8"
#> [1] "viridis 0.6.1"
#> [1] "viridisLite 0.4.0"
#> [1] "withr 2.4.2"
#> [1] "xfun 0.26"
#> [1] "xml2 1.3.2"
#> [1] "xts 0.12.1"
#> [1] "yaml 2.2.1"
#> [1] "zoo 1.8.9"
#installed.packages(fields = c ("Package", "Version"))