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 9736300 commit 028068fCopy full SHA for 028068f
NAMESPACE
@@ -745,6 +745,7 @@ export(xlim)
745
export(ylab)
746
export(ylim)
747
export(zeroGrob)
748
+if (getRversion() < "4.3.0") importFrom("S7", "@")
749
import(grid)
750
import(gtable)
751
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