-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.17 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
Package: matte
Title: Opinionated Backend and Reusability Focused Considerations for Shiny
Version: 0.0.0.9000
Description: Purposefully simple helper functions, tools, and a framework for creating reusable applications fit for production in clinical systems.
Authors@R:
c(
person(given = "Maya",
family = "Gans",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Laura",
family = "Maxwell",
email = "[email protected]",
role = "aut"),
person(given = "Jiwan",
family = "Heo",
email = "[email protected]",
role = "aut"),
person(given = "Atorus Research LLC",
role = "cph"),
person(given = "Mike",
family = "Stackhouse",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6030-723X"))
)
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports:
renv,
golem,
rhino,
usethis
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1