Skip to content

Commit

Permalink
no vignettes in github
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Oct 7, 2024
1 parent 8110344 commit b22975c
Show file tree
Hide file tree
Showing 271 changed files with 50 additions and 42,110 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^LICENSE\.md$
^docs$
^dev$
^vignettes/*_files$
1 change: 0 additions & 1 deletion .github/.gitignore

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/pkgdown.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Suggests:
testthat (>= 3.0.0),
viridis,
quarto
VignetteBuilder: quarto
VignetteBuilder:
quarto
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Expand Down
3 changes: 3 additions & 0 deletions R/a_early.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ do_nothing <- function(x) {
p1 <- ggforce::geom_circle()
p2 <- arrowheadr::arrow_head_deltoid()
p3 <- geomtextpath::geom_labelcurve()
p4 <- bezier::bezier(t = .5, p = c(0,0, 1,1))
p5 <- tinter::tinter("red")
}
}

Expand Down Expand Up @@ -1114,6 +1116,7 @@ method(as.list, shape) <- function(x, ...) {
#'
#' @param font_family font family
#' @param font_size font size in points
#' @param point_size point size
#' @param linewidth line width
#' @param rect_linewidth line with of rectangles
#' @param theme_function ggplot2 theme
Expand Down
4 changes: 3 additions & 1 deletion R/polygons.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,13 @@ method(connect, list(ob_polygon, centerpoint)) <- function(x,y, ...) {
#' @param top Top vertex of triangle
#' @param left Left vertex of triangle
#' @param right Right vertex of triangle
#' @param x0 overrides x-coordinate in `center@x`
#' @param y0 overrides x-coordinate in `center@y`
#' @slot length The number of polygons in the ob_polygon object
#' @param ... <[`dynamic-dots`][rlang::dyn-dots]> properties passed to style
#' @param style Gets and sets the styles associated with polygons
#' @slot tibble Gets a tibble (data.frame) containing parameters and styles used by `ggplot2::geom_polygon`.
#' @inherit ob_style params
#' @param ... <[`dynamic-dots`][rlang::dyn-dots]> properties passed to style
#' @export
ob_intercept <- new_class(
name = "ob_intercept",
Expand Down
2 changes: 2 additions & 0 deletions man/ggdiagram.Rd

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

4 changes: 4 additions & 0 deletions man/ob_intercept.Rd

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

1 change: 1 addition & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/.quarto/

/*_cache/
*_files
Binary file removed vignettes/angles_files/figure-html/fig-3060-1.png
Binary file not shown.
Binary file removed vignettes/angles_files/figure-html/fig-80300-1.png
Binary file not shown.
Binary file removed vignettes/angles_files/figure-html/fig-angles-1.png
Binary file not shown.
Binary file removed vignettes/angles_files/figure-html/fig-neg-1.png
Binary file not shown.
Binary file removed vignettes/angles_files/figure-html/fig-trig-1.png
Binary file not shown.
Loading

0 comments on commit b22975c

Please sign in to comment.