Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Dylan Hocking committed Aug 27, 2024
1 parent d4a29d7 commit 2cb7086
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,6 @@ Collate:
'z_scales.R'
'z_theme_animint.R'
'z_transformShape.R'
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Config/Needs/website: tidyverse/tidytemplate
VignetteBuilder: knitr
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,13 @@ import(plyr)
import(scales)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(knitr,knit_print)
importFrom(methods,is)
importFrom(plyr,as.quoted)
importFrom(plyr,defaults)
importFrom(scales,alpha)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,browseURL)
Expand Down
2 changes: 0 additions & 2 deletions R/z_facets.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Determine titles to put on facet panels.
# The implementation here is a modified version of facet_strips.
getStrips <- function(facet, panel, ...)
Expand Down Expand Up @@ -36,7 +35,6 @@ build_strip <- function(panel, label_df, labeller, side = "right", ...) {
labels <- matrix(list(), nrow = nrow(label_df), ncol = ncol(label_df))
labels <- lapply(labeller(label_df), cbind)
labels <- do.call("cbind", labels)

# unlike ggplot2, we collapse "layers" of strips into 1 layer
apply(labels, 1, paste, collapse = "; ")
}
Expand Down
2 changes: 1 addition & 1 deletion man/position_dodge.Rd

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

2 changes: 1 addition & 1 deletion man/position_identity.Rd

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

4 changes: 2 additions & 2 deletions man/position_nudge.Rd

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

2 changes: 1 addition & 1 deletion man/position_stack.Rd

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

0 comments on commit 2cb7086

Please sign in to comment.