-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.05 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
Package: TabularManifest
Title: Tabular Manifest
Description: Tabular configuration files are used to assist the manipulation and exploration of wide datasets.
Version: 0.2.1
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"wibeasley@hotmail.com", comment = c(ORCID = "0000-0002-5613-5006")),
person("Chad", "Scherrer", role = "ctb"),
person("Steve", "Soloway", role = "ctb"),
person("Martin", "Lenardon", role = "ctb"))
LazyData: TRUE
URL: https://melinae.github.io/TabularManifest/,
https://github.com/Melinae/TabularManifest,
https://melinae.com/
BugReports: https://github.com/Melinae/TabularManifest/issues
Depends:
R(>= 4.2.0)
Imports:
dplyr,
forcats,
ggplot2,
grid,
magrittr,
mgcv,
rlang,
scales,
tibble
Suggests:
covr,
datasets,
devtools,
knitr,
nycflights13,
RColorBrewer,
testit,
testthat
License: MIT + file LICENSE
VignetteBuilder: knitr
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3