Skip to content

Commit

Permalink
add r session
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Nov 1, 2024
1 parent fa37737 commit 96e19c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inst/templates/base/reports/example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ opts_chunk[["set"]](
- PI: `r PI`
- Analyst: `r analyst`
- Experiment: `r experiment`

# R session

List and version of tools used for the QC report generation.

```{r}
sessionInfo()
```

0 comments on commit 96e19c6

Please sign in to comment.