Skip to content

Commit

Permalink
remove comment by helgasoft to pass checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Nov 22, 2020
1 parent d3f15a5 commit faea2e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export(e_draw_p)
export(e_effect_scatter)
export(e_effect_scatter_)
export(e_error_bar)
export(e_error_bar_)
export(e_execute)
export(e_execute_p)
export(e_flip_coords)
Expand Down
8 changes: 0 additions & 8 deletions R/add_.R
Original file line number Diff line number Diff line change
Expand Up @@ -2195,14 +2195,6 @@ e_band2_ <- function(e, lower, upper, name=NULL, legend=TRUE,

#' @rdname errorbar
#' @export
#' comments on changes, by helgasoft.com
#' It's convenient to "attach" error bars to their related main bars
#' so they'll show/hide together when user clicks on the legend buttons.
#' This is done by having the same name for error and main bars.
#' Default legend = FALSE, since we'll have only main bars in legend.
#' Error bars will inherit color from their main bars, so it is preferable
#' to set a specific color, like e_error_bar(..., color='black'), which
#' is now set as default. See test code in renderer.js.
e_error_bar_ <- function (e, lower, upper,
name = NULL, legend = FALSE, y_index = 0,
x_index = 0, coord_system = "cartesian2d",
Expand Down

0 comments on commit faea2e1

Please sign in to comment.