File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,6 @@ export(unnest)
47
47
export(unnest_)
48
48
importFrom(Rcpp,sourceCpp)
49
49
importFrom(magrittr,"%>%")
50
+ importFrom(stats,setNames)
51
+ importFrom(utils,type.convert)
50
52
useDynLib(tidyr)
Original file line number Diff line number Diff line change
1
+ # ' @importFrom stats setNames
2
+ # ' @importFrom utils type.convert
3
+ NULL
4
+
1
5
# ' Complete a data frame with missing combinations of data.
2
6
# '
3
7
# ' This is a wrapper around \code{\link{expand}()},
Original file line number Diff line number Diff line change
1
+ This is a resubmission. Compared to the previous submission:
2
+
3
+ * I've added the missing importFrom directives. (Sorry I missed this - I
4
+ thought I was looking at R CMD check results from R-dev, but I was actually
5
+ looking at R-release.)
6
+
7
+ ---
8
+
1
9
## Test environments
2
10
* local OS X install, R 3.1.2
3
11
* ubuntu 12.04 (on travis-ci), R 3.1.2
You can’t perform that action at this time.
0 commit comments