ropsec
ropsec copied to clipboard
㊙️ Operations security for R developers
- [ ] what is the current state? - [ ] is there anything missing? is it reasonable to make it work?
Similar to https://github.com/r-lib/usethis/pull/730/commits/7991f89d85e36b2c69bfac0bde8299d34603da50 In `gpg-store`, `gpg::gpg_list_keys()` and `gpg::gpg_export()` are topics rather than direct links as they are documented as part of a group in gpg
Thank you for your [ROpenSci community call presentation](https://ropensci.org/commcalls/2019-05-07/) recently :-) **Is your feature request related to a problem? Please describe.** I ran `ropsec::summarize_system_checks()` on Windows 8 and got ``` macos-simple-test.R:45:...
now `devtools::test` is successful but `testthat::test_file("tests/testthat/test-gpg-store.R")` fails
e.g. notary (https://twitter.com/Hao_and_Y/status/1131617066509672449)
**Is your feature request related to a problem? Please describe.** When running: ``` r ropsec::summarize_system_checks() #> Registered S3 method overwritten by 'openssl': #> method from #> print.bytes Rcpp #> ✔...
**Describe the bug** The test for `macOS requiring password after sleep or screen saver kicks in` fails yet it is actually enabled on my system. **To Reproduce** When running `ropsec::summarize_system_checks()`,...