Last data update: 2014.03.03

colorspace

Package: colorspace
Version: 1.2-6
Date: 2015-03-10
Title: Color Space Manipulation
Authors@R: c(person(given = "Ross", family = "Ihaka", role = "aut", email = "ihaka@stat.auckland.ac.nz"),
person(given = "Paul", family = "Murrell", role = "aut", email = "paul@stat.auckland.ac.nz"),
person(given = "Kurt", family = "Hornik", role = "aut", email = "Kurt.Hornik@R-project.org"),
person(given = c("Jason", "C."), family = "Fisher", role = "aut", email = "jfisher@usgs.gov"),
person(given = "Achim", family = "Zeileis", role = c("aut", "cre"), email = "Achim.Zeileis@R-project.org"))
Description: Carries out mapping between assorted color spaces including
RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV),
CIELAB and polar CIELAB. Qualitative, sequential, and
diverging color palettes based on HCL colors are provided.
Depends: R (>= 2.13.0), methods
Imports: graphics
Suggests: KernSmooth, MASS, kernlab, mvtnorm, vcd, dichromat, tcltk
License: BSD_3_clause + file LICENSE
LazyData: yes
Packaged: 2015-03-10 21:17:09 UTC; zeileis
Author: Ross Ihaka [aut],
Paul Murrell [aut],
Kurt Hornik [aut],
Jason C. Fisher [aut],
Achim Zeileis [aut, cre]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-03-11 00:21:00

● Cran Task View: Graphics
● 0 images, 20 functions, 1 datasets
Reverse Depends: 16

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'colorspace' ...
** package 'colorspace' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c colorspace.c -o colorspace.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o colorspace.so colorspace.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/colorspace/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a generic function for 'plot' from package 'graphics' in package 'colorspace'
** help
*** installing help indices
  converting help for package 'colorspace'
    finding HTML links ... done
    HLS                                     html  
    HSV                                     html  
    LAB                                     html  
    LUV                                     html  
    RGB                                     html  
    USSouthPolygon                          html  
    XYZ                                     html  
    choose_palette                          html  
    color-class                             html  
    coords                                  html  
    desaturate                              html  
    hex                                     html  
    hex2RGB                                 html  
    mixcolor                                html  
    polarLAB                                html  
    polarLUV                                html  
    rainbow_hcl                             html  
    readRGB                                 html  
    readhex                                 html  
    sRGB                                    html  
    writehex                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (colorspace)
Making 'packages.html' ... done