Skip to content

Commit

Permalink
Import utils::packageVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Aug 3, 2015
1 parent b15984f commit 6aeca57
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 13 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Depends:
R (>= 2.15.1),
methods
Imports:
Rcpp (>= 0.11.0)
Rcpp (>= 0.11.0),
utils
LinkingTo: Rcpp
URL: https://github.com/rstudio/httpuv
SystemRequirements: GNU make
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand

export(decodeURI)
export(decodeURIComponent)
Expand All @@ -16,4 +16,5 @@ export(stopServer)
exportClasses(WebSocket)
import(methods)
importFrom(Rcpp,evalCpp)
importFrom(utils,packageVersion)
useDynLib(httpuv)
1 change: 1 addition & 0 deletions R/httpuv.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#' @useDynLib httpuv
#' @import methods
#' @importFrom Rcpp evalCpp
#' @importFrom utils packageVersion
NULL

# Implementation of Rook input stream
Expand Down
3 changes: 2 additions & 1 deletion man/WebSocket-class.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\docType{class}
\name{WebSocket-class}
\alias{WebSocket}
Expand Down
3 changes: 2 additions & 1 deletion man/encodeURI.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{encodeURI}
\alias{decodeURI}
\alias{decodeURIComponent}
Expand Down
3 changes: 2 additions & 1 deletion man/httpuv-package.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\docType{package}
\name{httpuv-package}
\alias{httpuv}
Expand Down
3 changes: 2 additions & 1 deletion man/interrupt.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{interrupt}
\alias{interrupt}
\title{Interrupt httpuv runloop}
Expand Down
3 changes: 2 additions & 1 deletion man/rawToBase64.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{rawToBase64}
\alias{rawToBase64}
\title{Convert raw vector to Base64-encoded string}
Expand Down
3 changes: 2 additions & 1 deletion man/runServer.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{runServer}
\alias{runServer}
\title{Run a server}
Expand Down
3 changes: 2 additions & 1 deletion man/service.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{service}
\alias{service}
\title{Process requests}
Expand Down
3 changes: 2 additions & 1 deletion man/startDaemonizedServer.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{startDaemonizedServer}
\alias{startDaemonizedServer}
\title{Create an HTTP/WebSocket daemonized server (experimental)}
Expand Down
3 changes: 2 additions & 1 deletion man/startServer.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{startServer}
\alias{startPipeServer}
\alias{startServer}
Expand Down
3 changes: 2 additions & 1 deletion man/stopDaemonizedServer.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{stopDaemonizedServer}
\alias{stopDaemonizedServer}
\title{Stop a running daemonized server in Unix environments}
Expand Down
3 changes: 2 additions & 1 deletion man/stopServer.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/httpuv.R
\name{stopServer}
\alias{stopServer}
\title{Stop a running server}
Expand Down

0 comments on commit 6aeca57

Please sign in to comment.