Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sellorm/r-sitrep
reporting tool for R based environments
https://github.com/sellorm/r-sitrep
Last synced: about 2 months ago
JSON representation
reporting tool for R based environments
- Host: GitHub
- URL: https://github.com/sellorm/r-sitrep
- Owner: sellorm
- License: mit
- Created: 2023-06-22T10:30:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-22T14:29:21.000Z (over 1 year ago)
- Last Synced: 2023-09-04T11:50:48.181Z (over 1 year ago)
- Language: R
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# R sitrep - reporting for R based environments
The file `sitrep.r` is a command line utility that should be copied to the target system and run.
It will produce markdown format output in the terminal with details of the environment checks performed.
## Usage
run the following for more information:
```
sitrep.r --help
```Checks include:
* repos Tests that the configured repo is set and accessible
* library Checks configured library paths and whether they're writable
* packages Lists all installed packages
* bioc Checks that bioconductor.org is accessible
* rstudio Reports the installed RStudio versionThe output can be captured by redirecting to a file, like so:
```
sitrep.r > report.md
```## License
(c) 2023 Mark Sellors
Release under the MIT License.See LICENSE.md for more.