forked from gaborcsardi/secret
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 825 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: secret
Title: Share Sensitive Information in R Packages
Version: 1.1.0.9000
Authors@R: c(person("Gábor", "Csárdi", role=c("aut", "cre"),
email="[email protected]"),
person("Andrie", "de Vries", role=c("aut"),
email="[email protected]"))
Description: Allow sharing sensitive information, for example passwords,
'API' keys, etc., in R packages, using public key cryptography.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/gaborcsardi/secret#readme
BugReports: https://github.com/gaborcsardi/secret/issues
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Imports:
assertthat,
openssl,
rprojroot,
curl,
jsonlite
Suggests:
covr,
mockery,
testthat,
knitr,
rmarkdown,
withr
Encoding: UTF-8
VignetteBuilder: knitr