-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
74 lines (74 loc) · 1.97 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: goldeneye
Title: Sharing Secrets Safely
Date: 2023-12-19
Version: 0.6.2-1
Authors@R:
c(
person(given = "Matt",
family = "Denwood",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Mossa Merhi",
family = "Reimert",
role = c("ctb"),
email = "[email protected]"),
person(given = "Maya Katrin",
family = "Gussmann",
role = c("ctb"),
email = "[email protected]"),
person(given = "S\u00f8ren Saxmose",
family = "Nielsen",
role = c("ctb"),
email = "[email protected]"),
person(given = "Francisco Fernando",
family = "Calvo-Artavia",
role = c("ctb"),
email = "[email protected]"),
person(given = "Ivana Rodriguez",
family = "Ewerl\u00f6f",
role = c("ctb"),
email = "[email protected]"),
person(given = "Jessica",
family = "Enright",
role = c("ctb"),
email = "[email protected]")
)
Description: The goldeneye package is designed to allow data to safely be shared
between R users over insecure channels. While it does require using R, the
interfaces are written to be as simple as possible in order to reduce the
technical barrier for beginner R users. A shiny interface is also provided to
further simplify usage. This package was developed as part of the
NordForsk-funded DigiVet project.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
rstudioapi,
zip,
base64enc,
keyring,
getPass,
sodium (>= 1.1),
qs (>= 0.25),
stringr,
dplyr,
rlang,
tibble,
magrittr,
shiny,
shinydashboard,
shinythemes,
htmltools,
markdown
Depends:
R (>= 4.1.0),
tidyverse
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-GB