Skip to content

Commit

Permalink
Upgrade version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neitmann committed May 13, 2020
1 parent 8e050db commit db6cc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggcharts
Type: Package
Title: Shorten the Distance from Data Visualization Idea to Actual Plot
Version: 0.1.0
Version: 0.2.0
Authors@R: c(
person("Thomas", "Neitmann", , "[email protected]", c("aut", "cre")),
person("Julia", "Silge", role = c("ctb", "cph")),
Expand Down
2 changes: 1 addition & 1 deletion R/pre_process_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre_process_data <- function(data, x, y, facet = NULL, highlight = NULL,
suppressWarnings(fun_name <- rlang::ctxt_frame(n = 4)$fn_name)
what <- paste0(fun_name, "(limit=)")
with <- paste0(fun_name, "(top_n=)")
lifecycle::deprecate_warn("0.1.0.9000", what, with, env = parent.frame())
lifecycle::deprecate_warn("0.2.0", what, with, env = parent.frame())
top_n <- limit
}

Expand Down

0 comments on commit db6cc3a

Please sign in to comment.