-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.21 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
Package: aftables
Title: Create Spreadsheet Publications Following Best Practice
Version: 1.0.2
Authors@R: c(
person("Matt", "Dray", , "mwdray@gmail.com", role = c("aut")),
person("Tim", "Taylor", role = "ctb"),
person("Matt", "Kerlogue", role = "ctb"),
person("Crown Copyright", role = c("cph")),
person("Olivia", "Box Power", , "Olivia.BoxPower@dhsc.gov.uk", role = c("cre", "ctb"))
)
Description: Generate spreadsheet publications that follow best practice
guidance from the UK government's Analysis Function, available at
<https://analysisfunction.civilservice.gov.uk/policy-store/releasing-statistics-in-spreadsheets/>,
with a focus on accessibility. See also the 'Python' package 'gptables'.
License: MIT + file LICENSE
URL: https://best-practice-and-impact.github.io/aftables/,
https://github.com/best-practice-and-impact/aftables
BugReports: https://github.com/best-practice-and-impact/aftables/issues
Depends:
R (>= 3.5)
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.2