r-writexls¶
Summary¶
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.
Versions¶
- 4.0.0
License¶
GPL (>= 2)
Meta¶
package:
name: r-writexls
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "4.0.0"
source:
fn: WriteXLS_4.0.0.tar.gz
url:
- http://cran.r-project.org/src/contrib/WriteXLS_4.0.0.tar.gz
- http://cran.r-project.org/src/contrib/Archive/WriteXLS/WriteXLS_4.0.0.tar.gz
# You can add a hash for the file here, like md5 or sha1
# md5: 49448ba4863157652311cc5ea4fea3ea
# sha1: 3bcfbee008276084cbb37a2b453963c61176a322
# patches:
# List any patch files here
# - fix.patch
build:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('WriteXLS')" # [not win]
- "\"%R%\" -e \"library('WriteXLS')\"" # [win]
# You can also put a file called run_test.py, run_test.sh, or run_test.bat
# in the recipe that will be run at test time.
# requires:
# Put any additional test requirements here.
about:
home: !!python/unicode 'https://github.com/marcschwartz/WriteXLS'
license: GPL (>= 2)
summary: !!python/unicode '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. '
# The original CRAN metadata for this package was:
# Package: WriteXLS
# Version: 4.0.0
# Date: 2015-11-07
# 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.
# Author: Marc Schwartz <marc_schwartz@me.com> and various authors for Perl modules listed in each .pm file.
# Copyright: The copyright holders of the Perl files are listed in each .pm file under the Perl directory.
# Maintainer: Marc Schwartz <marc_schwartz@me.com>
# License: GPL (>= 2)
# SystemRequirements: Perl
# Imports: utils
# URL: https://github.com/marcschwartz/WriteXLS
# BugReports: https://github.com/marcschwartz/WriteXLS/issues
# NeedsCompilation: no
# Packaged: 2015-12-07 12:45:32 UTC; marcschwartz
# Repository: CRAN
# Date/Publication: 2015-12-07 16:17:00
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml