-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
29 lines (29 loc) · 834 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
Package: fidelius
Title: Browser-Side Password-Protected HTML Documents
Version: 0.0.2.9000
Authors@R:
person(given = "Matthew T.",
family = "Warkentin",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8730-3511"))
Description: Create secure, encrypted, and password-protected static HTML
documents that include the machinery for secure in-browser authentication
and decryption.
License: MIT + file LICENSE
URL: https://mattwarkentin.github.io/fidelius/,
https://github.com/mattwarkentin/fidelius
BugReports: https://github.com/mattwarkentin/fidelius/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
askpass,
fs,
htmltools,
readr,
rlang,
rmarkdown,
rstudioapi,
sodium,
whisker