forked from ropensci/writexl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 873 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
Package: writexl
Type: Package
Title: Export Data Frames to Excel 'xlsx' Format
Version: 1.3.1
Authors@R: c(
person("Jeroen", "Ooms", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4035-0289")),
person("John McNamara", role = "cph",
comment = "Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)"))
Description: Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'.
Fast and no Java or Excel required.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://docs.ropensci.org/writexl (website)
https://github.com/ropensci/writexl (devel)
https://libxlsxwriter.github.io (upstream)
BugReports: https://github.com/ropensci/writexl/issues
RoxygenNote: 7.0.2
Suggests:
spelling,
readxl,
nycflights13,
testthat,
bit64
Language: en-US