BergelsonLab / BergelsonLab/blabr
function to write session info as the poor man's renv
Open
- Dominant language
- R
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Probably this is enough:
```
writeLines(capture.output(sessionInfo()), "session-info_{username}.txt")
```
Code above (except for the filename) from [here](https://stackoverflow.com/a/21967272/3042770)
Contributor guide
Assessment
This issue has not been assessed yet.