-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
53 lines (53 loc) · 935 Bytes
/
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
Package: CTUCosting
Type: Package
Title: Machinery for CTU costings
Version: 0.7.1
Authors@R:
c(
person(given = "Alan G.", family = "Haynes", role = "cre",
email = "[email protected]"))
Maintainer: Alan Haynes <[email protected]>
Description: Machinery for CTU costings
License: MIT
URL: https://github.com/CTU-Bern/CTUCostings
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10),
Imports:
collapse,
data.table,
dplyr,
glue,
gt,
magrittr,
openxlsx,
pagedown,
purrr,
readxl,
redcaptools,
shiny,
stringr,
tibble,
tidyr,
vctrs,
writexl
RoxygenNote: 7.3.0
Suggests:
bsicons,
bslib,
DT,
knitr,
markdown,
patchwork,
reactlog,
rmarkdown,
shinyalert,
shinybusy,
testthat (>= 3.0.0),
vdiffr
Remotes:
CTU-Bern/redcaptools
VignetteBuilder: knitr
LazyData: true
Config/testthat/edition: 3