-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.1 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: lockr
Title: Easily Encrypt and Decrypt Files
Version: 0.4.0.9000
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "danielvartan@proton.me",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: A simple and user-friendly toolkit to encrypt or decrypt files.
License: GPL (>= 3)
URL: https://danielvartan.github.io/lockr/,
https://github.com/danielvartan/lockr/
BugReports: https://github.com/danielvartan/lockr/issues/
Depends:
R (>= 4.4)
Imports:
checkmate (>= 2.3.3),
cli (>= 3.6.5),
dplyr (>= 1.1.4),
fs (>= 1.6.6),
here (>= 1.0.2),
magrittr (>= 2.0.4),
openssl (>= 2.3.4),
readr (>= 2.1.6),
stringr (>= 1.6.0)
Suggests:
askpass (>= 1.2.1),
bslib (>= 0.9.0),
covr (>= 3.6.5),
knitr (>= 1.50),
mockr (>= 0.2.2),
rmarkdown (>= 2.30),
spelling (>= 2.3.2),
testthat (>= 3.3.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LazyData: true