Skip to content

Commit de5224e

Browse files
committed
remove call from exported function to avoid confustion
1 parent 4f8ba37 commit de5224e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

R/ggstackplot.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ prepare_stackplot <- function(
8686
geom_point() +
8787
theme_stackplot(),
8888
add = list(),
89-
debug = FALSE, call = caller_env()) {
89+
debug = FALSE) {
9090

9191
# prep the stackplot
9292
prepared_stackplot <- data |>
@@ -97,8 +97,7 @@ prepare_stackplot <- function(
9797
palette = palette,
9898
both_axes = both_axes,
9999
alternate_axes = alternate_axes,
100-
switch_axes = switch_axes,
101-
call = call
100+
switch_axes = switch_axes
102101
) |>
103102
# prepare plots
104103
dplyr::mutate(plot = map2(.data$config, .data$data, make_plot, template)) |>

man/ggstackplot.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)