The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Basics with sessionInfo

library(details)

One the most basic and popular uses for details is to paste the sessioninfo at the bottom of a GitHub issue.

Pro tip: When using details in knitr/rmarkdown documents there is no need to set the knitr chunk options to results=‘asis’, there are already predefined print methods for these environments.


sessioninfo::session_info()|>
  details::details(
    summary = 'Current session info',
    open    = TRUE
  )
Current session info

─ Session info ───────────────────────────────────────────────────────────────
 setting  value
 version  R version 4.4.2 (2024-10-31 ucrt)
 os       Windows 11 x64 (build 22631)
 system   x86_64, mingw32
 ui       RTerm
 language (EN)
 collate  C
 ctype    English_United States.utf8
 tz       America/New_York
 date     2025-02-09
 pandoc   3.6.2 @ C:/PROGRA~3/CHOCOL~1/bin/ (via rmarkdown)

─ Packages ───────────────────────────────────────────────────────────────────
 package     * version date (UTC) lib source
 bslib         0.8.0   2024-07-29 [3] CRAN (R 4.4.2)
 cachem        1.1.0   2024-05-16 [3] CRAN (R 4.4.2)
 cli           3.6.3   2024-06-21 [3] CRAN (R 4.4.2)
 clipr         0.8.0   2022-02-22 [3] CRAN (R 4.4.2)
 desc          1.4.3   2023-12-10 [3] CRAN (R 4.4.2)
 details     * 0.4.0   2025-02-09 [1] local
 digest        0.6.37  2024-08-19 [3] CRAN (R 4.4.2)
 evaluate      1.0.3   2025-01-10 [3] CRAN (R 4.4.2)
 fastmap       1.2.0   2024-05-15 [3] CRAN (R 4.4.2)
 glue          1.8.0   2024-09-30 [3] CRAN (R 4.4.2)
 htmltools     0.5.8.1 2024-04-04 [3] CRAN (R 4.4.2)
 httr          1.4.7   2023-08-15 [3] CRAN (R 4.4.2)
 jquerylib     0.1.4   2021-04-26 [3] CRAN (R 4.4.2)
 jsonlite      1.8.9   2024-09-20 [3] CRAN (R 4.4.2)
 knitr         1.49    2024-11-08 [3] CRAN (R 4.4.2)
 lifecycle     1.0.4   2023-11-07 [3] CRAN (R 4.4.2)
 magrittr      2.0.3   2022-03-30 [3] CRAN (R 4.4.2)
 pillar        1.10.1  2025-01-07 [3] CRAN (R 4.4.2)
 pkgconfig     2.0.3   2019-09-22 [3] CRAN (R 4.4.2)
 png           0.1-8   2022-11-29 [3] CRAN (R 4.4.0)
 R6            2.5.1   2021-08-19 [3] CRAN (R 4.4.2)
 rlang         1.1.5   2025-01-17 [3] CRAN (R 4.4.2)
 rmarkdown     2.29    2024-11-04 [3] CRAN (R 4.4.2)
 rstudioapi    0.17.1  2024-10-22 [3] CRAN (R 4.4.2)
 sass          0.4.9   2024-03-15 [3] CRAN (R 4.4.2)
 sessioninfo   1.2.2   2021-12-06 [3] CRAN (R 4.4.2)
 tibble        3.2.1   2023-03-20 [3] CRAN (R 4.4.2)
 utf8          1.2.4   2023-10-22 [3] CRAN (R 4.4.2)
 vctrs         0.6.5   2023-12-01 [3] CRAN (R 4.4.2)
 withr         3.0.2   2024-10-28 [3] CRAN (R 4.4.2)
 xfun          0.50    2025-01-07 [3] CRAN (R 4.4.2)
 yaml          2.3.10  2024-07-26 [3] CRAN (R 4.4.2)

 [1] C:/Users/yoni/AppData/Local/Temp/RtmpyEE2C9/Rinst60c4441bd7
 [2] C:/Users/yoni/AppData/Local/Temp/RtmpUhOQ3Z/temp_libpath65802082765a
 [3] C:/Users/yoni/AppData/Local/R/win-library/4.4
 [4] C:/Program Files/R/R-4.4.2/library

──────────────────────────────────────────────────────────────────────────────


These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.