-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.4 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
Package: whirl
Title: Logging package
Version: 0.1.7
Authors@R: c(
person("Aksel", "Thomsen", , "[email protected]", role = c("aut", "cre")),
person("Lovemore", "Gakava", , "[email protected]", role = "aut"),
person("Cervan", "Girard", , "[email protected]", role = "aut"),
person("Kristian", "Troejelsgaard", , "[email protected]", role = "aut"),
person("Steffen Falgreen", "Larsen", , "[email protected]", role = "aut"),
person("Vladimir", "Obucina", , email = "[email protected]", role = "aut"),
person("Novo Nordisk A/S", role = "cph")
)
Description: Provides functionalities for running R scripts in batch, while simultanously creating logs for each script execution.
License: Apache License (>= 2)
URL: https://novonordisk-opensource.github.io/whirl/, https://github.com/novonordisk-opensource/whirl
Depends:
R (>= 4.1)
Imports:
callr,
checkmate,
cli,
dplyr,
ggplot2,
httr,
jsonlite,
kableExtra,
knitr,
options,
purrr,
quarto,
R6,
renv,
rlang,
rmarkdown,
sessioninfo,
stringr,
tibble,
tidyr,
unglue,
utils,
withr,
yaml,
zephyr (>= 0.0.0.9000),
glue,
reticulate
Suggests:
testthat (>= 3.0.0),
usethis
Remotes:
NovoNordisk-OpenSource/zephyr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr