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)
4747export(unnest_)
4848importFrom(Rcpp,sourceCpp)
4949importFrom(magrittr,"%>%")
50+ importFrom(stats,setNames)
51+ importFrom(utils,type.convert)
5052useDynLib(tidyr)
Original file line number Diff line number Diff line change 1+ # ' @importFrom stats setNames
2+ # ' @importFrom utils type.convert
3+ NULL
4+
15# ' Complete a data frame with missing combinations of data.
26# '
37# ' 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+
19## Test environments
210* local OS X install, R 3.1.2
311* ubuntu 12.04 (on travis-ci), R 3.1.2
You can’t perform that action at this time.
0 commit comments