Skip to content

Commit 019c107

Browse files
committed
don't export layout_expand currently
1 parent f794010 commit 019c107

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Diff for: NAMESPACE

-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ export(is_stack_layout)
470470
export(layer_order)
471471
export(layout_annotation)
472472
export(layout_design)
473-
export(layout_expand)
474473
export(layout_title)
475474
export(link_draw)
476475
export(link_line)

Diff for: R/layout-align.R

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#' @param x,y Same as `...`, but specifically for `quad_layout()`.
1414
#'
1515
#' @importFrom rlang list2
16-
#' @export
1716
layout_expand <- function(..., x = waiver(), y = waiver()) {
1817
if (...length() > 0L && (!is.waive(x) || !is.waive(y))) {
1918
cli_abort(

Diff for: _pkgdown.yml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ reference:
5454
- active
5555
- ggalign_attr
5656
- continuous_limits
57-
- layout_expand
5857

5958
- title: Layout Customization
6059
desc: >

0 commit comments

Comments
 (0)