From e4f32b6263b76feebf18bebc2df2b1053b722d34 Mon Sep 17 00:00:00 2001 From: JJ Allaire Date: Fri, 4 Oct 2013 13:21:12 -0400 Subject: [PATCH] eliminate character that gave R trouble creating pdf version of the manual --- man/appDependencies.Rd | 8 ++++---- man/proxies.Rd | 2 +- man/shinyapps-package.Rd | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/man/appDependencies.Rd b/man/appDependencies.Rd index 0fcccbc..c536bf0 100644 --- a/man/appDependencies.Rd +++ b/man/appDependencies.Rd @@ -9,10 +9,10 @@ to current working directory.} } \value{ - Returns a data frame with the following columns that - enumerates the dependencies detected for the application: - \tabular{ll}{ \code{package} \tab Name of package \cr - \code{version} \tab Version of package\cr } + Returns a data frame listing the package dependencies + detected for the application: \tabular{ll}{ + \code{package} \tab Name of package \cr \code{version} + \tab Version of package\cr } } \description{ Recursively detect all package dependencies for an diff --git a/man/proxies.Rd b/man/proxies.Rd index 451252f..17897a6 100644 --- a/man/proxies.Rd +++ b/man/proxies.Rd @@ -37,7 +37,7 @@ options(RCurlOptions = list(proxy = "http://proxy.example.com") You can set any underling curl option using this mechanism. To do this you translate curl options to lowercase and remove the \code{CURL_} prefix (for example, \code{CURLOPT_PROXYPORT} becomes \code{proxyport}). -A list of available curl options can be found here: \href{http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTPROXY}{curl http proxy options}. +A list of available curl options can be found here: \href{http://curl.haxx.se/libcurl/c/curl_easy_setopt.html}{curl http proxy options}. } diff --git a/man/shinyapps-package.Rd b/man/shinyapps-package.Rd index 2846802..42d93e3 100644 --- a/man/shinyapps-package.Rd +++ b/man/shinyapps-package.Rd @@ -17,8 +17,6 @@ Date: \tab 2013-10-03\cr License: \tab GPL-2\cr } - - } \author{ JJ Allaire