Skip to content

Commit

Permalink
Fix warning about importing methods pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Jan 30, 2014
1 parent 56475c5 commit 61c4e9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
importFrom(Rcpp, evalCpp)
export(WebSocket)
export(interrupt)
export(rawToBase64)
Expand All @@ -7,4 +6,6 @@ export(service)
export(startPipeServer)
export(startServer)
export(stopServer)
import(methods)
importFrom(Rcpp,evalCpp)
useDynLib(httpuv)
2 changes: 2 additions & 0 deletions R/httpuv.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#' @author Joe Cheng \email{joe@@rstudio.com}
#' @keywords package
#' @useDynLib httpuv
#' @import methods
#' @importFrom Rcpp evalCpp
NULL

# Implementation of Rook input stream
Expand Down

0 comments on commit 61c4e9e

Please sign in to comment.