-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 970 Bytes
/
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
Package: forgts
Title: Convert Formatted Spreadsheets to Presentation-Ready Display Tables
Version: 0.0.1.9000
Authors@R:
person("Luis D.", "Verde Arregoitia", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9520-6543"))
Description: Reads cell contents plus formatting from a spreadsheet file and creates an editable 'gt' object with the same data and formatting. Supports the most commonly-used cell and text styles including colors, fills, font weights and decorations, and borders.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Imports:
dplyr,
gt,
purrr,
readxl,
rlang,
tibble,
tidyr,
tidyxl
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/luisDVA/forgts, https://luisdva.github.io/forgts/
BugReports: https://github.com/luisDVA/forgts/issues
VignetteBuilder: knitr