-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1.02 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
Package: a11ytables
Title: Create Spreadsheet Publications Following Best Practice
Version: 0.3.2
Authors@R: c(
person("Matt", "Dray", , "[email protected]", role = c("aut", "cre")),
person("Tim", "Taylor", role = "ctb"),
person("Matt", "Kerlogue", role = "ctb"),
person("Crown Copyright", role = c("cph", "fnd"))
)
Description: Generate spreadsheet publications that follow best practice
guidance from the UK government's Analysis Function, with a focus on
accessibility. Based on 'openxlsx'. See also the Python package
'gptables'.
License: MIT + file LICENSE
URL: https://co-analysis.github.io/a11ytables/,
https://github.com/co-analysis/a11ytables
BugReports: https://github.com/co-analysis/a11ytables/issues
Depends:
R (>= 2.10)
Imports:
openxlsx,
pillar
Suggests:
covr,
knitr,
rmarkdown,
rstudioapi,
testthat (>= 3.0.0),
tibble
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1