You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviews are copyright of the reviewers and cannot be shared without permission. To keep everything in one place, review material is stored here in encrypted files.
```{r}
library(gpg)
keyring <- gpg_list_keys(secret = TRUE)
cboettig <- keyring[1, "id"]
```
Encrypt `.gitignore`'d plain text, allowing only specified users to decrypt: