Last data update: 2014.03.03

cowplot

Package: cowplot
Title: Streamlined Plot Theme and Plot Annotations for 'ggplot2'
Version: 0.6.2
Authors@R: c( person("Claus O.", "Wilke", role = c("aut", "cre"), email =
"wilke@austin.utexas.edu"), person("Hadley", "Wickham", role = c("cph"),
email = "h.wickham@gmail.com") )
Description: Some helpful extensions and modifications to the 'ggplot2'
library. In particular, this package makes it easy to combine multiple
'ggplot2' plots into one and label them with letters, e.g. A, B, C, etc.,
as is often required for scientific publications. The package also provides
a streamlined and clean theme that is used in the Wilke lab, hence the
package name, which stands for Claus O. Wilke's plot library.
URL: https://github.com/wilkelab/cowplot
Depends: R (>= 3.2.0), ggplot2 (>= 2.0.0),
Imports: grid (>= 3.0.0), gtable (>= 0.1.2), plyr (>= 1.8.2),
grDevices, methods, utils
License: GPL-2
LazyData: true
Suggests: knitr
VignetteBuilder: knitr
BugReports: https://github.com/wilkelab/cowplot/issues
Collate: 'add_sub.R' 'cowplot.R' 'draw.R' 'gtable.R' 'plot_grid.R'
'save.R' 'setup.R' 'switch_axis.R' 'themes.R'
NeedsCompilation: no
Packaged: 2016-04-20 01:29:31 UTC; wilke
Author: Claus O. Wilke [aut, cre],
Hadley Wickham [cph]
Maintainer: Claus O. Wilke <wilke@austin.utexas.edu>
Repository: CRAN
Date/Publication: 2016-04-20 08:53:25

● 0 images, 22 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'cowplot' ...
** package 'cowplot' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'cowplot'
    finding HTML links ... done
    add_sub                                 html  
    background_grid                         html  
    cowplot                                 html  
    draw_figure_label                       html  
    draw_grob                               html  
    draw_label                              html  
    draw_line                               html  
    draw_plot                               html  
    draw_plot_label                         html  
    draw_text                               html  
    ggdraw                                  html  
    ggsave                                  html  
    gtable_remove_grobs                     html  
    gtable_squash_cols                      html  
    gtable_squash_rows                      html  
    panel_border                            html  
    plot_grid                               html  
    plot_theme                              html  
    save_plot                               html  
    switch_axis_position                    html  
    theme_cowplot                           html  
    theme_nothing                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (cowplot)
Making 'packages.html' ... done