r-lsd¶
Summary¶
Create lots of colorful plots in a plethora of variations (try the LSD demotour() )
Home¶
Versions¶
- 3.0
License¶
Unlimited
Meta¶
package:
name: r-lsd
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "3.0"
source:
fn: LSD_3.0.tar.gz
url:
- http://cran.r-project.org/src/contrib/LSD_3.0.tar.gz
- http://cran.r-project.org/src/contrib/Archive/LSD/LSD_3.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('LSD')" # [not win]
- "\"%R%\" -e \"library('LSD')\"" # [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:
license: Unlimited
summary: !!python/unicode 'Create lots of colorful plots in a plethora of variations (try the
LSD demotour() )'
# The original CRAN metadata for this package was:
# Package: LSD
# Type: Package
# Title: Lots of Superior Depictions
# Version: 3.0
# Date: 2015-01-02
# Author: Bjoern Schwalb, Achim Tresch, Phillipp Torkler, Sebastian Duemcke, Carina Demel
# Maintainer: Bjoern Schwalb <schwalb.bjoern@gmail.com>
# Description: Create lots of colorful plots in a plethora of variations (try the LSD demotour() )
# License: Unlimited
# LazyLoad: yes
# Packaged: 2015-01-08 14:03:59 UTC; bschwal
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2015-01-09 07:58:48
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml