-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 1.1 KB
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: WriteXLS
Version: 6.8.0
Date: 2025-05-22
Title: Cross-Platform Perl Based R Function to Create Excel 2003 (XLS) and Excel 2007 (XLSX) Files
Description: Cross-platform Perl based R function to create Excel 2003 (XLS) and Excel 2007 (XLSX)
files from one or more data frames. Each data frame will be
written to a separate named worksheet in the Excel spreadsheet.
The worksheet name will be the name of the data frame it contains
or can be specified by the user.
Authors@R: c(person(given = "Marc",
family = "Schwartz",
role = c("aut", "cre"),
email = "marc_schwartz@me.com"),
person(given = c("Various authors for Perl modules listed in each .pm"),
family = "file.",
role = "aut"))
Copyright: The copyright holders of the Perl files are listed in each .pm file under the Perl directory.
License: GPL (>= 2)
SystemRequirements: Perl
Imports: utils
URL: https://github.com/marcschwartz/WriteXLS
BugReports: https://github.com/marcschwartz/WriteXLS/issues