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 4f8a351 commit b2f143eCopy full SHA for b2f143e
NAMESPACE
@@ -752,6 +752,7 @@ export(xlim)
752
export(ylab)
753
export(ylim)
754
export(zeroGrob)
755
+if (getRversion() < "4.3.0") importFrom("S7", "@")
756
import(grid)
757
import(gtable)
758
import(rlang)
R/backports.R
@@ -15,6 +15,10 @@ if (getRversion() < "3.3") {
15
backport_unit_methods <- function() {}
16
}
17
18
+# enable usage of <S7_object>@name in package code
19
+#' @rawNamespace if (getRversion() < "4.3.0") importFrom("S7", "@")
20
+NULL
21
+
22
on_load(backport_unit_methods())
23
24
unitType <- function(x) {
0 commit comments