Skip to content

Commit

Permalink
caught up to previous package
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Jul 25, 2024
1 parent 0a53883 commit 522824a
Show file tree
Hide file tree
Showing 161 changed files with 2,560 additions and 14,878 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Collate:
'ggdiagram-package.R'
'utils-pipe.R'
'a_early.R'
'str.R'
'colors.R'
'angles.R'
'style.R'
Expand All @@ -47,8 +48,10 @@ Collate:
'circles.R'
'ellipses.R'
'arcs.R'
'rectangles.R'
'str.R'
'rectangles.R'
'distances.R'
'intersections.R'
'inside.R'
'rotate.R'
'zzz.R'
VignetteBuilder: quarto
13 changes: 12 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Generated by roxygen2: do not edit by hand

export("%-|%")
export("%>%")
export("%|-%")
export("+")
export(arc)
export(as.geom)
Expand All @@ -14,21 +16,30 @@ export(ellipse)
export(equation)
export(get_tibble)
export(get_tibble_defaults)
export(inside)
export(intersection)
export(intersection_angle)
export(label)
export(labeler)
export(line)
export(midpoint)
export(nudge)
export(point)
export(polar)
export(polar2just)
export(projection)
export(prop)
export(props)
export(radian)
export(rectangle)
export(resect)
export(rotate)
export(round_probability)
export(segment)
export(set_props)
export(str)
export(style)
export(turn)
if (getRversion() < "4.3.0") importFrom("S7", "@")
import(S7)
importFrom(S7,set_props)
importFrom(magrittr,"%>%")
Loading

0 comments on commit 522824a

Please sign in to comment.