Skip to content

Commit fff6ed1

Browse files
committed
upd namespace
1 parent 43f8b97 commit fff6ed1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Imports: ggplot2, scales, grid, grDevices, graphics
1818
License: GPL (>= 3)
1919
Encoding: UTF-8
2020
Roxygen: list(markdown = TRUE)
21-
RoxygenNote: 7.2.3
21+
RoxygenNote: 7.3.2
2222
URL: https://exaexa.github.io/scattermore/, https://github.com/exaexa/scattermore
2323
BugReports: https://github.com/exaexa/scattermore/issues
2424
Suggests:

NAMESPACE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
export(apply_kernel_histogram)
44
export(apply_kernel_rgbwt)
55
export(blend_rgba_float)
6+
export(geom_scatterline)
7+
export(geom_scatterlinest)
68
export(geom_scattermore)
79
export(geom_scattermost)
810
export(histogram_to_rgbwt)
@@ -15,6 +17,9 @@ export(scatter_lines_histogram)
1517
export(scatter_lines_rgbwt)
1618
export(scatter_points_histogram)
1719
export(scatter_points_rgbwt)
20+
export(scatterline)
21+
export(scatterlineplot)
22+
export(scatterlines)
1823
export(scattermore)
1924
export(scattermoreplot)
2025
importFrom(ggplot2,.data)

0 commit comments

Comments
 (0)