Skip to content

Commit 672bc60

Browse files
committed
Import external functions
1 parent e919d8d commit 672bc60

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ export(unnest)
4747
export(unnest_)
4848
importFrom(Rcpp,sourceCpp)
4949
importFrom(magrittr,"%>%")
50+
importFrom(stats,setNames)
51+
importFrom(utils,type.convert)
5052
useDynLib(tidyr)

R/complete.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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}()},

cran-comments.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

0 commit comments

Comments
 (0)