-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 892 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
33
34
Package: tablexlsx
Type: Package
Title: Export Data Frames to Excel Workbook
Version: 1.1.0
Authors@R:
c(person(given = "Damien",
family = "Dotta",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Julien",
family = "Blasco",
role = c("aut"),
email = "[email protected]"))
Description: Collection of functions that allow to export data frames to excel workbook.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://ddotta.github.io/tablexlsx/,
https://github.com/ddotta/tablexlsx
BugReports: https://github.com/ddotta/tablexlsx/issues
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
magrittr,
methods,
openxlsx,
cli
VignetteBuilder: knitr