Skip to content

Commit

Permalink
update man/geom_text_repel.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Jan 5, 2024
1 parent a58d368 commit ec3b29c
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/geom-text-repel.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
#' Defaults to 0.5.
#' @param max.iter Maximum number of iterations to try to resolve overlaps.
#' Defaults to 10000.
#' @param max.overlaps Exclude text labels that overlap too many things.
#' @param max.overlaps Exclude text labels when they overlap too many other
#' things (other text labels or other data points).
#' Defaults to 10.
#' @param direction "both", "x", or "y" -- direction in which to adjust position of labels
#' @param seed Random seed passed to \code{\link[base]{set.seed}}. Defaults to
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
examples: examples.html
ggrepel: ggrepel.html
related-work: related-work.html
last_built: 2024-01-05T18:16Z
last_built: 2024-01-05T18:44Z
urls:
reference: https://ggrepel.slowkow.com/reference
article: https://ggrepel.slowkow.com/articles
Expand Down
Binary file modified docs/reference/Rplot001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/geom_text_repel-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/geom_text_repel-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/position_nudge_repel-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/position_nudge_repel-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/position_nudge_repel-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/position_nudge_repel-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
examples:
R -e 'rmarkdown::render("vignettes/examples.Rmd"); beepr::beep()'

man:
R -e 'devtools::document()'

site:
R -e 'pkgdown::build_site(); beepr::beep()'

Expand Down
3 changes: 2 additions & 1 deletion man/geom_text_repel.Rd

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

2 changes: 2 additions & 0 deletions man/ggrepel.Rd

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

0 comments on commit ec3b29c

Please sign in to comment.