Last data update: 2014.03.03

scales

Package: scales
Version: 0.4.0
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph")
)
Title: Scale Functions for Visualization
Description: Graphical scales map data to aesthetics, and provide
methods for automatically determining breaks and labels
for axes and legends.
URL: https://github.com/hadley/scales
BugReports: https://github.com/hadley/scales/issues
Depends: R (>= 2.13)
Imports: RColorBrewer, dichromat, plyr, munsell (>= 0.2), labeling,
methods, Rcpp
LinkingTo: Rcpp
Suggests: testthat (>= 0.8), covr
License: MIT + file LICENSE
LazyLoad: yes
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-26 13:10:16 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-02-26 15:45:07

● 0 images, 71 functions, 0 datasets
Reverse Depends: 7

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'scales' ...
** package 'scales' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c colors.cpp -o colors.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o scales.so RcppExports.o colors.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/scales/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'scales'
    finding HTML links ... done
    Range-class                             html  
    abs_area                                html  
    alpha                                   html  
    area_pal                                html  
    as.trans                                html  
    asn_trans                               html  
    atanh_trans                             html  
    boxcox_trans                            html  
    brewer_pal                              html  
Rd warning: /tmp/RtmpvzWLF7/R.INSTALL18175a02d7b0/scales/man/brewer_pal.Rd:16: missing file link 'brewer.pal'
    cbreaks                                 html  
    censor                                  html  
    col2hcl                                 html  
    col_numeric                             html  
    colour_ramp                             html  
    comma_format                            html  
    cscale                                  html  
    date_breaks                             html  
    date_format                             html  
    date_trans                              html  
    dichromat_pal                           html  
    discard                                 html  
    div_gradient_pal                        html  
    dollar_format                           html  
    dscale                                  html  
    exp_trans                               html  
    expand_range                            html  
    extended_breaks                         html  
    format_format                           html  
    fullseq                                 html  
    gradient_n_pal                          html  
    grey_pal                                html  
    hue_pal                                 html  
    identity_pal                            html  
    identity_trans                          html  
    linetype_pal                            html  
    log1p_trans                             html  
    log_breaks                              html  
    log_trans                               html  
    manual_pal                              html  
    math_format                             html  
    muted                                   html  
    ordinal_format                          html  
    package-scales                          html  
    parse_format                            html  
    percent_format                          html  
    pretty_breaks                           html  
    probability_trans                       html  
    reciprocal_trans                        html  
    rescale                                 html  
    rescale_max                             html  
    rescale_mid                             html  
    rescale_none                            html  
    rescale_pal                             html  
    reverse_trans                           html  
    scientific_format                       html  
    seq_gradient_pal                        html  
    shape_pal                               html  
    show_col                                html  
    sqrt_trans                              html  
    squish                                  html  
    squish_infinite                         html  
    time_trans                              html  
    train_continuous                        html  
    train_discrete                          html  
    trans_breaks                            html  
    trans_format                            html  
    trans_new                               html  
    trans_range                             html  
    unit_format                             html  
    wrap_format                             html  
    zero_range                              html  
** building package indices
** testing if installed package can be loaded
* DONE (scales)
Making 'packages.html' ... done