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()

Value

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.

Examples

r5r_sitrep()
#> $r5r_package_version
#> [1] ‘2.0.0’
#> 
#> $r5_jar_version
#> [1] "7.1"
#> 
#> $java_version
#> [1] "21.0.5"
#> 
#> $set_memory
#> [1] "-Xmx2G"
#> 
#> $session_info
#> R version 4.4.2 (2024-10-31)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 20.04.6 LTS
#> 
#> Matrix products: default
#> BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 
#> LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3;  LAPACK version 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] ggplot2_3.5.1 r5r_2.0.0    
#> 
#> loaded via a namespace (and not attached):
#>  [1] gtable_0.3.6       xfun_0.49          httr2_1.0.7        htmlwidgets_1.6.4 
#>  [5] processx_3.8.4     rJava_1.0-11       callr_3.7.6        vctrs_0.6.5       
#>  [9] tools_4.4.2        ps_1.8.1           generics_0.1.3     curl_6.0.1        
#> [13] tibble_3.2.1       proxy_0.4-27       fansi_1.0.6        pkgconfig_2.0.3   
#> [17] sfheaders_0.4.4    KernSmooth_2.23-24 data.table_1.16.4  checkmate_2.3.2   
#> [21] desc_1.4.3         lifecycle_1.0.4    compiler_4.4.2     farver_2.1.2      
#> [25] brio_1.1.5         textshaping_0.4.1  munsell_0.5.1      htmltools_0.5.8.1 
#> [29] class_7.3-22       yaml_2.3.10        pillar_1.9.0       pkgdown_2.1.1     
#> [33] whisker_0.4.1      classInt_0.4-10    cachem_1.1.0       wk_0.9.4          
#> [37] zip_2.3.1          tidyselect_1.2.1   digest_0.6.37      sf_1.0-19         
#> [41] dplyr_1.1.4        purrr_1.0.2        fastmap_1.2.0      grid_4.4.2        
#> [45] colorspace_2.1-1   cli_3.6.3          magrittr_2.0.3     utf8_1.2.4        
#> [49] e1071_1.7-16       withr_3.0.2        scales_1.3.0       backports_1.5.0   
#> [53] rappdirs_0.3.3     rmarkdown_2.29     ragg_1.3.3         memoise_2.0.1     
#> [57] evaluate_1.0.1     knitr_1.49         testthat_3.2.2     s2_1.1.7          
#> [61] rlang_1.1.4        downlit_0.4.4      Rcpp_1.0.13-1      glue_1.8.0        
#> [65] DBI_1.2.3          xml2_1.3.6         jsonlite_1.8.9     rstudioapi_0.17.1 
#> [69] R6_2.5.1           rJavaEnv_0.2.2     systemfonts_1.1.0  fs_1.6.5          
#> [73] units_0.8-5       
#>