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 9870890 commit d362ac0Copy full SHA for d362ac0
DESCRIPTION
@@ -23,7 +23,6 @@ Imports:
23
grDevices,
24
grid,
25
gtable (>= 0.1.1),
26
- lazyeval,
27
MASS,
28
mgcv,
29
reshape2,
NAMESPACE
@@ -583,7 +583,6 @@ import(grid)
583
import(gtable)
584
import(rlang)
585
import(scales)
586
-importFrom(lazyeval,f_eval)
587
importFrom(stats,setNames)
588
importFrom(tibble,tibble)
589
importFrom(utils,.DollarNames)
R/axis-secondary.R
@@ -120,8 +120,6 @@ derive <- function() {
120
is.derived <- function(x) {
121
inherits(x, "derived")
122
}
123
-#' @importFrom lazyeval f_eval
124
-#'
125
#' @rdname ggplot2-ggproto
126
#' @format NULL
127
#' @usage NULL
0 commit comments