Skip to content

Commit

Permalink
Merge pull request #2179 from cynkra/b-roxygen2
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Jan 13, 2024
2 parents 739291b + cce826b commit 9dd3ecf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")
)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.0.9000
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ importFrom(grDevices,rgb)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(methods,is)
importFrom(pillar,glimpse)
importFrom(tibble,glimpse)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
Expand Down
2 changes: 1 addition & 1 deletion R/reexport.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dplyr::rows_upsert
dplyr::rows_delete

#' @export
pillar::glimpse
tibble::glimpse

#' @export
tibble::tibble
Expand Down
4 changes: 1 addition & 3 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9dd3ecf

Please sign in to comment.