R Session Info

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.

library(pizzarr)
sessionInfo()
## R version 4.5.2 (2025-10-31 ucrt)
## Platform: x86_64-w64-mingw32/x64
## Running under: Windows 11 x64 (build 22631)
## 
## Matrix products: default
##   LAPACK version 3.12.1
## 
## locale:
## [1] LC_COLLATE=C                          
## [2] LC_CTYPE=English_United States.utf8   
## [3] LC_MONETARY=English_United States.utf8
## [4] LC_NUMERIC=C                          
## [5] LC_TIME=English_United States.utf8    
## 
## time zone: America/Chicago
## tzcode source: internal
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] pizzarr_0.2.0
## 
## loaded via a namespace (and not attached):
##  [1] vctrs_0.7.2           cli_3.6.5             knitr_1.51           
##  [4] rlang_1.1.7           xfun_0.56             stringi_1.8.7        
##  [7] otel_0.2.0            jsonlite_2.0.0        RcppParallel_5.1.11-2
## [10] glue_1.8.0            htmltools_0.5.9       stringfish_0.18.0    
## [13] sass_0.4.10           rmarkdown_2.30        evaluate_1.0.5       
## [16] jquerylib_0.1.4       fastmap_1.2.0         yaml_2.3.12          
## [19] lifecycle_1.0.5       memoise_2.0.1         stringr_1.6.0        
## [22] compiler_4.5.2        Rcpp_1.1.1            qs2_0.1.7            
## [25] digest_0.6.39         R6_2.6.1              magrittr_2.0.4       
## [28] bslib_0.10.0          tools_4.5.2           cachem_1.1.0