-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 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
Type: Package
Package: accessibletablesR
Title: Creating accessible tables in an Excel workbook
Version: 0.1.0
Authors@R:
person("Matthew", "Minifie", , "minifiemj@gmail.com", role = c("aut", "cre"))
Description: Creates Excel spreadsheets which align as closely as possible
to UK Government Statistical Service's accessibility criteria. Relies
upon the R package 'openxlsx'. The package was developed using R
4.1.3, 'dplyr' version 1.1.2, 'openxlsx' version 4.2.5.2, 'conflicted'
version 1.2.0, 'stringr' version 1.5.0, 'purrr' version 1.0.1 and
'rlang' version 1.1.0. Alternative options include the R package
'a11ytables' and the Python package 'gptables' (which can be run in R
via the package 'reticulate').
License: MIT + file LICENSE
URL: https://github.com/minifiemj/accessibletablesR,
https://minifiemj.github.io/accessibletablesR/
BugReports: https://github.com/minifiemj/accessibletablesR/issues
Depends:
R (>= 3.5.0)
Imports:
conflicted (>= 1.2.0),
dplyr (>= 1.1.2),
openxlsx (>= 4.2.5.2),
purrr (>= 1.0.1),
rlang (>= 1.1.0),
stringr (>= 1.5.0)
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2