Skip to content

Commit 60b6d89

Browse files
committed
Merge branch 'dev'
2 parents b459d65 + 42231fd commit 60b6d89

18 files changed

Lines changed: 1476 additions & 4 deletions

DESCRIPTION

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,21 @@ RoxygenNote: 7.3.3
1111
URL: https://github.com/zorrooz/plotit, https://zorrooz.github.io/plotit/
1212
BugReports: https://github.com/zorrooz/plotit/issues
1313
Suggests:
14+
ggbeeswarm,
15+
ggsankey (>= 0.0.4),
16+
treemapify,
17+
ggraph,
18+
igraph,
19+
circlize,
1420
ggrepel,
1521
testthat (>= 3.0.0),
1622
ggrastr,
1723
mapproj,
1824
sf,
1925
knitr,
2026
rmarkdown
27+
Remotes:
28+
davidsjoberg/ggsankey
2129
VignetteBuilder: knitr
2230
Config/testthat/edition: 3
2331
Imports:

NAMESPACE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,30 @@ export(make_mark)
1919
export(make_theme)
2020
export(mark_area)
2121
export(mark_bar)
22+
export(mark_beeswarm)
2223
export(mark_boxplot)
24+
export(mark_chord)
2325
export(mark_corr)
2426
export(mark_density)
2527
export(mark_density_2d)
28+
export(mark_dumbbell)
29+
export(mark_errorbar)
2630
export(mark_hex)
2731
export(mark_histogram)
2832
export(mark_line)
33+
export(mark_lollipop)
2934
export(mark_map)
35+
export(mark_network)
3036
export(mark_path)
3137
export(mark_point)
3238
export(mark_polygon)
3339
export(mark_rect)
3440
export(mark_rule)
41+
export(mark_sankey)
42+
export(mark_significance)
3543
export(mark_smooth)
3644
export(mark_text)
45+
export(mark_treemap)
3746
export(mark_violin)
3847
export(plotit)
3948
export(project_cartesian)

0 commit comments

Comments
 (0)