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.6.0 (2026-04-24 ucrt)
## Platform: x86_64-w64-mingw32/x64
## Running under: Windows 11 x64 (build 26100)
## 
## 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.1
## 
## loaded via a namespace (and not attached):
##  [1] vctrs_0.7.3           cli_3.6.6             knitr_1.51           
##  [4] rlang_1.2.0           xfun_0.58             crul_1.6.0           
##  [7] stringi_1.8.7         otel_0.2.0            jsonlite_2.0.0       
## [10] RcppParallel_5.1.11-2 glue_1.8.1            httpcode_0.3.0       
## [13] htmltools_0.5.9       triebeard_0.4.1       stringfish_0.19.0    
## [16] sass_0.4.10           rmarkdown_2.31        evaluate_1.0.5       
## [19] jquerylib_0.1.4       fastmap_1.2.0         yaml_2.3.12          
## [22] lifecycle_1.0.5       memoise_2.0.1         stringr_1.6.0        
## [25] compiler_4.6.0        Rcpp_1.1.1-1.1        blosc_0.1.2          
## [28] qs2_0.2.2             digest_0.6.39         R6_2.6.1             
## [31] curl_7.1.0            magrittr_2.0.5        urltools_1.7.3.1     
## [34] bslib_0.11.0          tools_4.6.0           cachem_1.1.0