forked from metrumresearchgroup/yspec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·85 lines (85 loc) · 2.03 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
77
78
79
80
81
82
83
84
85
Package: yspec
Type: Package
Title: Data Specification for Pharmacometrics
Version: 0.6.1.9000
Authors@R: c(
person("Kyle T", "Baron", "",
c("aut", "cre"),
comment=c(ORCID="0000-0001-7252-5656")),
person(given = "Katherine",
family = "Kay",
role = "ctb",
email = "[email protected]"),
person(given = "Eric",
family = "Anderson",
role = "ctb",
email = "[email protected]"),
person(given = "Sean",
family = "Wilson",
role = "ctb",
email = "[email protected]"),
person(given = "Samuel",
family = "Callisto",
role = "ctb",
email = "[email protected]"),
person("Metrum Research Group", role = "cph")
)
Maintainer: Kyle Baron <[email protected]>
URL: https://github.com/metrumresearchgroup/yspec
BugReports: https://github.com/metrumresearchgroup/yspec/issues
Description: Generate Define.pdf from yaml specification.
License: GPL (>=2)
Encoding: UTF-8
Language: en-US
Depends: R (>= 3.5.0)
Imports:
yaml (>= 2.2),
dplyr (>= 1.0.8),
rmarkdown (>= 1.12),
knitr (>= 1.22),
xtable (>= 1.8),
rlang (>= 1.0.1),
assertthat,
purrr (>= 0.3.4),
glue (>= 1.6.1),
rstudioapi,
crayon (>= 1.3.4),
tibble,
tidyselect,
fs,
stringr
Suggests: pander, testthat
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Collate:
'utils.R'
'Aaaa.R'
'addin.R'
'axis_data.R'
'check_spec.R'
'class-ycol.R'
'class-yproject.R'
'class-yspec.R'
'col-note.R'
'col_factor.R'
'define.R'
'definetemplate.R'
'err_log.R'
'exspec.R'
'extend.R'
'fda_define.R'
'flags.R'
'handlers.R'
'help.R'
'load_spec.R'
'lookup.R'
'md_outline.R'
'namespace.R'
'nm_input.R'
'pander_table.R'
'spec_validate.R'
'split_col.R'
'x_table_2.R'
'ys-get.R'
'ys-tidy.R'