Skip to content

Commit afd44a3

Browse files
committed
redocument
1 parent 0a2db27 commit afd44a3

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Imports:
4444
rlang (>= 1.1.0),
4545
scales (>= 1.3.0),
4646
stats,
47-
tibble,
4847
vctrs (>= 0.6.0),
4948
withr (>= 2.5.0)
5049
Suggests:
@@ -68,6 +67,7 @@ Suggests:
6867
sf (>= 0.7-3),
6968
svglite (>= 2.1.2),
7069
testthat (>= 3.1.5),
70+
tibble,
7171
vdiffr (>= 1.0.6),
7272
xml2
7373
Enhances:

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ importFrom(grid,unit)
734734
importFrom(lifecycle,deprecated)
735735
importFrom(scales,alpha)
736736
importFrom(stats,setNames)
737-
importFrom(tibble,tibble)
738737
importFrom(utils,.DollarNames)
739738
importFrom(utils,head)
740739
importFrom(utils,tail)

R/utilities.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,6 @@ seq_asc <- function(to, from) {
343343
}
344344
}
345345

346-
# Needed to trigger package loading
347-
#' @importFrom tibble tibble
348-
NULL
349-
350346
# Wrapping vctrs data_frame constructor with no name repair
351347
data_frame0 <- function(...) data_frame(..., .name_repair = "minimal")
352348

man/position_stack.Rd

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)