r-corrplot¶
Summary¶
The corrplot package is a graphical display of a correlation matrix, confidence interval. It also contains some algorithms to do matrix reordering.
Versions¶
- 0.73
License¶
GPL
Meta¶
package:
name: r-corrplot
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.73"
source:
fn: corrplot_0.73.tar.gz
url:
- http://cran.r-project.org/src/contrib/corrplot_0.73.tar.gz
- http://cran.r-project.org/src/contrib/Archive/corrplot/corrplot_0.73.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: seriation, knitr
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('corrplot')" # [not win]
- "\"%R%\" -e \"library('corrplot')\"" # [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: https://github.com/taiyun/corrplot
license: GPL
summary: The corrplot package is a graphical display of a correlation matrix, confidence interval.
It also contains some algorithms to do matrix reordering.
# The original CRAN metadata for this package was:
# Package: corrplot
# Type: Package
# Title: Visualization of a correlation matrix
# Version: 0.73
# Author: Taiyun Wei
# Suggests: seriation, knitr
# Maintainer: Taiyun Wei <weitaiyun@gmail.com>
# Description: The corrplot package is a graphical display of a correlation matrix, confidence interval. It also contains some algorithms to do matrix reordering.
# License: GPL
# URL: https://github.com/taiyun/corrplot
# BugReports: https://github.com/taiyun/corrplot/issues
# VignetteBuilder: knitr
# Packaged: 2013-10-15 07:24:46 UTC; taiyun
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2013-10-15 10:04:07
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml