Reads a sessionInfo object from an Rdata file

getSessionInfoFromRdata(file)

Arguments

file

file path

Value

An object of class sessionInfo

Examples

sessionInfo <- sessionInfo() file <- tempfile(tmpdir = tempdir(), fileext = ".Rdata") save(sessionInfo, file = file) getSessionInfoFromRdata(file)
#> INFO [2018-03-26 22:22:14] Reading object 'sessionInfo' from the given file /tmp/RtmpBJq2xz/file19e57df5c324.Rdata
#> R version 3.4.4 (2018-03-15) #> Platform: x86_64-pc-linux-gnu (64-bit) #> Running under: Ubuntu 16.04.4 LTS #> #> Matrix products: default #> BLAS: /usr/lib/libblas/libblas.so.3.6.0 #> LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 #> #> locale: #> [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C #> [3] LC_TIME=en_GB.UTF-8 LC_COLLATE=en_US.UTF-8 #> [5] LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_US.UTF-8 #> [7] LC_PAPER=en_GB.UTF-8 LC_NAME=C #> [9] LC_ADDRESS=C LC_TELEPHONE=C #> [11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C #> #> attached base packages: #> [1] stats graphics grDevices utils datasets methods base #> #> other attached packages: #> [1] containerit_0.4.0 A3_1.0.0 pbapply_1.3-4 #> [4] xtable_1.8-2 abc_2.1 locfit_1.5-9.1 #> [7] MASS_7.3-49 quantreg_5.35 SparseM_1.77 #> [10] nnet_7.3-12 abc.data_1.0 sessioninfo_1.0.0 #> [13] devtools_1.13.5 testthat_2.0.0.9000 #> #> loaded via a namespace (and not attached): #> [1] httr_1.3.1 pkgload_1.0.0 jsonlite_1.5 #> [4] assertthat_0.2.0 yaml_2.1.18 highlight_0.4.7.2 #> [7] pillar_1.2.1 backports_1.1.2 lattice_0.20-35 #> [10] glue_1.2.0 digest_0.6.15 colorspace_1.3-2 #> [13] htmltools_0.3.6 Matrix_1.2-12 plyr_1.8.4 #> [16] clisymbols_1.2.0 pkgconfig_2.0.1 purrr_0.2.4 #> [19] scales_0.5.0 whisker_0.3-2 MatrixModels_0.4-1 #> [22] tibble_1.4.2 pacman_0.4.6 withr_2.1.2 #> [25] fortunes_1.5-4 cli_1.0.0 magrittr_1.5 #> [28] crayon_1.3.4 memoise_1.1.0 evaluate_0.10.1 #> [31] fs_1.2.2 xml2_1.2.0 githubinstall_0.2.2 #> [34] pkgbuild_1.0.0 rsconnect_0.8.8 data.table_1.10.4-3 #> [37] tools_3.4.4 formatR_1.5 stringr_1.3.0 #> [40] sysreqs_1.0.0.9000 munsell_0.4.3 lambda.r_1.2 #> [43] bindrcpp_0.2 callr_2.0.2 compiler_3.4.4 #> [46] pkgdown_0.1.0.9000 rlang_0.2.0 futile.logger_1.4.3 #> [49] debugme_1.1.0 grid_3.4.4 rstudioapi_0.7 #> [52] sys_1.5 rjson_0.2.15 rmarkdown_1.9 #> [55] codetools_0.2-15 roxygen2_6.0.1 curl_3.1 #> [58] rematch_1.0.1 R6_2.2.2 knitr_1.20 #> [61] dplyr_0.7.4 bindr_0.1 automagic_0.3 #> [64] commonmark_1.4 rprojroot_1.3-2 futile.options_1.0.0 #> [67] semver_0.2.0 desc_1.1.1 stringi_1.1.6 #> [70] parallel_3.4.4 Rcpp_0.12.16 harbor_0.2.0