-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.18 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
Package: zephyr
Title: Tools for Informing Users Based on Package Options
Version: 0.0.4
Authors@R: c(
person("Aksel", "Thomsen", , "[email protected]", role = c("aut", "cre")),
person("Mathias Lerbech", "Jeppesen", , "[email protected]", role = "aut"),
person("Cervan", "Girard", , "[email protected]", role = "aut"),
person("Kristian", "Troejelsgaard", ,"[email protected]", role = "aut"),
person("Lovemore", "Gakava", , "[email protected]", role = "aut"),
person("Steffen Falgreen", "Larsen", , "[email protected]", role = "aut"),
person("Vladimir", "Obucina", , "[email protected]", role = c("aut")),
person("Novo Nordisk A/S", role = c("cph"))
)
Description: Tools for helping developers of R packages inform their users.
Package enables writing messages based on package level options.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
withr,
checkmate,
dplyr
Config/testthat/edition: 3
URL: https://novonordisk-opensource.github.io/zephyr/, https://github.com/NovoNordisk-OpenSource/zephyr
Imports:
cli,
options,
rlang,
utils