r-ggally¶
Summary¶
GGally is designed to be a helper to ggplot2. It contains templates for different plots to be combined into a plot matrix, a parallel coordinate plot function, as well as a function for making a network plot.
Home¶
Versions¶
- 0.5.0
License¶
GPL (>= 2.0)
Meta¶
package:
name: r-ggally
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.5.0"
source:
fn: GGally_0.5.0.tar.gz
url:
- http://cran.r-project.org/src/contrib/GGally_0.5.0.tar.gz
- http://cran.r-project.org/src/contrib/Archive/GGally/GGally_0.5.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/
# Suggests: arm (>= 1.7), intergraph (>= 2.0-0), network (>= 1.7.2), RColorBrewer (>= 1.0-5), scales (>= 0.2.3), scagnostics (>= 0.2-4), sna (>= 2.3-1), survival (>= 2.37-4), tnet (>= 3.0), roxygen2 (>= 4.0.1)
requirements:
build:
- r
- r-ggplot2 >=1.0.0
- r-gtable >=0.1.2
- r-plyr >=1.8
- r-reshape >=0.8.4
- r-stringr >=0.6.2
run:
- r
- r-ggplot2 >=1.0.0
- r-gtable >=0.1.2
- r-plyr >=1.8
- r-reshape >=0.8.4
- r-stringr >=0.6.2
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('GGally')" # [not win]
- "\"%R%\" -e \"library('GGally')\"" # [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.0)
summary: !!python/unicode 'GGally is designed to be a helper to ggplot2. It contains templates
for different plots to be combined into a plot matrix, a parallel coordinate plot
function, as well as a function for making a network plot.'
# The original CRAN metadata for this package was:
# Package: GGally
# Version: 0.5.0
# Date: 2014-12-01
# Maintainer: Barret Schloerke <schloerke@gmail.com>
# License: GPL (>= 2.0)
# Title: Extension to ggplot2.
# Type: Package
# LazyLoad: yes
# LazyData: true
# Author: Barret Schloerke <schloerke@gmail.com>, Jason Crowley <crowley.jason.s@gmail.com>, Di Cook <dicook@iastate.edu>, Heike Hofmann <hofmann@iastate.edu>, Hadley Wickham <h.wickham@iastate.edu>, and Francois Briatte <f.briatte@gmail.com>, Moritz Marbach <mmarbach@mail.uni-mannheim.de>, and Edwin Thoen <edwinthoen@@gmail.com>
# Description: GGally is designed to be a helper to ggplot2. It contains templates for different plots to be combined into a plot matrix, a parallel coordinate plot function, as well as a function for making a network plot.
# Depends: R (>= 2.14)
# Imports: ggplot2 (>= 1.0.0), grid (>= 3.0.0), gtable (>= 0.1.2), plyr (>= 1.8), reshape (>= 0.8.4), stringr (>= 0.6.2)
# Suggests: arm (>= 1.7), intergraph (>= 2.0-0), network (>= 1.7.2), RColorBrewer (>= 1.0-5), scales (>= 0.2.3), scagnostics (>= 0.2-4), sna (>= 2.3-1), survival (>= 2.37-4), tnet (>= 3.0), roxygen2 (>= 4.0.1)
# Packaged: 2014-12-01 21:52:05 UTC; barret
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2014-12-02 00:32:53
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml