Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Aug 25, 2024
1 parent e8864ce commit 0e0bf25
Show file tree
Hide file tree
Showing 82 changed files with 1,113 additions and 461 deletions.
13 changes: 11 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,32 @@ URL: https://github.com/wjschne/ggdiagram,
BugReports: https://github.com/wjschne/ggdiagram/issues
Imports:
arrowheadr,
farver,
dplyr,
geomtextpath,
ggarrow,
ggforce,
ggplot2,
ggtext,
glue,
grid,
magrittr,
purrr,
rlang,
S7,
stringr,
tibble,
tidyr
Suggests:
knitr,
quarto,
rmarkdown,
scales,
signs,
spelling,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
tinter,
viridis,
WJSmisc (>= 0.3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Expand Down Expand Up @@ -59,3 +66,5 @@ Collate:
'rotate.R'
'zzz.R'
VignetteBuilder: quarto
Remotes:
wjschne/WJSmisc
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export("%|-%")
export(arc)
export(as.geom)
export(bind)
export(bind_shape)
export(bzcurve)
export(circle)
export(class_angle)
Expand Down Expand Up @@ -49,3 +48,4 @@ importFrom(S7,prop)
importFrom(S7,props)
importFrom(S7,set_props)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
Loading

0 comments on commit 0e0bf25

Please sign in to comment.