-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 929 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
29
30
31
32
Package: gto
Type: Package
Title: Insert 'gt' Tables into Word Documents
Version: 0.1.2
Authors@R:
c( person(given = "Ellis",
family = "Hughes",
role = c("aut","cre"),
email = "ellis.h.hughes@gsk.com",
comment = c(ORCID = "0000-0003-0637-4436")),
person("GlaxoSmithKline Research & Development Limited", role = c("cph", "fnd"))
)
Description: Insert tables created by the 'gt' R package into 'Microsoft Word'
documents. This gives users the ability to add to their existing word documents
the tables made in 'gt' using the familiar 'officer' package and syntax from
the 'officeverse'.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Imports:
gt (>= 0.8.0),
magrittr,
officer,
rlang,
xml2
Suggests:
testthat (>= 3.0.0),
dplyr,
tibble,
covr
RoxygenNote: 7.2.1
Config/testthat/edition: 3