-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.39 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.39 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
45
46
Package: aftables
Title: Create Spreadsheet Publications Following Best Practice
Version: 2.0.1
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")),
person("Zachary", "Gleisner", , "Zachary.Gleisner@dhsc.gov.uk", role = "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 (>= 4.1.0)
Imports:
openxlsx2,
pillar,
purrr,
dplyr,
stringr,
tidyselect,
tidyr,
rlang,
utils,
yaml,
tibble
Suggests:
covr,
knitr,
rmarkdown,
rstudioapi,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3