We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2812c commit 129e60fCopy full SHA for 129e60f
DESCRIPTION
@@ -26,4 +26,4 @@ LazyData: true
26
VignetteBuilder: knitr
27
Suggests:
28
knitr
29
-RoxygenNote: 6.0.1
+RoxygenNote: 6.1.0
NAMESPACE
@@ -1,6 +1,7 @@
1
# Generated by roxygen2: do not edit by hand
2
3
S3method(print,upset)
4
+S3method(summary,upset)
5
export(elements)
6
export(fromExpression)
7
export(fromList)
@@ -18,7 +19,7 @@ import(utils)
18
19
importFrom(grid,gpar)
20
importFrom(grid,grid.draw)
21
importFrom(grid,grid.layout)
-importFrom(grid,grid.null)
22
+importFrom(grid,grid.newpage)
23
importFrom(grid,legendGrob)
24
importFrom(grid,popViewport)
25
importFrom(grid,pushViewport)
0 commit comments