r-circlize¶
Summary¶
Circular layout is an efficient way for the visualization of huge amounts of information. Here the circlize package provides an implementation of circular layout generation in R as well as an enhancement of available software. The flexibility of this package is based on the usage of low-level graphics functions such that self-defined high-level graphics can be easily implemented by users for specific purposes. Together with the seamless connection between the powerful computational and visual environment in R, circlize gives users more convenience and freedom to design figures for better understanding complex patterns behind multi-dimensional data.
Versions¶
- 0.3.3
License¶
GPL (>= 2)
Meta¶
package:
name: r-circlize
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.3.3"
source:
fn: circlize_0.3.3.tar.gz
url:
- http://cran.r-project.org/src/contrib/circlize_0.3.3.tar.gz
- http://cran.r-project.org/src/contrib/Archive/circlize/circlize_0.3.3.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: knitr, dendextend (>= 1.0.1)
requirements:
build:
- r
- r-globaloptions >=0.0.6
- r-colorspace
- r-shape
run:
- r
- r-globaloptions >=0.0.6
- r-colorspace
- r-shape
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('circlize')" # [not win]
- "\"%R%\" -e \"library('circlize')\"" # [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/jokergoo/circlize
license: GPL (>= 2)
summary: Circular layout is an efficient way for the visualization of huge amounts of information.
Here the circlize package provides an implementation of circular layout generation
in R as well as an enhancement of available software. The flexibility of this package
is based on the usage of low-level graphics functions such that self-defined high-level
graphics can be easily implemented by users for specific purposes. Together with
the seamless connection between the powerful computational and visual environment
in R, circlize gives users more convenience and freedom to design figures for better
understanding complex patterns behind multi-dimensional data.
# The original CRAN metadata for this package was:
# Package: circlize
# Type: Package
# Title: Circular Visualization
# Version: 0.3.3
# Date: 2015-11-25
# Author: Zuguang Gu
# Maintainer: Zuguang Gu <z.gu@dkfz.de>
# Depends: R (>= 2.10.0), graphics
# Imports: GlobalOptions (>= 0.0.6), shape, grDevices, utils, stats, colorspace, methods, grid
# Suggests: knitr, dendextend (>= 1.0.1)
# VignetteBuilder: knitr
# Description: Circular layout is an efficient way for the visualization of huge amounts of information. Here the circlize package provides an implementation of circular layout generation in R as well as an enhancement of available software. The flexibility of this package is based on the usage of low-level graphics functions such that self-defined high-level graphics can be easily implemented by users for specific purposes. Together with the seamless connection between the powerful computational and visual environment in R, circlize gives users more convenience and freedom to design figures for better understanding complex patterns behind multi-dimensional data.
# URL: https://github.com/jokergoo/circlize
# License: GPL (>= 2)
# Packaged: 2015-11-25 22:09:23 UTC; jokergoo
# Repository: CRAN
# Date/Publication: 2015-11-26 08:33:04
# NeedsCompilation: no
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml