The function reports a list with the following information:
The package version of {r5r}
in use.
The installed version of R5.jar
.
The Java version in use.
The amount of memory set to Java through the java.parameters
option.
The user's Session Info.
r5r_sitrep()
A list
with information of the versions of the r5r package, Java
and R5 Jar in use, the memory set to Java and user's Session Info.
r5r_sitrep()
#> $r5r_package_version
#> [1] ‘1.1.999’
#>
#> $r5_jar_version
#> [1] "6.9"
#>
#> $java_version
#> [1] "11.0.21"
#>
#> $set_memory
#> [1] "-Xmx2G"
#>
#> $session_info
#> R version 4.3.2 (2023-10-31)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 20.04.6 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=C.UTF-8 LC_NUMERIC=C
#> [3] LC_TIME=C.UTF-8 LC_COLLATE=C
#> [5] LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
#> [7] LC_PAPER=C.UTF-8 LC_NAME=C.UTF-8
#> [9] LC_ADDRESS=C.UTF-8 LC_TELEPHONE=C.UTF-8
#> [11] LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C.UTF-8
#>
#> time zone: UTC
#> tzcode source: system (glibc)
#>
#> attached base packages:
#> [1] stats graphics grDevices utils datasets methods base
#>
#> other attached packages:
#> [1] r5r_1.1.0999
#>
#> loaded via a namespace (and not attached):
#> [1] generics_0.1.3 utf8_1.2.4 class_7.3-22 xml2_1.3.5
#> [5] KernSmooth_2.23-22 digest_0.6.33 magrittr_2.0.3 grid_4.3.2
#> [9] evaluate_0.23 fastmap_1.1.1 jsonlite_1.8.7 rprojroot_2.0.4
#> [13] zip_2.3.0 processx_3.8.2 whisker_0.4.1 brio_1.1.3
#> [17] e1071_1.7-13 backports_1.4.1 DBI_1.1.3 ps_1.7.5
#> [21] httr_1.4.7 purrr_1.0.2 fansi_1.0.5 textshaping_0.3.7
#> [25] cli_3.6.1 rlang_1.1.2 units_0.8-4 withr_2.5.2
#> [29] cachem_1.0.8 yaml_2.3.7 concaveman_1.1.0 tools_4.3.2
#> [33] sfheaders_0.4.3 memoise_2.0.1 checkmate_2.3.0 dplyr_1.1.4
#> [37] curl_5.1.0 vctrs_0.6.4 R6_2.5.1 proxy_0.4-27
#> [41] lifecycle_1.0.4 classInt_0.4-10 V8_4.4.0 fs_1.6.3
#> [45] ragg_1.2.6 pkgconfig_2.0.3 desc_1.4.2 callr_3.7.3
#> [49] rJava_1.0-6 pkgdown_2.0.7 pillar_1.9.0 data.table_1.14.8
#> [53] glue_1.6.2 Rcpp_1.0.11 sf_1.0-14 systemfonts_1.0.5
#> [57] tidyselect_1.2.0 xfun_0.41 tibble_3.2.1 rstudioapi_0.15.0
#> [61] knitr_1.45 htmltools_0.5.7 rmarkdown_2.25 testthat_3.2.0
#> [65] compiler_4.3.2 downlit_0.4.3
#>