r-venndiagram¶
Summary¶
A set of functions to generate high-resolution Venn and Euler plots. Includes handling for several special cases, including two-case scaling, and extensive customization of plot shape and structure.
Home¶
Versions¶
- 1.6.16
License¶
GPL-2
Meta¶
package:
name: r-venndiagram
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.6.16"
source:
fn: VennDiagram_1.6.16.tar.gz
url:
- http://cran.r-project.org/src/contrib/VennDiagram_1.6.16.tar.gz
- http://cran.r-project.org/src/contrib/Archive/VennDiagram/VennDiagram_1.6.16.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/
# Suggests: testthat
requirements:
build:
- r
- r-futile.logger
run:
- r
- r-futile.logger
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('VennDiagram')" # [not win]
- "\"%R%\" -e \"library('VennDiagram')\"" # [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: GPL-2
summary: A set of functions to generate high-resolution Venn and Euler plots. Includes handling
for several special cases, including two-case scaling, and extensive customization
of plot shape and structure.
# The original CRAN metadata for this package was:
# Package: VennDiagram
# Version: 1.6.16
# Type: Package
# Title: Generate High-Resolution Venn and Euler Plots
# Date: 2015-08-28
# Author: Hanbo Chen
# Maintainer: Paul Boutros <Paul.Boutros@oicr.on.ca>
# Depends: R (>= 2.14.1), grid (>= 2.14.1), futile.logger
# Description: A set of functions to generate high-resolution Venn and Euler plots. Includes handling for several special cases, including two-case scaling, and extensive customization of plot shape and structure.
# License: GPL-2
# LazyLoad: yes
# Suggests: testthat
# NeedsCompilation: no
# Packaged: 2015-09-10 20:59:45 UTC; clalansingh
# Repository: CRAN
# Date/Publication: 2015-09-17 07:51:02
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml