Skip to contents

This page runs the sessionInfo() function and prints the results. The output can be used to check the dependency versions that were used to run tests.

# load package
library(ontodive)

# print info session
sessionInfo()
#> R version 4.2.2 Patched (2022-11-10 r83330)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Debian GNU/Linux bookworm/sid
#> 
#> Matrix products: default
#> BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.11.0
#> LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.11.0
#> 
#> locale:
#>  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
#>  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#>  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#>  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices datasets  utils     methods   base     
#> 
#> other attached packages:
#> [1] ontodive_0.1.0
#> 
#> loaded via a namespace (and not attached):
#>   [1] colorspace_2.1-0    ggsignif_0.6.4      class_7.3-20       
#>   [4] modeltools_0.2-23   mclust_6.0.0        rprojroot_2.0.3    
#>   [7] fs_1.6.1            rstudioapi_0.14     proxy_0.4-27       
#>  [10] ggpubr_0.6.0        flexmix_2.3-19      lubridate_1.9.2    
#>  [13] fansi_1.0.4         mvtnorm_1.1-3       xml2_1.3.3         
#>  [16] codetools_0.2-18    splines_4.2.2       ggh4x_0.2.3        
#>  [19] cachem_1.0.7        robustbase_0.95-1   knitr_1.42         
#>  [22] jsonlite_1.8.4      gt_0.9.0            broom_1.0.4        
#>  [25] kernlab_0.9-32      cluster_2.1.4       rgeos_0.6-2        
#>  [28] compiler_4.2.2      httr_1.4.5          backports_1.4.1    
#>  [31] ggcorrplot_0.1.4    Matrix_1.5-3        fastmap_1.1.1      
#>  [34] gmm_1.7             cli_3.6.1           htmltools_0.5.5    
#>  [37] tools_4.2.2         gtable_0.3.3        glue_1.6.2         
#>  [40] dplyr_1.1.1         Rcpp_1.0.10         carData_3.0-5      
#>  [43] jquerylib_0.1.4     pkgdown_2.0.7       raster_3.6-20      
#>  [46] vctrs_0.6.2         nlme_3.1-161        gtExtras_0.4.5     
#>  [49] fpc_2.2-10          tmvtnorm_1.5        xfun_0.39          
#>  [52] stringr_1.5.0       timechange_0.2.0    lifecycle_1.0.3    
#>  [55] renv_0.17.3         rstatix_0.7.2       terra_1.7-23       
#>  [58] DEoptimR_1.0-12     MASS_7.3-58.1       zoo_1.8-11         
#>  [61] scales_1.2.1        ragg_1.2.5          ggOceanMaps_1.3.4  
#>  [64] parallel_4.2.2      sandwich_3.0-2      rematch2_2.1.2     
#>  [67] TMB_1.9.3           yaml_2.3.7          memoise_2.0.1      
#>  [70] ggplot2_3.4.0       sass_0.4.5          ggspatial_1.1.7    
#>  [73] stringi_1.7.12      traipse_0.3.0       paletteer_1.5.0    
#>  [76] maptools_1.1-6      desc_1.4.2          e1071_1.7-13       
#>  [79] boot_1.3-28.1       rlang_1.1.0         pkgconfig_2.0.3    
#>  [82] systemfonts_1.0.4   prabclus_2.3-2      fontawesome_0.5.1  
#>  [85] evaluate_0.20       lattice_0.20-45     purrr_1.0.1        
#>  [88] sf_1.0-12           patchwork_1.1.2     tidyselect_1.2.0   
#>  [91] magrittr_2.0.3      R6_2.5.1            generics_0.1.3     
#>  [94] itsadug_2.4.1       DBI_1.1.3           pillar_1.9.0       
#>  [97] foreign_0.8-84      mgcv_1.8-41         units_0.8-1        
#> [100] abind_1.4-5         sp_1.6-0            nnet_7.3-18        
#> [103] tibble_3.2.1        car_3.1-2           KernSmooth_2.23-20 
#> [106] utf8_1.2.3          rmarkdown_2.21      rnaturalearth_0.3.2
#> [109] grid_4.2.2          data.table_1.14.8   aniMotum_1.1-04    
#> [112] CircStats_0.2-6     digest_0.6.31       classInt_0.4-9     
#> [115] diptest_0.76-0      tidyr_1.3.0         textshaping_0.3.6  
#> [118] stats4_4.2.2        munsell_0.5.0       bslib_0.4.2        
#> [121] plotfunctions_1.4