-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
76 lines (76 loc) · 1.76 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
75
76
Package: logrx
Title: A Logging Utility Focus on Clinical Trial Programming Workflows
Version: 0.3.1
Authors@R:
c(
person(given = "Nathan",
family = "Kosiba",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Thomas",
family = "Bermudez",
email = "[email protected]",
role = "aut"),
person(given = "Ben",
family = "Straub",
email = "[email protected]",
role = "aut"),
person(given = "Michael",
family = "Rimler",
email = "[email protected]",
role = "aut"),
person(given = "Nicholas",
family = "Masel",
email = "[email protected]",
role = "aut"),
person(given = "Sam",
family = "Parmar",
email = "[email protected]",
role = "aut"),
person(given = "GSK/Atorus JPT",
role = c("cph", "fnd"))
)
Description: A utility to facilitate the logging and review of R programs in clinical trial programming workflows.
License: MIT + file LICENSE
URL: https://github.com/pharmaverse/logrx
BugReports: https://github.com/pharmaverse/logrx/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr (>= 1.0.0),
magrittr,
purrr,
rlang,
stats,
tidyr,
stringr,
miniUI,
rstudioapi,
shiny,
sessioninfo (>= 1.2),
stringi,
waiter,
tibble,
digest,
lifecycle,
methods
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
withr,
covr,
pkgdown,
Tplyr,
haven,
lintr,
xml2,
here,
readr,
tidyselect
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 4.0.0)