Skip to content

Commit

Permalink
Website fixes and workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Knicey committed Aug 14, 2024
1 parent 0374294 commit af976bc
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 1,656 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/pkgdown.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions R/geom_segment_glyph.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ GeomSegmentGlyph <- ggproto(
},

draw_panel = function(data, panel_params, coord, ...) {
print("Data in draw_panel:")
print(data)
#print("Data in draw_panel:")
#print(data)
ggplot2:::GeomSegment$draw_panel(data, panel_params, coord, ...)
},

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ knitr::opts_chunk$set(
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
)
```

# stglpyhs
Expand Down
1,605 changes: 5 additions & 1,600 deletions docs/articles/GeomSegmentGlyph.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.9
pkgdown_sha: ~
articles:
GeomSegmentGlyph: GeomSegmentGlyph.html
last_built: 2024-08-14T22:08Z
last_built: 2024-08-14T22:25Z
urls:
reference: https://knicey.github.io/stglyphs/reference
article: https://knicey.github.io/stglyphs/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/testthat/test-geom_segment_glyph.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
test_that("geom_segment_glyph and rescaling work", {
skip_if_not_installed("vdiffr")
library(ggplot2)
library(dplyr)

grouped <- stations |>
group_by(month, name, long, lat) |>
Expand Down
2 changes: 1 addition & 1 deletion vignettes/GeomSegmentGlyph.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "GeomSegmentGlyph"
author: "Vignette Author"
author: "Nathan Yang"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{GeomSegmentGlyph}
Expand Down

0 comments on commit af976bc

Please sign in to comment.