Personal Workstation Safety Checks and Utilities
devtools::install_github("ropenscilabs/ropsec")
To have vignettes available locally:
devtools::install_github("ropenscilabs/ropsec", build_vignettes = TRUE)
For details see vignette("sign-commits", "ropsec")
.
key <- sign_commits_with_key("John Doe", "[email protected]")
store_public_key(key)
ropsec::summarize_system_checks()
Please note that the ropsec
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.