-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathDESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
Package: defineR
Type: Package
Title: Creates Define XML Documents
Version: 0.0.6
Authors@R: c(
person(given = "David",
family = "Bosak",
role = c("aut", "cre"),
email = "dbosak01@gmail.com"),
person(given = "Aheer",
family = "Alvi",
role = c("aut"),
email = "aheer.alvi@gmail.com"),
person(given = "Jonathan",
family = "Stallings",
role = c("ctb"),
email = "jdstallings@dataindeed.io"))
Maintainer: David Bosak <dbosak01@gmail.com>
Description: Creates 'define.xml' documents used for regulatory
submissions based on spreadsheet metadata. Can also help
create metadata and generate HTML data explorer.
License: CC0
URL: https://defineR.r-sassy.org, https://github.com/dbosak01/defineR
BugReports: https://github.com/dbosak01/defineR/issues
Encoding: UTF-8
Depends: R (>= 3.6.0),
common,
glue
Suggests:
knitr,
rmarkdown,
magrittr,
testthat (>= 3.0.0)
Imports:
readxl,
xml2,
xslt,
reporter,
libr,
openxlsx,
stats
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.3