Skip to content

Commit

Permalink
chart compatible with ggplot2 v. 3.0 (part II)
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Apr 24, 2019
1 parent 37e9871 commit 67df8e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 128 deletions.
10 changes: 1 addition & 9 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ export(chart_theme)
export(combine_charts)
export(f_aes)
export(ggarrange)
export(scale_color_continuous)
export(scale_color_viridis_c)
export(scale_color_viridis_d)
export(scale_colour_continuous)
export(scale_colour_viridis_c)
export(scale_colour_viridis_d)
export(scale_fill_continuous)
export(scale_fill_viridis_c)
export(scale_fill_viridis_d)
export(theme_sciviews)
export(theme_sciviews_graphics)
export(theme_sciviews_lattice)
Expand All @@ -42,6 +33,7 @@ importFrom(rlang,abort)
importFrom(rlang,f_env)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,is_quosure)
importFrom(rlang,is_true)
importFrom(rlang,warn)
importFrom(scales,gradient_n_pal)
Expand Down
2 changes: 1 addition & 1 deletion R/chart-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @importFrom viridis viridis_pal
#' @importFrom scales hue_pal gradient_n_pal
#' @importFrom cowplot theme_cowplot
#' @importFrom rlang abort warn f_env f_lhs f_rhs is_true
#' @importFrom rlang abort warn f_env f_lhs f_rhs is_true is_quosure
#' @importFrom stats as.formula asOneSidedFormula
#' @importFrom utils modifyList
#' @importFrom pryr modify_lang
Expand Down
118 changes: 0 additions & 118 deletions man/viridis.Rd

This file was deleted.

0 comments on commit 67df8e1

Please sign in to comment.