diff --git a/NAMESPACE b/NAMESPACE index 8729f78..d50cd1c 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,4 +1,4 @@ -# Generated by roxygen2 (4.1.1): do not edit by hand +# Generated by roxygen2: do not edit by hand export(add_sub) export(align_plots) diff --git a/cran-comments.md b/cran-comments.md index 36abaea..53e0038 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ ## Test environments * R 3.3.1 on win-builder [ via devtools::build_win() ] -* local OS X install x86_64-apple-darwin13.4.0 (64-bit), R 3.2.3 +* local OS X install x86_64-apple-darwin13.4.0 (64-bit), R 3.3.1 ## R CMD check results There were no ERRORs or WARNINGs. @@ -14,4 +14,12 @@ Possibly mis-spelled words in DESCRIPTION: Both spellings are correct. ## Downstream dependencies -None exist at this time. +All clear, according to devtools::revdep_check(): + +Checked IncucyteDRC : 0 errors | 0 warnings | 0 notes +Checked JWileymisc : 0 errors | 0 warnings | 0 notes +Checked poppr : 0 errors | 0 warnings | 0 notes +Checked rnrfa : 0 errors | 0 warnings | 0 notes +Checked tadaatoolbox: 0 errors | 0 warnings | 1 note + +The note for the last package is unrelated to cowplot. diff --git a/man/add_sub.Rd b/man/add_sub.Rd index df2d2bf..039f185 100644 --- a/man/add_sub.Rd +++ b/man/add_sub.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/add_sub.R \name{add_sub} \alias{add_sub} diff --git a/man/align_plots.Rd b/man/align_plots.Rd index 2bf0ce2..1baee42 100644 --- a/man/align_plots.Rd +++ b/man/align_plots.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/plot_grid.R \name{align_plots} \alias{align_plots} diff --git a/man/background_grid.Rd b/man/background_grid.Rd index 8a9a6bf..aa5f8d8 100644 --- a/man/background_grid.Rd +++ b/man/background_grid.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/themes.R \name{background_grid} \alias{background_grid} diff --git a/man/cowplot.Rd b/man/cowplot.Rd index 687f752..b7def24 100644 --- a/man/cowplot.Rd +++ b/man/cowplot.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/cowplot.R \docType{package} \name{cowplot} diff --git a/man/draw_figure_label.Rd b/man/draw_figure_label.Rd index 352028e..364f21f 100644 --- a/man/draw_figure_label.Rd +++ b/man/draw_figure_label.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{draw_figure_label} \alias{draw_figure_label} @@ -23,6 +23,7 @@ This function is similar to \code{draw_plot_label}, just with slightly different function is to add labels specifying extra information about the figure, such as "Figure 1", which is sometimes useful. } \examples{ + p1 <- qplot(1:10, 1:10) p2 <- qplot(1:10, (1:10)^2) p3 <- qplot(1:10, (1:10)^3) @@ -45,6 +46,7 @@ p + draw_figure_label(label = "Figure 1", angle = -45, colour = "red") # Labeling an individual plot ggdraw(p2) + draw_figure_label(label = "Figure 1", position = "bottom.right", size = 10) + } \author{ Ulrik Stervbo (ulrik.stervbo [AT] gmail.com) diff --git a/man/draw_grob.Rd b/man/draw_grob.Rd index 4d8e6ce..ba4fb9c 100644 --- a/man/draw_grob.Rd +++ b/man/draw_grob.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{draw_grob} \alias{draw_grob} diff --git a/man/draw_label.Rd b/man/draw_label.Rd index 9ea1d0e..3c0c2b5 100644 --- a/man/draw_label.Rd +++ b/man/draw_label.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{draw_label} \alias{draw_label} diff --git a/man/draw_line.Rd b/man/draw_line.Rd index c136f7d..11eefea 100644 --- a/man/draw_line.Rd +++ b/man/draw_line.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{draw_line} \alias{draw_line} diff --git a/man/draw_plot.Rd b/man/draw_plot.Rd index d5c585e..791c87b 100644 --- a/man/draw_plot.Rd +++ b/man/draw_plot.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{draw_plot} \alias{draw_plot} diff --git a/man/draw_plot_label.Rd b/man/draw_plot_label.Rd index 28b5d80..e92de65 100644 --- a/man/draw_plot_label.Rd +++ b/man/draw_plot_label.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{draw_plot_label} \alias{draw_plot_label} diff --git a/man/draw_text.Rd b/man/draw_text.Rd index 2ebbea4..3cf24d5 100644 --- a/man/draw_text.Rd +++ b/man/draw_text.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{draw_text} \alias{draw_text} diff --git a/man/get_legend.Rd b/man/get_legend.Rd index 9a170fd..258913a 100644 --- a/man/get_legend.Rd +++ b/man/get_legend.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/get_legend.R \name{get_legend} \alias{get_legend} diff --git a/man/ggdraw.Rd b/man/ggdraw.Rd index 97efdfc..89af0f0 100644 --- a/man/ggdraw.Rd +++ b/man/ggdraw.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/draw.R \name{ggdraw} \alias{ggdraw} diff --git a/man/ggsave.Rd b/man/ggsave.Rd index cf0579d..f2b1c94 100644 --- a/man/ggsave.Rd +++ b/man/ggsave.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/save.R \name{ggsave} \alias{ggsave} diff --git a/man/gtable_remove_grobs.Rd b/man/gtable_remove_grobs.Rd index 469eadb..6269b22 100644 --- a/man/gtable_remove_grobs.Rd +++ b/man/gtable_remove_grobs.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/gtable.R \name{gtable_remove_grobs} \alias{gtable_remove_grobs} diff --git a/man/gtable_squash_cols.Rd b/man/gtable_squash_cols.Rd index ddfd787..b240900 100644 --- a/man/gtable_squash_cols.Rd +++ b/man/gtable_squash_cols.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/gtable.R \name{gtable_squash_cols} \alias{gtable_squash_cols} diff --git a/man/gtable_squash_rows.Rd b/man/gtable_squash_rows.Rd index bac313e..c6ceed8 100644 --- a/man/gtable_squash_rows.Rd +++ b/man/gtable_squash_rows.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/gtable.R \name{gtable_squash_rows} \alias{gtable_squash_rows} diff --git a/man/panel_border.Rd b/man/panel_border.Rd index 10c93c5..a0b21fa 100644 --- a/man/panel_border.Rd +++ b/man/panel_border.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/themes.R \name{panel_border} \alias{panel_border} diff --git a/man/plot_grid.Rd b/man/plot_grid.Rd index 10bbf43..5806ccf 100644 --- a/man/plot_grid.Rd +++ b/man/plot_grid.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/plot_grid.R \name{plot_grid} \alias{plot_grid} diff --git a/man/plot_theme.Rd b/man/plot_theme.Rd index 0d7272c..5c14a7b 100644 --- a/man/plot_theme.Rd +++ b/man/plot_theme.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/switch_axis.R \name{plot_theme} \alias{plot_theme} diff --git a/man/save_plot.Rd b/man/save_plot.Rd index 314bbcb..244cc3a 100644 --- a/man/save_plot.Rd +++ b/man/save_plot.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/save.R \name{save_plot} \alias{save_plot} diff --git a/man/switch_axis_position.Rd b/man/switch_axis_position.Rd index 558567b..69a3952 100644 --- a/man/switch_axis_position.Rd +++ b/man/switch_axis_position.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/switch_axis.R \name{switch_axis_position} \alias{switch_axis_position} diff --git a/man/theme_cowplot.Rd b/man/theme_cowplot.Rd index 8f7f4ce..3f9c61a 100644 --- a/man/theme_cowplot.Rd +++ b/man/theme_cowplot.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/themes.R \name{theme_cowplot} \alias{theme_cowplot} diff --git a/man/theme_nothing.Rd b/man/theme_nothing.Rd index 1bfc5c8..4acbce7 100644 --- a/man/theme_nothing.Rd +++ b/man/theme_nothing.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/themes.R \name{theme_nothing} \alias{theme_nothing}