mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
sharing session info
This commit is contained in:
parent
2d35001c33
commit
aa94a67707
3 changed files with 201 additions and 0 deletions
35
vignettes/session.Rmd
Normal file
35
vignettes/session.Rmd
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
title: "Session info"
|
||||
output: rmarkdown::html_vignette
|
||||
vignette: >
|
||||
%\VignetteIndexEntry{session}
|
||||
%\VignetteEngine{knitr::rmarkdown}
|
||||
%\VignetteEncoding{UTF-8}
|
||||
---
|
||||
|
||||
```{r, include = FALSE}
|
||||
knitr::opts_chunk$set(
|
||||
collapse = TRUE,
|
||||
comment = "#>"
|
||||
)
|
||||
options(rmarkdown.html_vignette.check_title = FALSE)
|
||||
```
|
||||
|
||||
```{r setup}
|
||||
library(FreesearchR)
|
||||
```
|
||||
|
||||
This is the session info on the primary build machine. Inspect loaded packages and the latest build info.
|
||||
|
||||
## Platform info
|
||||
|
||||
```{r}
|
||||
FreesearchR:::session_data$platform |> knitr::kable()
|
||||
```
|
||||
|
||||
|
||||
## Libraries
|
||||
|
||||
```{r}
|
||||
FreesearchR:::session_data$libs|> knitr::kable()
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue